Completed
Push — master ( caad37...82c5ce )
by Dmitriy
06:13
created
src/Yandex/Market/Content/ContentClient.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.