|
@@ -116,7 +116,7 @@ |
|
|
block discarded – undo |
|
116
|
116
|
if ($this->isStaticallyCallable($callable)) { |
|
117
|
117
|
$factoryDefinition->setFactory(/** @scrutinizer ignore-type */$callable); |
|
118
|
118
|
} else { |
|
119
|
|
- $factoryDefinition->setFactory([ new Reference('service_provider_registry_' . $this->registryId), $method ]); |
|
|
119
|
+ $factoryDefinition->setFactory([new Reference('service_provider_registry_' . $this->registryId), $method]); |
|
120
|
120
|
$factoryDefinition->addArgument($serviceProviderKey); |
|
121
|
121
|
$factoryDefinition->addArgument($serviceName); |
|
122
|
122
|
} |
Please login to merge, or discard this patch.