Completed
Push — master ( 52f4ed...808c26 )
by Marco
02:51
created
src/RpcMethod.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
     /**
171 171
      * Get the method's method
172 172
      *
173
-     * @return string|null
173
+     * @return string
174 174
      */
175 175
     public function getDescription() {
176 176
         
@@ -379,7 +379,7 @@  discard block
 block discarded – undo
379 379
      * Static class constructor - create an RpcMethod object
380 380
      *
381 381
      * @param string            $name
382
-     * @param string|function   $callback
382
+     * @param string   $callback
383 383
      * @param string|null       $method
384 384
      * 
385 385
      * @return \Comodojo\RpcServer\RpcMethod
Please login to merge, or discard this patch.