Completed
Push — master ( fd48c6...d6eea8 )
by Mike
02:42
created
src/Request/Abstracts/AbstractRequest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -133,6 +133,7 @@
 block discarded – undo
133 133
 
134 134
     /**
135 135
      * @inheritdoc
136
+     * @param string $body
136 137
      */
137 138
     public function setBody($body) {
138 139
         $this->body = $body;
Please login to merge, or discard this patch.
src/SugarAPI.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -68,6 +68,9 @@
 block discarded – undo
68 68
         }
69 69
     }
70 70
 
71
+    /**
72
+     * @param string $className
73
+     */
71 74
     public function registerEntryPoint($funcName,$className){
72 75
         if (isset($this->entryPoints[$funcName])){
73 76
             throw new SDKException('SDK method already defined. Method '.$funcName.' references Class '.$className);
Please login to merge, or discard this patch.