From f431aa44c44745dc0ae8f55e1cb9160d866f8e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=B9=B3?= Date: Wed, 12 Jun 2024 18:35:54 +0800 Subject: [PATCH] cs-fix --- bin/hyperf.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/hyperf.php b/bin/hyperf.php index 631ebf5..77f0b62 100644 --- a/bin/hyperf.php +++ b/bin/hyperf.php @@ -2,6 +2,7 @@ $debugger?->start()); - Coroutine::run(fn () => $debugger?->detectActiveConnections()); + Coroutine::run(fn() => $debugger?->start()); + Coroutine::run(fn() => $debugger?->detectActiveConnections()); } }