diff --git a/System/Core/JSON.php b/System/Core/JSON.php index 1fb731d6..3e641318 100644 --- a/System/Core/JSON.php +++ b/System/Core/JSON.php @@ -20,11 +20,11 @@ class JSON { /** - * @param string|array|mixed $data + * @param $data * @return false|string * @throws Exception */ - public static function encode(string|array|object $data) + public static function encode($data) { if (empty($data)) { return $data;