Skip to content

Navigation Menu

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 cc76828

Browse filesBrowse files
committed
doc
1 parent d070125 commit cc76828
Copy full SHA for cc76828

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Input/Input.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.