Skip to content

Commit a590bed

Browse files
committed
Fix get_object_vars() return type
1 parent b22655c commit a590bed

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
@@ -3315,7 +3315,7 @@
33153315
'get_magic_quotes_gpc' => ['false'],
33163316
'get_magic_quotes_runtime' => ['false'],
33173317
'get_meta_tags' => ['array|false', 'filename'=>'string', 'use_include_path='=>'bool'],
3318-
'get_object_vars' => ['array<string, mixed>', 'obj'=>'object'],
3318+
'get_object_vars' => ['array<array-key, mixed>', 'obj'=>'object'],
33193319
'get_parent_class' => ['class-string|false', 'object='=>'mixed'],
33203320
'get_required_files' => ['list<string>'],
33213321
'get_resource_type' => ['string', 'res'=>'resource'],

0 commit comments

Comments
 (0)