Skip to content

Commit cf7e31f

Browse files
committed
add API link
1 parent ae3b0d7 commit cf7e31f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/console/helpers/dialoghelper.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ the following to your command::
3333

3434
In this case, the user will be asked "Continue with this action?", and will
3535
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.
36+
with ``n``. The third argument to
37+
:method:`Symfony\\Component\\Console\\Helper\\DialogHelper::askConfirmation`
38+
is the default value to return if the user doesn't enter any input. Any other
39+
input will ask the same question again.
3940

4041
Asking the User for Information
4142
-------------------------------

0 commit comments

Comments
 (0)