Skip to content

Commit 1bfe811

Browse files
committed
Minor tweaks
1 parent ed7db6f commit 1bfe811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/console/helpers/questionhelper.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,8 @@ from the command line, you need to set the inputs that the command expects::
545545
// additional input saying "yes" will work
546546
$commandTester->setInputs(['yes']);
547547

548-
// Answers to multiline questions need to be suffixed by
549-
// an end-of-transmission control character
548+
// \x04 is the End of Transmission (EOT) control character,
549+
// required to mark the end of input when the answer contains \n characters
550550
$commandTester->setInputs([<<<INPUT
551551
First line
552552
Second line

0 commit comments

Comments
 (0)