From 2e323b6a1f2770281f6f15faa94dd905b1a850b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 18 Apr 2023 23:59:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HotReload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HotReload.php b/HotReload.php index cda49a6..e395f4d 100644 --- a/HotReload.php +++ b/HotReload.php @@ -21,7 +21,7 @@ class HotReload extends Command /** * @var Process */ - private ?Process $process; + private Process $process; /** * @var array|mixed */