-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Validator] Debug validator command #37706
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Validator] Debug validator command #37706
Conversation
loic425
commented
Jul 29, 2020
•
edited
Loading
edited
Q | A |
---|---|
Branch? | master |
Bug fix? | no |
New feature? | yes |
Deprecations? | no |
Tickets | |
License | MIT |
Doc PR | symfony/symfony-docs#... |
9687b0e
to
f281244
Compare
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.
nice add :)
small review passing by
630ac4f
to
5a5236e
Compare
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.
Thank you for working on this, I think it's a really nice addition ✨
07522f9
to
8581aa2
Compare
src/Symfony/Bundle/FrameworkBundle/Resources/config/console.php
Outdated
Show resolved
Hide resolved
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.
You need to fix tests with low deps. In the FrameworkBundle composer.json file, you need to require symfony/validator ^5.2.
} | ||
} | ||
|
||
if (empty($rows)) { |
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.
if (!$rows) {
@fabpot It seems to be not enough. |
42e2753
to
5847037
Compare
5847037
to
6ec54c7
Compare
Thank you @loic425. |