Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Translation] Fix for resolving Constraint Validator FQCN defined as %foo.bar.class% parameters#48846
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[Translation] Fix for resolving Constraint Validator FQCN defined as %foo.bar.class% parameters#48846
Uh oh!
There was an error while loading.Please reload this page.
Conversation
carsonbot commentedJan 1, 2023
Hey! Thanks for your PR. You are targeting branch "6.3" but it seems your PR description refers to branch "6.2". Cheers! Carsonbot |
1de47b6 to991aed9Compare
derrabus left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Please add a test that covers your change.
src/Symfony/Component/Translation/DependencyInjection/TranslatorPass.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
derrabus commentedJan 1, 2023
Is this bug present in Symfony 6.2 only or is 5.4 affected as well? |
991aed9 to802ed1eComparesrc/Symfony/Component/Translation/DependencyInjection/TranslatorPass.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
…%foo.bar.class% parameters
802ed1e toc965b03Comparegassan commentedJan 1, 2023
I think it is an S6.2 enhancement for extracting |
derrabus commentedJan 1, 2023
Right, this piece of code has been introduced with#46161. |
fabpot commentedJan 5, 2023
Thank you@gassan. |
Uh oh!
There was an error while loading.Please reload this page.
For example
Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidatoris defined as%doctrine.orm.validator.unique.class%and must be properly resolved.