Whitespace and comments fixes
authorgggeek <giunta.gaetano@gmail.com>
Tue, 7 Apr 2015 11:06:48 +0000 (12:06 +0100)
committergggeek <giunta.gaetano@gmail.com>
Tue, 7 Apr 2015 11:06:48 +0000 (12:06 +0100)
src/PhpXmlRpc.php
src/Value.php

index 7de98c0..5705b2f 100644 (file)
@@ -97,7 +97,7 @@ class PhpXmlRpc
 
         // NB: all the variables exported into the global namespace below here do NOT guarantee 100%
         // compatibility, as they are NOT reimported back during calls to importGlobals()
-        
+
         $reflection = new \ReflectionClass('PhpXmlRpc\Value');
         foreach ($reflection->getStaticProperties() as $name => $value) {
             $GLOBALS[$name] = $value;
index 0d963b5..f544fa5 100644 (file)
@@ -31,7 +31,7 @@ class Value
         "null" => 1,
     );
 
-    /// @todo: does these need to be public?
+    /// @todo: do these need to be public?
     public $me = array();
     public $mytype = 0;
     public $_php_class = null;