From 58ef35a678d6b26c919245ff83e33e37135bae12 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 12 Apr 2015 00:28:33 +0100 Subject: [PATCH] Whitespace and comments --- src/Client.php | 2 +- src/Helper/Charset.php | 1 + src/PhpXmlRpc.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Client.php b/src/Client.php index a13c31b..00195af 100644 --- a/src/Client.php +++ b/src/Client.php @@ -360,7 +360,7 @@ class Client $req = $n; } - // where msg is a Request + // where req is a Request $req->debug = $this->debug; if ($method == 'https') { diff --git a/src/Helper/Charset.php b/src/Helper/Charset.php index 5225c59..b934041 100644 --- a/src/Helper/Charset.php +++ b/src/Helper/Charset.php @@ -258,4 +258,5 @@ class Charset throw new \Exception('Unsupported charset: ' . $charset); } } + } diff --git a/src/PhpXmlRpc.php b/src/PhpXmlRpc.php index 5705b2f..deb697a 100644 --- a/src/PhpXmlRpc.php +++ b/src/PhpXmlRpc.php @@ -66,7 +66,7 @@ class PhpXmlRpc // The encoding used internally by PHP. // String values received as xml will be converted to this, and php strings will be converted to xml // as if having been coded with this - public static $xmlrpc_internalencoding = "ISO-8859-1"; // TODO: maybe this would be better as UTF-8, or atleast configurable? + public static $xmlrpc_internalencoding = "ISO-8859-1"; // TODO: maybe this would be better as UTF-8, or at least configurable? public static $xmlrpcName = "XML-RPC for PHP"; public static $xmlrpcVersion = "4.0.0.beta"; -- 2.43.0