8000 bug #3943 Fixing simple quotes in double quotes (ptitlazy) · symfony/symfony-docs@d8329dc · GitHub
[go: up one dir, main page]

Skip to content

Commit d8329dc

Browse files
committed
bug #3943 Fixing simple quotes in double quotes (ptitlazy)
This PR was merged into the 2.3 branch. Discussion ---------- Fixing si 8000 mple quotes in double quotes | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | #3942 Some simple quotes should be double quotes, for end of line to be used as such. Commits ------- dc6c993 Fixing simple quotes in double quotes
2 parents 6cba0f1 + dc6c993 commit d8329dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/helpers/dialoghelper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ from the command line, you need to overwrite the HelperSet used by the command::
263263
$commandTester = new CommandTester($command);
264264

265265
$dialog = $command->getHelper('dialog');
266-
$dialog->setInputStream($this->getInputStream('Test\n'));
266+
$dialog->setInputStream($this->getInputStream("Test\n"));
267267
// Equals to a user inputing "Test" and hitting ENTER
268268
// If you need to enter a confirmation, "yes\n" will work
269269

0 commit comments

Comments
 (0)
0