From 4a96cc50a093dca5e40b78531b1efa8fa5ee7852 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 23 May 2015 19:29:03 +0100 Subject: [PATCH] Fix one signature of proxy method in proxy.php demo file --- demo/server/proxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/server/proxy.php b/demo/server/proxy.php index adf8004..fa74d3a 100644 --- a/demo/server/proxy.php +++ b/demo/server/proxy.php @@ -80,7 +80,7 @@ $server = new PhpXmlRpc\Server( 'function' => 'forward_request', 'signature' => array( array('mixed', 'string', 'string', 'array'), - array('mixed', 'string', 'string', 'array', 'stuct'), + array('mixed', 'string', 'string', 'array', 'struct'), ), 'docstring' => 'forwards xmlrpc calls to remote servers. Returns remote method\'s response. Accepts params: remote server url (might include basic auth credentials), method name, array of params, and (optionally) a struct containing call options', ), -- 2.43.0