8000 doc · symfony/symfony@cc76828 · GitHub
[go: up one dir, main page]

Skip to content

Commit cc76828

Browse files
committed
doc
1 parent d070125 commit cc76828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Input/Input.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public function getStream()
195195
/**
196196
* Returns a stringified representation of the options passed to the command.
197197
*
198-
* InputArguments MUST be escaped as well as the InputOption values passed to the command.
198+
* InputArguments must NOT be escaped as otherwise passing them to a `Process` would result in them being escaped twice.
199199
*
200200
* @param string[] $optionNames Name of the options returned. If empty, all options are returned and non-passed or non-existent are ignored.
201201
*

0 commit comments

Comments
 (0)
0