Commit d401a15a authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Adaptation php8.4

parent 4d083909
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ final class EntitySourceInjectorFactory implements FactoryInterface
        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->setOptionsModule($container->get(ModuleOptions::class));