security icon indicating copy to clipboard operation
security copied to clipboard

Moved exception message key to a constant.

Open mogilvie opened this issue 3 years ago • 1 comments

We override the exception method in translation as users don't know what a CSRF token is, or why it is invalid. Using a public constant is more consistent for overriding in the translations.

mogilvie avatar Apr 05 '22 10:04 mogilvie

Thanks for your pull request! We love contributions.

However, this repository is what we call a "subtree split": a read-only copy of one directory of the main Symfony repository. It is used by Composer to allow developers to depend on specific Symfony components.

If you want to contribute, you should instead open a pull request on the main repository:

https://github.com/symfony/symfony

Thank you for your contribution!

PS: if you haven't already, please add tests, and beware that bug fixes should be submitted on the lowest maintained branch where they apply.

symfony-bot[bot] avatar Apr 05 '22 10:04 symfony-bot[bot]