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 symfony#10787 Update console.rst: reversing constants (logical purpose) (ajie62)
This PR was submitted for the master branch but it was squashed and merged into the 3.4 branch instead (closessymfony#10787).
Discussion
----------
Update console.rst: reversing constants (logical purpose)
For logical purpose, I added a `!` right before `$this->requirePassword` in the `configure()` method, otherwise the requirePassword argument would be set as REQUIRED instead of OPTIONAL.
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions).
-->
Commits
-------
9298445 Update console.rst: reversing constants (logical purpose)
0 commit comments