Aggiornato Composer
This commit is contained in:
@@ -85,14 +85,14 @@ interface StyleInterface
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function ask(string $question, string $default = null, callable $validator = null);
|
||||
public function ask(string $question, ?string $default = null, ?callable $validator = null);
|
||||
|
||||
/**
|
||||
* Asks a question with the user input hidden.
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function askHidden(string $question, callable $validator = null);
|
||||
public function askHidden(string $question, ?callable $validator = null);
|
||||
|
||||
/**
|
||||
* Asks for confirmation.
|
||||
|
||||
Reference in New Issue
Block a user