Skip to content

Commit d932e5f

Browse files
committed
bug #8602 Little typo error (NicolasMugnier)
This PR was merged into the 3.3 branch. Discussion ---------- Little typo error replace : `use Symfony\Component\Security\Core\Exception\InvalidCsrfTokenExceptionl` by : `use Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException;` Commits ------- 5863ccf Little typo error
2 parents 20f9e1b + 5863ccf commit d932e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/guard_authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ and add the following logic::
488488

489489
use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface;
490490
use Symfony\Component\Security\Csrf\CsrfToken;
491-
use Symfony\Component\Security\Core\Exception\InvalidCsrfTokenExceptionl
491+
use Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException;
492492

493493
class ExampleFormAuthenticator extends AbstractFormLoginAuthenticator
494494
{

0 commit comments

Comments
 (0)