@@ -114,7 +114,7 @@ discard block |
||
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 |
||
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'); |