Commit 665d5f71 authored by David Surville's avatar David Surville
Browse files

[Fix] Problème de signature de la fonction __invoke par rapport à...

[Fix] Problème de signature de la fonction __invoke par rapport à Laminas\ServiceManager\Factory\FactoryInterface
parent 37a016af
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ class UtilisateurControllerFactory implements FactoryInterface
     * @throws ContainerExceptionInterface
     * @throws NotFoundExceptionInterface
     */
    public function __invoke(ContainerInterface $container, string $requestedName, array $options = null): UtilisateurController
    public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
    {
        /**
         * @var IdentityService $identityService