Commit d932e5f
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 error1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
491 | | - | |
| 491 | + | |
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
| |||
0 commit comments