Skip to content

Commit 1c07dca

Browse files
committed
Merge branch '3.4' into 4.1
* 3.4: Update console.rst: reversing constants (logical purpose)
2 parents 911afff + 4de47b4 commit 1c07dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ available in the ``configure()`` method::
9292
{
9393
$this
9494
// ...
95-
->addArgument('password', $this->requirePassword ? InputArgument::OPTIONAL : InputArgument::REQUIRED, 'User password')
95+
->addArgument('password', $this->requirePassword ? InputArgument::REQUIRED : InputArgument::OPTIONAL, 'User password')
9696
;
9797
}
9898
}

0 commit comments

Comments
 (0)