Completed
Pull Request — master (#26)
by Lars
14:13
created
src/Intraface/XMLRPC/Server0100.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
 
71 71
         if (count($credentials) != 2) { // -4
72 72
             require_once 'XML/RPC2/Exception.php';
73
-            throw new XML_RPC2_FaultException('wrong argument count in $credentials - got ' . count($credentials) . ' arguments - need 2', -4);
73
+            throw new XML_RPC2_FaultException('wrong argument count in $credentials - got '.count($credentials).' arguments - need 2', -4);
74 74
         }
75 75
         if (empty($credentials['private_key'])) { // -5
76 76
             require_once 'XML/RPC2/Exception.php';
Please login to merge, or discard this patch.
src/Intraface/XMLRPC/Contact/Server.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -269,7 +269,7 @@
 block discarded – undo
269 269
     {
270 270
         if (count($credentials) != 2) { // -4
271 271
             require_once 'XML/RPC2/Exception.php';
272
-            throw new XML_RPC2_FaultException('wrong argument count in $credentials - got ' . count($credentials) . ' arguments - need 2', -4);
272
+            throw new XML_RPC2_FaultException('wrong argument count in $credentials - got '.count($credentials).' arguments - need 2', -4);
273 273
         }
274 274
         if (empty($credentials['private_key'])) { // -5
275 275
             require_once 'XML/RPC2/Exception.php';
Please login to merge, or discard this patch.
src/Intraface/XMLRPC/Server.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
 
71 71
         if (count($credentials) != 2) { // -4
72 72
             require_once 'XML/RPC2/Exception.php';
73
-            throw new XML_RPC2_FaultException('wrong argument count in $credentials - got ' . count($credentials) . ' arguments - need 2', -4);
73
+            throw new XML_RPC2_FaultException('wrong argument count in $credentials - got '.count($credentials).' arguments - need 2', -4);
74 74
         }
75 75
         if (empty($credentials['private_key'])) { // -5
76 76
             require_once 'XML/RPC2/Exception.php';
Please login to merge, or discard this patch.