From e6515c749fc5b792992926ce243caec277465b29 Mon Sep 17 00:00:00 2001 From: gggeek Date: Tue, 7 Apr 2015 12:06:48 +0100 Subject: [PATCH] Whitespace and comments fixes --- src/PhpXmlRpc.php | 2 +- src/Value.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PhpXmlRpc.php b/src/PhpXmlRpc.php index 7de98c0..5705b2f 100644 --- a/src/PhpXmlRpc.php +++ b/src/PhpXmlRpc.php @@ -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; diff --git a/src/Value.php b/src/Value.php index 0d963b5..f544fa5 100644 --- a/src/Value.php +++ b/src/Value.php @@ -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; -- 2.43.0