Completed
Push — master ( e813e3...7dc83c )
by Johnny
02:20
created
src/Resource/ResourceAbstract.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -84,6 +84,9 @@
 block discarded – undo
84 84
         return false;
85 85
     }
86 86
 
87
+    /**
88
+     * @param string $method
89
+     */
87 90
     public function call($method, $arguments = array())
88 91
     {
89 92
         if ($this->validate_arguments($method, $arguments) == true)
Please login to merge, or discard this patch.
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.