Skip to content

Commit fd758db

Browse files
committed
bug #988 Fixed typo in src/Resources/skeleton/authenticator/Security52EmptyAuthenticator.tpl.php (lyrixx)
This PR was merged into the 1.0-dev branch. Discussion ---------- Fixed typo in src/Resources/skeleton/authenticator/Security52EmptyAuthenticator.tpl.php refs: https://github.com/symfony/symfony/blob/1c1e2d96816166fdbe726ecc09716d07da90c06d/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php#L24 Commits ------- 1a90d5f Fixed typo in src/Resources/skeleton/authenticator/Security52EmptyAuthenticator.tpl.php
2 parents c1ead85 + 1a90d5f commit fd758db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/skeleton/authenticator/Security52EmptyAuthenticator.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function onAuthenticationFailure(Request $request, AuthenticationExceptio
3636
// /*
3737
// * If you would like this class to control what happens when an anonymous user accesses a
3838
// * protected page (e.g. redirect to /login), uncomment this method and make this class
39-
// * implement Symfony\Component\Security\Http\EntryPoint\AuthenticationEntrypointInterface.
39+
// * implement Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface.
4040
// *
4141
// * For more details, see https://symfony.com/doc/current/security/experimental_authenticators.html#configuring-the-authentication-entry-point
4242
// */

0 commit comments

Comments
 (0)