mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
coding standards
This commit is contained in:
parent
081a3a857f
commit
ee0ed3a43a
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ class SecurityComponent extends Component {
|
|||
if (isset($actions[0]) && is_array($actions[0])) {
|
||||
$actions = $actions[0];
|
||||
}
|
||||
$this->{'require' . $method} = (empty($actions)) ? array('*'): $actions;
|
||||
$this->{'require' . $method} = (empty($actions)) ? array('*') : $actions;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue