From 59632ac4a38b47a1c0aa58105fd74e5e7dbd150b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 16 Jul 2025 09:09:56 +0800 Subject: [PATCH] eee --- function.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function.php b/function.php index e6eec30e..51d23756 100644 --- a/function.php +++ b/function.php @@ -763,7 +763,7 @@ if (!function_exists('process_name_set')) { * @param string|null $prefix * @throws */ - function process_name_set(int $pid, string $prefix = NULL): void + function process_name_set(int $pid, ?string $prefix = NULL): void { if (Kiri::getPlatform()->isMac()) { return;