We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentae3b0d7 commitcf7e31fCopy full SHA for cf7e31f
components/console/helpers/dialoghelper.rst
@@ -33,9 +33,10 @@ the following to your command::
33
34
In this case, the user will be asked "Continue with this action?", and will
35
return ``true`` if the user answers with ``y`` or ``false`` if the user answers
36
-with ``n``. The third argument to ``askConfirmation`` is the default value to
37
-return if the user doesn't enter any input. Any other input will ask the same
38
-question again.
+with ``n``. The third argument to
+:method:`Symfony\\Component\\Console\\Helper\\DialogHelper::askConfirmation`
+is the default value to return if the user doesn't enter any input. Any other
39
+input will ask the same question again.
40
41
Asking the User for Information
42
-------------------------------