Completed
Push — master ( 09a82c...14e52c )
by Mike
02:28
created
src/SugarAPI.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
      * Register an EntryPoint method on the SugarAPI object.
121 121
      * Allows for loading custom EntryPoints, so long as custom EntryPoints are autoloaded accordingly
122 122
      * @param $funcName - name of Method to be called on SugarAPI Object
123
-     * @param $className - full name of EntryPoint Class that will be utilized
123
+     * @param string $className - full name of EntryPoint Class that will be utilized
124 124
      * @throws SDKException
125 125
      */
126 126
     public function registerEntryPoint($funcName, $className){
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
 
191 191
     /**
192 192
      * Get the configured Rest v10 URL
193
-     * @return mixed
193
+     * @return string
194 194
      */
195 195
     public function getURL(){
196 196
         return $this->url;
Please login to merge, or discard this patch.