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
minor #19881 Move Doctrine constraints out of Other constraints (gitomato)
This PR was submitted for the 7.1 branch but it was squashed and merged into the 5.4 branch instead.
Discussion
----------
Move Doctrine constraints out of Other constraints
The "Other Constraints" category is very useful, I regularly find myself checking out each of them to find the best fit. As a user of DBAL only, the Doctrine constraints are not as generic as the other ones.
I suggest giving Doctrine constraints their own category, which may help people that use Doctrine, but also people that don't.
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `7.x` for features of unreleased versions).
-->
Commits
-------
f1927e1 Move Doctrine constraints out of Other constraints
0 commit comments