From 037ff929b34e7140c080f3dcb05b8ff3da8b602e Mon Sep 17 00:00:00 2001 From: VojtaB Date: Thu, 11 Dec 2025 22:05:17 +0100 Subject: [PATCH] Fix get_object_vars() return type --- resources/functionMap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functionMap.php b/resources/functionMap.php index 82789aea05..289f7ef697 100644 --- a/resources/functionMap.php +++ b/resources/functionMap.php @@ -2776,7 +2776,7 @@ 'get_magic_quotes_gpc' => ['false'], 'get_magic_quotes_runtime' => ['false'], 'get_meta_tags' => ['array|false', 'filename'=>'string', 'use_include_path='=>'bool'], -'get_object_vars' => ['array', 'obj'=>'object'], +'get_object_vars' => ['array', 'obj'=>'object'], 'get_parent_class' => ['class-string|false', 'object='=>'mixed'], 'get_required_files' => ['list'], 'get_resource_type' => ['string', 'res'=>'resource'],