Skip to content

Commit 037ff92

Browse files
committed
Fix get_object_vars() return type
1 parent f562834 commit 037ff92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2776,7 +2776,7 @@
27762776
'get_magic_quotes_gpc' => ['false'],
27772777
'get_magic_quotes_runtime' => ['false'],
27782778
'get_meta_tags' => ['array|false', 'filename'=>'string', 'use_include_path='=>'bool'],
2779-
'get_object_vars' => ['array<string, mixed>', 'obj'=>'object'],
2779+
'get_object_vars' => ['array<array-key, mixed>', 'obj'=>'object'],
27802780
'get_parent_class' => ['class-string|false', 'object='=>'mixed'],
27812781
'get_required_files' => ['list<string>'],
27822782
'get_resource_type' => ['string', 'res'=>'resource'],

0 commit comments

Comments
 (0)