Completed
Pull Request — master (#186)
by
unknown
07:17
created
src/Yandex/Metrica/MetricaClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
      * Sends a request
71 71
      *
72 72
      * @param string              $method  HTTP method
73
-     * @param string|UriInterface $uri     URI object or string.
73
+     * @param string $uri     URI object or string.
74 74
      * @param array               $options Request options to apply.
75 75
      *
76 76
      * @return Response
Please login to merge, or discard this patch.
src/Yandex/Market/Partner/Models/MarketModel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     /**
82 82
      * Get array from object
83 83
      *
84
-     * @param array|object $data
84
+     * @param MarketModel $data
85 85
      * @return array
86 86
      */
87 87
     protected function toArrayRecursive($data)
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/Content/ContentClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
      * Sends a request
71 71
      *
72 72
      * @param string              $method  HTTP method
73
-     * @param string|UriInterface $uri     URI object or string.
73
+     * @param string $uri     URI object or string.
74 74
      * @param array               $options Request options to apply.
75 75
      *
76 76
      * @return Response
Please login to merge, or discard this patch.
src/Yandex/Market/Partner/PartnerClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
      * Sends a request
71 71
      *
72 72
      * @param string              $method  HTTP method
73
-     * @param string|UriInterface $uri     URI object or string.
73
+     * @param string $uri     URI object or string.
74 74
      * @param array               $options Request options to apply.
75 75
      *
76 76
      * @return Response
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
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
      * Sends a request
71 71
      *
72 72
      * @param string              $method  HTTP method
73
-     * @param string|UriInterface $uri     URI object or string.
73
+     * @param string $uri     URI object or string.
74 74
      * @param array               $options Request options to apply.
75 75
      *
76 76
      * @return Response
Please login to merge, or discard this patch.