@@ -141,7 +141,7 @@ |
||
| 141 | 141 | */ |
| 142 | 142 | public function next() |
| 143 | 143 | { |
| 144 | - if (!$this->startedIterating) { |
|
| 144 | + if ( ! $this->startedIterating) { |
|
| 145 | 145 | $this->ensureIterator(); |
| 146 | 146 | $this->startedIterating = true; |
| 147 | 147 | } else { |