Whitespace and comments
authorgggeek <giunta.gaetano@gmail.com>
Sat, 11 Apr 2015 23:28:33 +0000 (00:28 +0100)
committergggeek <giunta.gaetano@gmail.com>
Sat, 11 Apr 2015 23:28:33 +0000 (00:28 +0100)
src/Client.php
src/Helper/Charset.php
src/PhpXmlRpc.php

index a13c31b..00195af 100644 (file)
@@ -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') {
index 5225c59..b934041 100644 (file)
@@ -258,4 +258,5 @@ class Charset
                 throw new \Exception('Unsupported charset: ' . $charset);
         }
     }
+
 }
index 5705b2f..deb697a 100644 (file)
@@ -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";