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

Adaptation php8.4

parent 6ec5a176
No related branches found
No related tags found
No related merge requests found
Pipeline #38785 passed
......@@ -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;
......
......@@ -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']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment