diff --git a/lib/Cake/Controller/Component/SecurityComponent.php b/lib/Cake/Controller/Component/SecurityComponent.php index 5c24a2e5fa9..6973febe5d6 100644 --- a/lib/Cake/Controller/Component/SecurityComponent.php +++ b/lib/Cake/Controller/Component/SecurityComponent.php @@ -585,6 +585,7 @@ protected function _expireTokens($tokens) { * @param string $method Method to execute * @param array $params Parameters to send to method * @return mixed Controller callback method's response + * @throws BadRequestException When a the blackholeCallback is not callable. */ protected function _callback(Controller $controller, $method, $params = array()) { if (is_callable(array($controller, $method))) {