8000 Update console.rst: reversing constants (logical purpose) · marcinowski/symfony-docs@9298445 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9298445

Browse files
ajie62javiereguiluz
authored andcommitted
Update console.rst: reversing constants (logical purpose)
1 parent 9bb5a53 commit 9298445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ available in the ``configure()`` method::
8484
{
8585
$this
8686
// ...
87-
->addArgument('password', $this->requirePassword ? InputArgument::OPTIONAL : InputArgument::REQUIRED, 'User password')
87+
->addArgument('password', $this->requirePassword ? InputArgument::REQUIRED : InputArgument::OPTIONAL, 'User password')
8888
;
8989
}
9090
}

0 commit comments

Comments
 (0)
0