Skip to content

Commit dc6c993

Browse files
committed
Fixing simple quotes in double quotes
Some simple quotes should be double quotes.
1 parent 06e3d97 commit dc6c993

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)