File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
components/console/helpers Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,10 @@ the following to your command::
33
33
34
34
In this case, the user will be asked "Continue with this action?", and will
35
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.
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.
39
40
40
41
Asking the User for Information
41
42
-------------------------------
You can’t perform that action at this time.
0 commit comments