Skip to content
Snippets Groups Projects
Commit d401a15a authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Adaptation php8.4

parent 4d083909
No related branches found
No related tags found
No related merge requests found
Pipeline #38774 passed
...@@ -18,7 +18,7 @@ final class EntitySourceInjectorFactory implements FactoryInterface ...@@ -18,7 +18,7 @@ final class EntitySourceInjectorFactory implements FactoryInterface
return $this->__invoke($serviceLocator, ''); return $this->__invoke($serviceLocator, '');
} }
public function __invoke(ContainerInterface $container, $requestedName, array $options = null) public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null)
{ {
$service = new EntitySourceInjector(); $service = new EntitySourceInjector();
$service->setOptionsModule($container->get(ModuleOptions::class)); $service->setOptionsModule($container->get(ModuleOptions::class));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment