From 6fcbd8540be845e9c99e570b6ba78dc5c627e827 Mon Sep 17 00:00:00 2001 From: sunhao Date: Thu, 31 Aug 2023 16:56:17 +0800 Subject: [PATCH] * zin: refactor. --- lib/zin/core/selector.func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zin/core/selector.func.php b/lib/zin/core/selector.func.php index 71c8213b48..71ed8f895c 100644 --- a/lib/zin/core/selector.func.php +++ b/lib/zin/core/selector.func.php @@ -144,7 +144,7 @@ function parseWgSelectors(object|string|array $selectors): array * @param object|object[] $selector * @return string */ -function stringifyWgSelectors(array|object $selector): string +function stringifyWgSelectors(array|object|null $selector): string { if(empty($selector)) return ''; if(is_array($selector))