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))