Test Setup Failed
Push — master ( 2aef0f...cc3131 )
by Dawid
02:43
created
src/Factory/LazyServiceFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
         return $this->lazyLoadingFactory->createProxy(
34 34
             $className,
35 35
             // this fancy method signature is required by lazy loading factory
36
-            function (&$wrappedObject, $proxy, $method, $parameters, &$initializer) use ($className, $definition) {
36
+            function(&$wrappedObject, $proxy, $method, $parameters, &$initializer) use ($className, $definition) {
37 37
                 $wrappedObject = $definition();
38 38
                 $initializer = null;
39 39
 
Please login to merge, or discard this patch.