Completed
Push — master ( 215596...154eb7 )
by Martin
03:32
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
 
83 83
     private function initializer($class)
84 84
     {
85
-        $initializer = function (GhostObjectInterface &$wrappedObject, $method, array $parameters) use ($class) {
85
+        $initializer = function(GhostObjectInterface&$wrappedObject, $method, array $parameters) use ($class) {
86 86
             if (!method_exists($wrappedObject, $method)) {
87 87
                 return;
88 88
             }
Please login to merge, or discard this patch.