We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 911afff + 4de47b4 commit 1c07dcaCopy full SHA for 1c07dca
console.rst
@@ -92,7 +92,7 @@ available in the ``configure()`` method::
92
{
93
$this
94
// ...
95
- ->addArgument('password', $this->requirePassword ? InputArgument::OPTIONAL : InputArgument::REQUIRED, 'User password')
+ ->addArgument('password', $this->requirePassword ? InputArgument::REQUIRED : InputArgument::OPTIONAL, 'User password')
96
;
97
}
98
0 commit comments