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

Erreur déclaration typage

parent 1639093f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ use Laminas\ServiceManager\Factory\FactoryInterface;

class MomentFactory implements FactoryInterface
{
    public function __invoke(ContainerInterface $container, $requestedName, array $options = [])
    public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null)
    {
        $s = new Moment();
        return $s;