Completed
Push — master ( fef2cb...8b7df2 )
by
unknown
01:34
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.
src/entity/UserListClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
     }
146 146
 
147 147
     /**
148
-     * @return int
148
+     * @return string
149 149
      */
150 150
     public function getClientid()
151 151
     {
Please login to merge, or discard this patch.