Completed
Push — master ( ff1684...2c2d30 )
by Johnny
02:40
created
src/Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -310,7 +310,7 @@
 block discarded – undo
310 310
 
311 311
 
312 312
     /**
313
-     * @param $api_url
313
+     * @param string $api_url
314 314
      * @return $this
315 315
      */
316 316
     public function setApiUrl($api_url)
Please login to merge, or discard this patch.
src/Resource/ResourceAbstract.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     /**
104 104
      * Call and process the 'virtual' method as defined in Client.php
105 105
      *
106
-     * @param $method
106
+     * @param string $method
107 107
      * @param array $arguments
108 108
      * @param array $body
109 109
      * @return mixed
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
     }
164 164
 
165 165
     /**
166
-     * @return null|Client
166
+     * @return Client
167 167
      */
168 168
     public function getClient() {
169 169
         return $this->client;
Please login to merge, or discard this patch.