adding comment to function parameter

This commit is contained in:
dante
2017-10-24 10:48:01 -04:00
parent 672a3ee57e
commit 6e6c9e0218

View File

@@ -2165,6 +2165,7 @@ class PmDynaform
* of any derivated Exception class. This way we have a lightweight version of the exception data that can * of any derivated Exception class. This way we have a lightweight version of the exception data that can
* be used when logging the exception, for example. * be used when logging the exception, for example.
* @param $e an Exception class derivate * @param $e an Exception class derivate
* @param $sql query that was executed when the exception was generated
* @return array * @return array
*/ */
private function basicExceptionData($e, $sql) private function basicExceptionData($e, $sql)