@@ -132,7 +132,7 @@ |
||
132 | 132 | */ |
133 | 133 | public function getChainedResource() |
134 | 134 | { |
135 | - return new self($this->resource); |
|
135 | + return new self($this->resource); |
|
136 | 136 | } |
137 | 137 | |
138 | 138 | /** |
@@ -7,7 +7,7 @@ |
||
7 | 7 | abstract class AbstractIterator implements PackagedResourceIterator |
8 | 8 | { |
9 | 9 | |
10 | - /** |
|
10 | + /** |
|
11 | 11 | * @return \Iterator |
12 | 12 | */ |
13 | 13 | abstract protected function buildIterator(); |