Loading src/ORM/Event/Listeners/Factory/EntitySourceInjectorFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -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)); Loading Loading
src/ORM/Event/Listeners/Factory/EntitySourceInjectorFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -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)); Loading