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 7834a80 commit 0c04162Copy full SHA for 0c04162
lib/cli/cli.php
@@ -94,7 +94,7 @@ function input( $format = null ) {
94
* continue displaying until input is received.
95
*
96
* @param string $question The question to ask the user.
97
- * @param bool|string $default A default value if the user provides no input.
+ * @param string|false $default A default value if the user provides no input. Default false.
98
* @param string $marker A string to append to the question and default value on display.
99
* @param boolean $hide If the user input should be hidden
100
* @return string The users input.
0 commit comments