Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d070125 commit cc76828Copy full SHA for cc76828
src/Symfony/Component/Console/Input/Input.php
@@ -195,7 +195,7 @@ public function getStream()
195
/**
196
* Returns a stringified representation of the options passed to the command.
197
*
198
- * InputArguments MUST be escaped as well as the InputOption values passed to the command.
+ * InputArguments must NOT be escaped as otherwise passing them to a `Process` would result in them being escaped twice.
199
200
* @param string[] $optionNames Name of the options returned. If empty, all options are returned and non-passed or non-existent are ignored.
201
0 commit comments