@@ -76,7 +76,7 @@ |
||
76 | 76 | |
77 | 77 | $groups = $this->groups; |
78 | 78 | foreach ($paths as $index => $path) { |
79 | - if (!array_key_exists($path, $groups)) { |
|
79 | + if ( ! array_key_exists($path, $groups)) { |
|
80 | 80 | if ($index > 0) { |
81 | 81 | $groups = array('Default'); |
82 | 82 | } |
@@ -256,7 +256,7 @@ |
||
256 | 256 | */ |
257 | 257 | public function getCurrentPath() |
258 | 258 | { |
259 | - if (!$this->metadataStack) { |
|
259 | + if ( ! $this->metadataStack) { |
|
260 | 260 | return array(); |
261 | 261 | } |
262 | 262 |