Skip to content

Commit

Permalink
Fix lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 6, 2012
1 parent ae01d47 commit f528bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Controller/Component/SecurityComponent.php
Expand Up @@ -585,6 +585,7 @@ protected function _expireTokens($tokens) {
* @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))) {
Expand Down

0 comments on commit f528bb2

Please sign in to comment.