Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Validator] remove support for implicit constraint option names in YAML/XML mapping files#61851
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
xabbuh commentedSep 26, 2025
| Q | A |
|---|---|
| Branch? | 8.0 |
| Bug fix? | no |
| New feature? | yes |
| Deprecations? | no |
| Issues | |
| License | MIT |
7b9cb1b to0603ac2CompareUh oh!
There was an error while loading.Please reload this page.
Thank you@xabbuh. |
cdb8ce8 intosymfony:8.0Uh oh!
There was an error while loading.Please reload this page.
| foreach ($nodesas$node) { | ||
| if (\count($node) >0) { | ||
| if (\count($node->value) >0) { |
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.
The XSD should also be updated to remove<value> as an allowed child of<constraint>
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.
see#61853
This PR was merged into the 8.0 branch.Discussion----------[Validator] clean up the XML schema definition| Q | A| ------------- | ---| Branch? | 8.0| Bug fix? | no| New feature? | no| Deprecations? | no| Issues | see#61851 (comment)| License | MITCommits-------c5b8bad clean up the XML schema definition