@@ -142,7 +142,7 @@ |
||
| 142 | 142 | * Sends a request |
| 143 | 143 | * |
| 144 | 144 | * @param string $method HTTP method |
| 145 | - * @param string|UriInterface $uri URI object or string. |
|
| 145 | + * @param string $uri URI object or string. |
|
| 146 | 146 | * @param array $options Request options to apply. |
| 147 | 147 | * |
| 148 | 148 | * @return Response |
@@ -20,7 +20,6 @@ |
||
| 20 | 20 | use Yandex\Common\Exception\ForbiddenException; |
| 21 | 21 | use Yandex\Common\Exception\UnauthorizedException; |
| 22 | 22 | use Yandex\Market\Content\Exception\ContentRequestException; |
| 23 | -use Yandex\Market\Content\Models; |
|
| 24 | 23 | |
| 25 | 24 | |
| 26 | 25 | /** |