From: gggeek Date: Sat, 11 Apr 2015 23:28:33 +0000 (+0100) Subject: Whitespace and comments X-Git-Tag: 4.0.0-alpha^2~99 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=58ef35a678d6b26c919245ff83e33e37135bae12 Whitespace and comments --- 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";