Completed
Push — master ( 8785a5...8c0d2f )
by Francesco
04:47
created
src/Auth.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,10 +41,10 @@
 block discarded – undo
41 41
 
42 42
     /**
43 43
      * @param string $method
44
-     * @param null   $uri
44
+     * @param string   $uri
45 45
      * @param array  $options
46 46
      *
47
-     * @return mixed|\Psr\Http\Message\ResponseInterface
47
+     * @return \Psr\Http\Message\ResponseInterface
48 48
      * @throws \Exception
49 49
      */
50 50
     public function request($method, $uri = null, array $options = [])
Please login to merge, or discard this patch.