@@ -46,7 +46,7 @@ |
||
46 | 46 | |
47 | 47 | return $this->ProxyFactory->createProxy( |
48 | 48 | $class, |
49 | - function (&$wrappedObject, $proxy, $method, $parameters, &$initializer) use ($path, $class) { |
|
49 | + function(&$wrappedObject, $proxy, $method, $parameters, &$initializer) use ($path, $class) { |
|
50 | 50 | try { |
51 | 51 | $contents = $this->Filesystem->read($path); |
52 | 52 | } catch (\Exception $e) { |