8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
5.4 \ 6.0
Sequence constraint can not be applied onto class as an attribute.
<?php #[Assert\Sequence([ new NotBlank() ])] class SomeClass { }
No response
More details in PR: #44448
The text was updated successfully, but these errors were encountered:
bug #44448 [Validator] Allow Sequence constraint to be applied onto c…
8f591c3
…lass as an attribute (sidz) This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [Validator] Allow Sequence constraint to be applied onto class as an attribute | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | #44531 | License | MIT | Doc PR | N/A This PR allows to apply `Sequentially` constraint as an attribute onto class target. Looks like it was missed on translating annotations to attributes.   Commits ------- 8c1e746 [Validator] Allow Sequence constraint to be applied onto class as an attribute
No branches or pull requests
Symfony version(s) affected
5.4 \ 6.0
Description
Sequence constraint can not be applied onto class as an attribute.
How to reproduce
Possible Solution
No response
Additional Context
More details in PR: #44448
The text was updated successfully, but these errors were encountered: