@@ -16,7 +16,7 @@ |
||
| 16 | 16 | public function getIterator() |
| 17 | 17 | { |
| 18 | 18 | if (!$this->getConnection() instanceof \Traversable) { |
| 19 | - return new \ArrayIterator([$this]); |
|
| 19 | + return new \ArrayIterator([ $this ]); |
|
| 20 | 20 | } |
| 21 | 21 | return parent::getIterator(); |
| 22 | 22 | } |