From afa3f2d16762b85d9d9ef2b6a9c89fd388556461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morel=20Se=CC=81bastien?= Date: Fri, 22 Nov 2019 10:53:25 -0800 Subject: [PATCH] Fix Type Hint bug --- src/Core/ProjectWizard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/ProjectWizard.php b/src/Core/ProjectWizard.php index 1536af6..c7b2210 100644 --- a/src/Core/ProjectWizard.php +++ b/src/Core/ProjectWizard.php @@ -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 {