Loading src/Options/Factory/ModuleOptionsFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ use UnicaenTbl\Options\ModuleOptions; */ class ModuleOptionsFactory { public function __invoke(ContainerInterface $container, $requestedName, array $options = null) public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) { $config = $container->get('Configuration'); Loading src/Process/DbDiffProcessFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ use UnicaenTbl\Service\BddService; */ class DbDiffProcessFactory { public function __invoke(ContainerInterface $container, $requestedName, array $options = null) public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) { $service = new DbDiffProcess(); Loading src/Service/TableauBordServiceFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ use UnicaenTbl\Options\ModuleOptions; */ class TableauBordServiceFactory { public function __invoke(ContainerInterface $container, $requestedName, array $options = null) public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) { $tbl = new TableauBordService(); Loading Loading
src/Options/Factory/ModuleOptionsFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ use UnicaenTbl\Options\ModuleOptions; */ class ModuleOptionsFactory { public function __invoke(ContainerInterface $container, $requestedName, array $options = null) public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) { $config = $container->get('Configuration'); Loading
src/Process/DbDiffProcessFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ use UnicaenTbl\Service\BddService; */ class DbDiffProcessFactory { public function __invoke(ContainerInterface $container, $requestedName, array $options = null) public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) { $service = new DbDiffProcess(); Loading
src/Service/TableauBordServiceFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ use UnicaenTbl\Options\ModuleOptions; */ class TableauBordServiceFactory { public function __invoke(ContainerInterface $container, $requestedName, array $options = null) public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) { $tbl = new TableauBordService(); Loading