Loading src/UnicaenUtilisateur/Controller/RoleControllerFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ class RoleControllerFactory { * @throws ContainerExceptionInterface * @throws NotFoundExceptionInterface */ public function __invoke(ContainerInterface $container, string $requestedName, array $options = null) public function __invoke(ContainerInterface $container, string $requestedName, ?array $options = null) { /** * @var RoleService $roleService Loading src/UnicaenUtilisateur/Controller/UtilisateurControllerFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ class UtilisateurControllerFactory * @throws ContainerExceptionInterface * @throws NotFoundExceptionInterface */ public function __invoke(ContainerInterface $container, string $requestedName, array $options = null): UtilisateurController public function __invoke(ContainerInterface $container, string $requestedName, ?array $options = null): UtilisateurController { /** * @var RoleService $roleService Loading src/UnicaenUtilisateur/Form/Role/RoleFormFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ class RoleFormFactory * @param array|null $options * @return RoleForm|object */ public function __invoke(ContainerInterface $container, $requestedName, array $options = null) public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) { /** * @var EntityManager $entityManager Loading src/UnicaenUtilisateur/Form/User/UserFormFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ class UserFormFactory * @param array|null $options * @return UserForm|object */ public function __invoke(ContainerInterface $container, $requestedName, array $options = null) public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) { /** * @var EntityManager $entityManager Loading src/UnicaenUtilisateur/ORM/Event/Listeners/HistoriqueListenerFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ class HistoriqueListenerFactory * @throws \Psr\Container\NotFoundExceptionInterface * @throws \Psr\Container\ContainerExceptionInterface */ public function __invoke(ContainerInterface $container, $requestedName, array $options = null): HistoriqueListener public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null): HistoriqueListener { /** @var AuthenticationService $authenticationService */ $authenticationService = $container->get('Laminas\Authentication\AuthenticationService'); Loading Loading
src/UnicaenUtilisateur/Controller/RoleControllerFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ class RoleControllerFactory { * @throws ContainerExceptionInterface * @throws NotFoundExceptionInterface */ public function __invoke(ContainerInterface $container, string $requestedName, array $options = null) public function __invoke(ContainerInterface $container, string $requestedName, ?array $options = null) { /** * @var RoleService $roleService Loading
src/UnicaenUtilisateur/Controller/UtilisateurControllerFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ class UtilisateurControllerFactory * @throws ContainerExceptionInterface * @throws NotFoundExceptionInterface */ public function __invoke(ContainerInterface $container, string $requestedName, array $options = null): UtilisateurController public function __invoke(ContainerInterface $container, string $requestedName, ?array $options = null): UtilisateurController { /** * @var RoleService $roleService Loading
src/UnicaenUtilisateur/Form/Role/RoleFormFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ class RoleFormFactory * @param array|null $options * @return RoleForm|object */ public function __invoke(ContainerInterface $container, $requestedName, array $options = null) public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) { /** * @var EntityManager $entityManager Loading
src/UnicaenUtilisateur/Form/User/UserFormFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ class UserFormFactory * @param array|null $options * @return UserForm|object */ public function __invoke(ContainerInterface $container, $requestedName, array $options = null) public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) { /** * @var EntityManager $entityManager Loading
src/UnicaenUtilisateur/ORM/Event/Listeners/HistoriqueListenerFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ class HistoriqueListenerFactory * @throws \Psr\Container\NotFoundExceptionInterface * @throws \Psr\Container\ContainerExceptionInterface */ public function __invoke(ContainerInterface $container, $requestedName, array $options = null): HistoriqueListener public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null): HistoriqueListener { /** @var AuthenticationService $authenticationService */ $authenticationService = $container->get('Laminas\Authentication\AuthenticationService'); Loading