You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #46599 Add "negate" option to Expression constraint (fmata)
This PR was merged into the 6.2 branch.
Discussion
----------
Add "negate" option to Expression constraint
| Q | A
| ------------- | ---
| Branch? | 6.2
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Tickets |
| License | MIT
| Doc PR | symfony/symfony-docs#16852
Using `Expression` constraint is tedious because the written expression is the opposite of the error message. Adding `negate` option (naming ?) as `Regex::$match` allow us to write condition in phase with the wording.
Commits
-------
4bc245e5a9 Add "pass" option to Expression constraint
0 commit comments