Skip to content

Commit 2d8761f

Browse files
committed
a comment
1 parent 06ac77a commit 2d8761f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Server.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,6 +1332,7 @@ public static function _xmlrpcs_multicall_do_call($server, $call)
13321332

13331333
$req = new Request($methName->scalarVal());
13341334
foreach ($params as $i => $param) {
1335+
/// @todo allow support for named parameters, if this is a jsonrpc 2.0 call
13351336
if (!$req->addParam($param)) {
13361337
$i++; // for error message, we count params from 1
13371338
return static::_xmlrpcs_multicall_error(new static::$responseClass(0,

0 commit comments

Comments
 (0)