Skip to content

Commit 0c04162

Browse files
authored
Make type more precise
1 parent 7834a80 commit 0c04162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli/cli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function input( $format = null ) {
9494
* continue displaying until input is received.
9595
*
9696
* @param string $question The question to ask the user.
97-
* @param bool|string $default A default value if the user provides no input.
97+
* @param string|false $default A default value if the user provides no input. Default false.
9898
* @param string $marker A string to append to the question and default value on display.
9999
* @param boolean $hide If the user input should be hidden
100100
* @return string The users input.

0 commit comments

Comments
 (0)