@@ -192,7 +192,7 @@ |
||
192 | 192 | * |
193 | 193 | * @param string $key The name of the field for which the values will be returned. |
194 | 194 | * |
195 | - * @return iterable |
|
195 | + * @return \Generator |
|
196 | 196 | */ |
197 | 197 | public function column($key) |
198 | 198 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace TraderInteractive\Api; |
4 | 4 | |
5 | -use ArrayObject; |
|
6 | 5 | use DominionEnterprises\Util; |
7 | 6 | use GuzzleHttp\Client as GuzzleClient; |
8 | 7 | use GuzzleHttp\Exception\RequestException; |
@@ -129,7 +129,7 @@ |
||
129 | 129 | * @param Authentication $authentication |
130 | 130 | * @param string $baseUrl |
131 | 131 | * @param int $cacheMode |
132 | - * @param Cache $cache |
|
132 | + * @param CacheInterface $cache |
|
133 | 133 | * @param string $accessToken |
134 | 134 | * @param string $refreshToken |
135 | 135 | * |