From f260246accb9b700ec6bcf755606fae2d81da9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 24 Mar 2021 19:42:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- function.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function.php b/function.php index 2646c755..92b108a5 100644 --- a/function.php +++ b/function.php @@ -688,7 +688,7 @@ if (!function_exists('swoole_unserialize')) { * @param $data * @return string */ - function swoole_unserialize($data): string + function swoole_unserialize($data): mixed { if (class_exists('swoole_serialize')) { return \swoole_serialize::unpack($data);