X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=blobdiff_plain;f=src%2FServer.php;h=382630e4df89b7434daea3f3eb352df4d671a36e;hp=b098d68243f6343524e5b0f2cc0565bb4817b60e;hb=9d4cfc9508b03a579dd62a28c0e9e428b5052f9b;hpb=f4978078febfc4289bb4f45db6ca3f9e6c8c4f94 diff --git a/src/Server.php b/src/Server.php index b098d68..382630e 100644 --- a/src/Server.php +++ b/src/Server.php @@ -5,6 +5,9 @@ namespace PhpXmlRpc; use PhpXmlRpc\Helper\XMLParser; use PhpXmlRpc\Helper\Charset; +/** + * Allows effortless implementation of XML-RPC servers + */ class Server { /** @@ -720,7 +723,7 @@ class Server } /** - * add a string to the 'internal debug message' (separate from 'user debug message'). + * Add a string to the 'internal debug message' (separate from 'user debug message'). * * @param string $string */