From 1a90d5f2c4ed13fc47ea067450865fb53600302b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Wed, 6 Oct 2021 17:03:14 +0200 Subject: [PATCH] Fixed typo in src/Resources/skeleton/authenticator/Security52EmptyAuthenticator.tpl.php --- .../skeleton/authenticator/Security52EmptyAuthenticator.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resources/skeleton/authenticator/Security52EmptyAuthenticator.tpl.php b/src/Resources/skeleton/authenticator/Security52EmptyAuthenticator.tpl.php index 329c3b9e5..94e49865b 100644 --- a/src/Resources/skeleton/authenticator/Security52EmptyAuthenticator.tpl.php +++ b/src/Resources/skeleton/authenticator/Security52EmptyAuthenticator.tpl.php @@ -36,7 +36,7 @@ public function onAuthenticationFailure(Request $request, AuthenticationExceptio // /* // * If you would like this class to control what happens when an anonymous user accesses a // * protected page (e.g. redirect to /login), uncomment this method and make this class -// * implement Symfony\Component\Security\Http\EntryPoint\AuthenticationEntrypointInterface. +// * implement Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface. // * // * For more details, see https://symfony.com/doc/current/security/experimental_authenticators.html#configuring-the-authentication-entry-point // */