Completed
Push — master ( 201856...57420f )
by Marin
10s
created
src/Client.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
     }
36 36
 
37 37
     /**
38
-     * @param string|UriInterface $uri
38
+     * @param string $uri
39 39
      * @param array $options
40 40
      * @throws \Exception
41 41
      * @return ResponseInterface
@@ -60,10 +60,10 @@  discard block
 block discarded – undo
60 60
     }
61 61
 
62 62
     /**
63
-     * @param string|UriInterface $uri
63
+     * @param string $uri
64 64
      * @param array $options
65 65
      * @throws \GuzzleHttp\Exception\ClientException
66
-     * @return null|\Psr\Http\Message\ResponseInterface|Response
66
+     * @return Response|null
67 67
      */
68 68
     public function get($uri, array $options = [])
69 69
     {
Please login to merge, or discard this patch.