@@ -24,8 +24,6 @@ discard block |
||
24 | 24 | |
25 | 25 | /** |
26 | 26 | * @param int $registryId |
27 | - * @param array $serviceProvidersLazyArray |
|
28 | - * @param bool $usePuli |
|
29 | 27 | */ |
30 | 28 | public function __construct($registryId, RegistryProviderInterface $registryProvider) |
31 | 29 | { |
@@ -82,6 +80,10 @@ discard block |
||
82 | 80 | } |
83 | 81 | } |
84 | 82 | |
83 | + /** |
|
84 | + * @param integer $serviceName |
|
85 | + * @param callable $callable |
|
86 | + */ |
|
85 | 87 | private function registerService($serviceName, $serviceProviderKey, ServiceProvider $serviceProvider, $callable, ContainerBuilder $container) { |
86 | 88 | $factoryDefinition = $this->getServiceDefinitionFromCallable($serviceName, $serviceProviderKey, $callable); |
87 | 89 |