Completed
Pull Request — master (#179)
by
unknown
08:15
created
src/Yandex/OAuth/OAuthClient.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
  */
12 12
 namespace Yandex\OAuth;
13 13
 
14
-use GuzzleHttp\Client;
15 14
 use GuzzleHttp\Exception\ClientException;
16 15
 use GuzzleHttp\Exception\RequestException;
17 16
 use Yandex\Common\AbstractServiceClient;
Please login to merge, or discard this patch.
src/Yandex/SafeBrowsing/SafeBrowsingClient.php 1 patch
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.
src/Yandex/Metrica/MetricaClient.php 1 patch
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.
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.
src/Yandex/DataSync/DataSyncClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@
 block discarded – undo
295 295
      * Sends a request
296 296
      *
297 297
      * @param string              $method  HTTP method
298
-     * @param UriInterface|string $uri     URI object or string.
298
+     * @param string $uri     URI object or string.
299 299
      * @param array               $options Request options to apply.
300 300
      *
301 301
      * @return Response|\Psr\Http\Message\ResponseInterface
Please login to merge, or discard this patch.
src/Yandex/Common/AbstractServiceClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
     }
130 130
 
131 131
     /**
132
-     * @return mixed
132
+     * @return \DateTime
133 133
      */
134 134
     public function getExpiresIn()
135 135
     {
@@ -295,7 +295,7 @@  discard block
 block discarded – undo
295 295
      * Sends a request
296 296
      *
297 297
      * @param string              $method  HTTP method
298
-     * @param string|UriInterface $uri     URI object or string.
298
+     * @param string $uri     URI object or string.
299 299
      * @param array               $options Request options to apply.
300 300
      *
301 301
      * @throws Exception\MissedArgumentException
Please login to merge, or discard this patch.
src/Yandex/Market/Partner/PartnerClient.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
      * Sends a request
218 218
      *
219 219
      * @param string              $method  HTTP method
220
-     * @param string|UriInterface $uri     URI object or string.
220
+     * @param string $uri     URI object or string.
221 221
      * @param array               $options Request options to apply.
222 222
      *
223 223
      * @return Response
@@ -282,7 +282,7 @@  discard block
 block discarded – undo
282 282
      *
283 283
      * @see http://api.yandex.ru/market/partner/doc/dg/reference/get-campaigns.xml
284 284
      *
285
-     * @return Campaigns
285
+     * @return Models\Campaigns|null
286 286
      */
287 287
     public function getCampaigns()
288 288
     {
@@ -430,7 +430,7 @@  discard block
 block discarded – undo
430 430
      * Filter query params
431 431
      *
432 432
      * @param array $params
433
-     * @return array
433
+     * @return string
434 434
      */
435 435
     private function filterParams(array $params)
436 436
     {
Please login to merge, or discard this patch.