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.
1 parent 9bb5a53 commit 9298445Copy full SHA for 9298445
console.rst
@@ -84,7 +84,7 @@ available in the ``configure()`` method::
84
{
85
$this
86
// ...
87
- ->addArgument('password', $this->requirePassword ? InputArgument::OPTIONAL : InputArgument::REQUIRED, 'User password')
+ ->addArgument('password', $this->requirePassword ? InputArgument::REQUIRED : InputArgument::OPTIONAL, 'User password')
88
;
89
}
90
0 commit comments