Loading src/View/Helpers/MomentFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ use Laminas\ServiceManager\Factory\FactoryInterface; class MomentFactory implements FactoryInterface { public function __invoke(ContainerInterface $container, $requestedName, array $options = null) public function __invoke(ContainerInterface $container, $requestedName, array $options = []) { $s = new Moment(); return $s; Loading src/View/Helpers/UiFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ use Laminas\ServiceManager\Factory\FactoryInterface; class UiFactory implements FactoryInterface { public function __invoke(ContainerInterface $container, $requestedName, array $options = null) public function __invoke(ContainerInterface $container, $requestedName, array $options = []) { $conf = $container->get('Config'); $s = new Ui($conf['unicaen-signature']['vite_mode']); Loading Loading
src/View/Helpers/MomentFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ use Laminas\ServiceManager\Factory\FactoryInterface; class MomentFactory implements FactoryInterface { public function __invoke(ContainerInterface $container, $requestedName, array $options = null) public function __invoke(ContainerInterface $container, $requestedName, array $options = []) { $s = new Moment(); return $s; Loading
src/View/Helpers/UiFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ use Laminas\ServiceManager\Factory\FactoryInterface; class UiFactory implements FactoryInterface { public function __invoke(ContainerInterface $container, $requestedName, array $options = null) public function __invoke(ContainerInterface $container, $requestedName, array $options = []) { $conf = $container->get('Config'); $s = new Ui($conf['unicaen-signature']['vite_mode']); Loading