This commit is contained in:
2021-05-06 19:54:27 +02:00
parent 350f0c50a7
commit 4f0630de3e
2 changed files with 2 additions and 1 deletions

View File

@@ -353,6 +353,7 @@ class main
/** Ask a question to the user and return the answer
* @param string $question the question message
* @param string|null $proposal The optional pre-filled proposal
* @return string The answer
*/
public function ask ($question, $proposal = "")