Fixed PHPCS error

This commit is contained in:
Mike Gibson 2014-03-10 15:28:00 +00:00
parent 7205f5ec9c
commit 60319832b5

View file

@ -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();