Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d232ccc

Browse filesBrowse files
committed
Minor tweak
1 parent 0c0708e commit d232ccc
Copy full SHA for d232ccc

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎console/input.rst

Copy file name to clipboardExpand all lines: console/input.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ can also implement value completion for the input in your commands. For
320320
instance, you may want to complete all usernames from the database in the
321321
``name`` argument of your greet command.
322322

323-
To achieve this, use the 5th argument of ``addArgument()`` or the 6th argument of ``addOption``::
323+
To achieve this, use the 5th argument of ``addArgument()`` or the 6th argument of ``addOption()``::
324324

325325
// ...
326326
use Symfony\Component\Console\Completion\CompletionInput;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.