Merge branch 'master' of github.com:gggeek/phpxmlrpc
[plcapi.git] / src / Wrapper.php
index 8b5ddb4..b87af43 100644 (file)
@@ -581,7 +581,7 @@ class Wrapper
         }
 
         // since we are building source code for later use, if we are given an object instance,
-        // we go out of our way and store a pointer to it in a static class var var...
+        // we go out of our way and store a pointer to it in a static class var...
         if (is_array($callable) && is_object($callable[0])) {
             self::$objHolder[$newFuncName] = $callable[0];
             $innerCode .= "\$obj = PhpXmlRpc\\Wrapper::\$objHolder['$newFuncName'];\n";
@@ -738,7 +738,6 @@ class Wrapper
 
             return $results;
         }
-
     }
 
     /**