File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/console/helpers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ Multiline questions stop reading user input after receiving an end-of-transmissi
325
325
control character (``Ctrl-D `` on Unix systems or ``Ctrl-Z `` on Windows).
326
326
327
327
Setting a Timeout for User Input
328
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
328
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
329
329
330
330
.. versionadded :: 7.4
331
331
@@ -369,7 +369,7 @@ could cause problems.
369
369
streams (like pipes or files), the timeout setting is ignored and the
370
370
question behaves normally.
371
371
372
- You can also use timeouts with other question types such as
372
+ You can also use timeouts with other question types such as
373
373
:class: `Symfony\\ Component\\ Console\\ Question\\ ConfirmationQuestion ` and
374
374
:class: `Symfony\\ Component\\ Console\\ Question\\ ChoiceQuestion `::
375
375
You can’t perform that action at this time.
0 commit comments