Completed
Push — 2.0 ( 070a8d...a8cc12 )
by Marco
07:08
created
src/Comodojo/RpcServer/RpcMethod.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
     /**
170 170
      * Get additional arguments to forward to callback
171 171
      *
172
-     * @return array
172
+     * @return callable
173 173
      */
174 174
     public function getArguments() {
175 175
 
Please login to merge, or discard this patch.
src/Comodojo/RpcServer/RpcServer.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -566,4 +566,4 @@
 block discarded – undo
566 566
 
567 567
     }
568 568
 
569
- }
569
+    }
Please login to merge, or discard this patch.
src/Comodojo/RpcServer/Request/Parameters.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -248,7 +248,7 @@
 block discarded – undo
248 248
      *
249 249
      * @param string $parameter (optional) The parameter name (null will return whole array of parameters)
250 250
      *
251
-     * @return mixed
251
+     * @return string|null
252 252
      */
253 253
     public function get($parameter = null) {
254 254
 
Please login to merge, or discard this patch.