@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Alchemy\Zippy\Adapter\Guzzle; |
4 | 4 | |
5 | -use Alchemy\Zippy\Resource\Resource; |
|
6 | 5 | use Alchemy\Zippy\Resource\ResourceReader; |
7 | 6 | use Alchemy\Zippy\Resource\ResourceUri; |
8 | 7 | use Guzzle\Http\Client; |
@@ -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(); |