@@ -10,8 +10,8 @@ |
||
| 10 | 10 | */ |
| 11 | 11 | abstract class TraversableCustomType extends CustomType implements \IteratorAggregate |
| 12 | 12 | { |
| 13 | - public function getIterator(): \Traversable |
|
| 14 | - { |
|
| 15 | - return new \ArrayIterator($this->data); |
|
| 16 | - } |
|
| 13 | + public function getIterator(): \Traversable |
|
| 14 | + { |
|
| 15 | + return new \ArrayIterator($this->data); |
|
| 16 | + } |
|
| 17 | 17 | } |
| 18 | 18 | \ No newline at end of file |