Skip to content

Commit

Permalink
Fix Type Hint bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Plopix committed Nov 22, 2019
1 parent c00740e commit afa3f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/ProjectWizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ protected function getNetworkTCPPort(): int
*/
protected function getQuestion(
string $message,
?int $default = null,
$default = null,
$validator = null,
string $exceptionMessage = 'Entry not valid'
): Question {
Expand Down

0 comments on commit afa3f2d

Please sign in to comment.