Completed
Push — master ( 3fae8f...9bc6bb )
by Francesco
04:07 queued 01:48
created
src/Auth.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
      * @param null   $uri
71 71
      * @param array  $options
72 72
      *
73
-     * @return mixed|\Psr\Http\Message\ResponseInterface
73
+     * @return \Psr\Http\Message\ResponseInterface
74 74
      * @throws \Exception
75 75
      */
76 76
     public function request($method, $uri = null, array $options = [])
Please login to merge, or discard this patch.
src/repository/RepositoryResponse.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     }
31 31
 
32 32
     /**
33
-     * @param $jsonEncodedResponse
33
+     * @param \Psr\Http\Message\ResponseInterface $jsonEncodedResponse
34 34
      *
35 35
      * @return RepositoryResponse
36 36
      */
Please login to merge, or discard this patch.