* zin: refactor types.

This commit is contained in:
sunhao
2023-08-31 16:58:11 +08:00
parent f054736c55
commit 22f2feb10c
+1 -1
View File
@@ -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))