mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixed PHPCS error
This commit is contained in:
parent
7205f5ec9c
commit
60319832b5
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ class CakeRoute {
|
||||||
}
|
}
|
||||||
$out = $this->template;
|
$out = $this->template;
|
||||||
|
|
||||||
if(!empty($this->keys)) {
|
if (!empty($this->keys)) {
|
||||||
|
|
||||||
$search = $replace = array();
|
$search = $replace = array();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue