From adfa1cf3f2145d33a4a0326a498935f1885b9cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 12 Jan 2022 16:00:11 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- ServerCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServerCommand.php b/ServerCommand.php index 2c1a552..f0b0470 100644 --- a/ServerCommand.php +++ b/ServerCommand.php @@ -77,7 +77,7 @@ class ServerCommand extends Command return 1; } } - return $manager->start(); + return (int)$manager->start(); } }