Completed
Push — master ( c4596e...19d9e6 )
by Gaetano
03:28
created
tests/3LocalhostTest.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
 
115 115
     /**
116 116
      * @param PhpXmlRpc\Request|array $msg
117
-     * @param int|array $errorCode
117
+     * @param integer $errorCode
118 118
      * @param bool $returnResponse
119 119
      * @return mixed|\PhpXmlRpc\Response|\PhpXmlRpc\Response[]|\PhpXmlRpc\Value|string|null
120 120
      */
@@ -431,6 +431,10 @@  discard block
 block discarded – undo
431 431
         }
432 432
     }
433 433
 
434
+    /**
435
+     * @param string $method
436
+     * @param PhpXmlRpc\Value[] $params
437
+     */
434 438
     public function _multicall_msg($method, $params)
435 439
     {
436 440
         $struct['methodName'] = new xmlrpcval($method, 'string');
Please login to merge, or discard this patch.