Skip to content

Commit a505d27

Browse files
committed
-
1 parent c8dd85f commit a505d27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/console/helpers/questionhelper.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ the following to your command::
5252
}
5353

5454
In this case, the user will be asked "Continue with this action?". If the user
55-
answers with ``y`` (or any word, expression starting with ``y`` due to default answer regex, e.g ``yeti``) it returns ``true`` or ``false`` otherwise, e.g. ``n``.
55+
answers with ``y`` (or any word, expression starting with ``y`` due to default
56+
answer regex, e.g ``yeti``) it returns ``true`` or ``false`` otherwise, e.g. ``n``.
5657

5758
The second argument to
5859
:method:`Symfony\\Component\\Console\\Question\\ConfirmationQuestion::__construct`

0 commit comments

Comments
 (0)