|
@@ -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.