Document callable params [skip ci]

This commit is contained in:
Sergey Makinen
2017-12-26 14:03:15 +03:00
parent 56e303243a
commit a3a3d1dcef

View File

@ -1147,6 +1147,9 @@ class Command extends Component
* } * }
* ``` * ```
* *
* The callable will recieve a database exception thrown and a current attempt
* (to execute the command) number starting from 1.
*
* @param callable $handler a PHP callback to handle database exceptions. * @param callable $handler a PHP callback to handle database exceptions.
* @return $this this command instance. * @return $this this command instance.
* @since 2.0.14 * @since 2.0.14