@@ -82,7 +82,7 @@ |
||
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 | } |