diff --git a/System/Core/Help.php b/System/Core/Help.php index ede32159..c204952c 100644 --- a/System/Core/Help.php +++ b/System/Core/Help.php @@ -64,7 +64,7 @@ class Help public static function toArray($xml): mixed { if (empty($xml)) { - return null; + return []; } else if (is_array($xml)) { return $xml; }