Support i8 type
[plcapi.git] / src / Client.php
index c884a25..d31e9f5 100644 (file)
@@ -5,7 +5,7 @@ namespace PhpXmlRpc;
 use PhpXmlRpc\Helper\Logger;
 
 /**
- * The basic class used to represent a client of an XML-RPC server.
+ * Used to represent a client of an XML-RPC server.
  */
 class Client
 {
@@ -83,7 +83,7 @@ class Client
 
     /**
      * The charset encoding that will be used for serializing request sent by the client.
-     *  If defaults to NULL, which means using US-ASCII and encoding all characters outside of the ASCII range using
+     * It defaults to NULL, which means using US-ASCII and encoding all characters outside of the ASCII range using
      * their xml character entity representation (this has the benefit that line end characters will not be mangled in
      * the transfer, a CR-LF will be preserved as well as a singe LF).
      *  Valid values are 'US-ASCII', 'UTF-8' and 'ISO-8859-1'