Completed
Pull Request — master (#160)
by
unknown
05:40
created
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.