We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ea2d3 commit 6d646f2Copy full SHA for 6d646f2
1 file changed
src/Commands/InstallCommand.php
@@ -220,7 +220,7 @@ protected function askUserToContinue(string $question = 'Do you want to continue
220
return $continue;
221
}
222
223
- protected function askUserAQuestionWithDefault(string $question, string $default = null): ?string
+ protected function askUserAQuestionWithDefault(string $question, ?string $default = null): ?string
224
{
225
$this->output->write($question);
226
if ($default !== null) {
0 commit comments