Skip to content

Commit 6e4b3a0

Browse files
committed
[#6623] fix note directive
1 parent 173033b commit 6e4b3a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/console/helpers/questionhelper.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,5 +312,7 @@ a string representing what the user would have typed.
312312
This way you can test any user interaction (even complex ones) by passing the appropriate inputs.
313313

314314
.. note::
315-
The :class:`Symfony\\Component\\Console\\Tester\\CommandTester` automatically simulates a user
316-
hitting ``ENTER`` after each input, no need for passing an additional input.
315+
316+
The :class:`Symfony\\Component\\Console\\Tester\\CommandTester` automatically
317+
simulates a user hitting ``ENTER`` after each input, no need for passing
318+
an additional input.

0 commit comments

Comments
 (0)