Passed
Push — master ( b62652...5cb046 )
by Hannes
03:52
created
src/LazyFilesystemObject/LazyFilesystemObjectStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.