Skip to content

Little typo error #8602

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 10, 2017
Merged

Little typo error #8602

merged 1 commit into from
Nov 10, 2017

Conversation

NicolasMugnier
Copy link

@NicolasMugnier NicolasMugnier commented Nov 8, 2017

replace :
use Symfony\Component\Security\Core\Exception\InvalidCsrfTokenExceptionl
by :
use Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException;

replace :
use Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException! 
by :
use Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException;
@xabbuh xabbuh added this to the 3.3 milestone Nov 8, 2017
@weaverryan
Copy link
Member

Hmm, yes, I like your version better ;). Thank you Nicolas!

@weaverryan weaverryan merged commit 5863ccf into symfony:3.3 Nov 10, 2017
weaverryan added a commit that referenced this pull request Nov 10, 2017
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants