@@ -64,7 +64,7 @@ |
||
64 | 64 | */ |
65 | 65 | public function is() |
66 | 66 | { |
67 | - foreach($this->items as $key => $item) { |
|
67 | + foreach ($this->items as $key => $item) { |
|
68 | 68 | if (!array_key_exists($key, $this->current) || |
69 | 69 | $this->current[$key] !== $item) { |
70 | 70 | return false; |