We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ccce4 commit d20b978Copy full SHA for d20b978
Helper/DialogHelper.php
@@ -31,7 +31,7 @@ class DialogHelper extends Helper
31
* @param OutputInterface $output An Output instance
32
* @param string|array $question The question to ask
33
* @param array $choices List of choices to pick from
34
- * @param Boolean $default The default answer if the user enters nothing
+ * @param Boolean|string $default The default answer if the user enters nothing
35
* @param Boolean|integer $attempts Max number of times to ask before giving up (false by default, which means infinite)
36
* @param string $errorMessage Message which will be shown if invalid value from choice list would be picked
37
* @param Boolean $multiselect Select more than one value separated by comma
0 commit comments