@@ -197,7 +197,7 @@ |
||
197 | 197 | } |
198 | 198 | |
199 | 199 | /** |
200 | - * @param $uri |
|
200 | + * @param string $uri |
|
201 | 201 | * |
202 | 202 | * @return string |
203 | 203 | */ |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use Http\Discovery\MessageFactoryDiscovery; |
17 | 17 | use Http\Message\Authentication\QueryParam; |
18 | 18 | use Http\Client\Common\Plugin\AuthenticationPlugin; |
19 | - |
|
20 | 19 | use Tristanbes\MyPoseoBundle\Exception\ThrottleLimitException; |
21 | 20 | use Tristanbes\MyPoseoBundle\Exception\NotEnoughCreditsException; |
22 | 21 |