@@ -97,7 +97,7 @@ |
||
97 | 97 | * @return \Traversable|ArrayIterator |
98 | 98 | */ |
99 | 99 | public function getIterator() { |
100 | - return new \ArrayIterator( $this->resources ); |
|
100 | + return new \ArrayIterator($this->resources); |
|
101 | 101 | } |
102 | 102 | |
103 | 103 | } |
104 | 104 | \ No newline at end of file |