From d736154ef65e3b5623b6fe0ed7bd4764ca7e1949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=99=E7=A0=81=E7=94=9F=E8=8A=B1?= <18523774412@qq.com> Date: Mon, 16 Oct 2023 03:03:05 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E6=96=B9=E6=B3=95=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=80=BC=E7=B1=BB=E5=9E=8B=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/library/module/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/library/module/Server.php b/app/admin/library/module/Server.php index 968f5bce..8653e57e 100644 --- a/app/admin/library/module/Server.php +++ b/app/admin/library/module/Server.php @@ -508,7 +508,7 @@ class Server /** * 读取 .runtime */ - public static function getRuntime(string $dir, string $key = ''): array + public static function getRuntime(string $dir, string $key = ''): mixed { $runtimeFilePath = $dir . '.runtime'; $runtimeContent = @file_get_contents($runtimeFilePath);