mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fix lint error.
This commit is contained in:
parent
ae01d473c3
commit
f528bb29ba
1 changed files with 1 additions and 0 deletions
|
@ -585,6 +585,7 @@ class SecurityComponent extends Component {
|
|||
* @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))) {
|
||||
|
|
Loading…
Reference in a new issue