Fix lint error.

This commit is contained in:
mark_story 2012-07-05 22:42:57 -04:00
parent ae01d473c3
commit f528bb29ba

View file

@ -585,6 +585,7 @@ class SecurityComponent extends Component {
* @param string $method Method to execute * @param string $method Method to execute
* @param array $params Parameters to send to method * @param array $params Parameters to send to method
* @return mixed Controller callback method's response * @return mixed Controller callback method's response
* @throws BadRequestException When a the blackholeCallback is not callable.
*/ */
protected function _callback(Controller $controller, $method, $params = array()) { protected function _callback(Controller $controller, $method, $params = array()) {
if (is_callable(array($controller, $method))) { if (is_callable(array($controller, $method))) {