Skip to content

Commit 0df14b1

Browse files
janedbalstaabm
andauthored
functionMap: more precise get_defined_vars
Co-authored-by: Markus Staab <[email protected]>
1 parent d300e74 commit 0df14b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3305,7 +3305,7 @@
33053305
'get_declared_traits' => ['list<trait-string>'],
33063306
'get_defined_constants' => ['array<string, mixed>', 'categorize='=>'bool'],
33073307
'get_defined_functions' => ['array{internal:non-empty-list<callable-string>,user:list<callable-string>}', 'exclude_disabled='=>'bool'],
3308-
'get_defined_vars' => ['array'],
3308+
'get_defined_vars' => ['array<string, mixed>'],
33093309
'get_extension_funcs' => ['list<callable-string>|false', 'extension_name'=>'string'],
33103310
'get_headers' => ['array|false', 'url'=>'string', 'format='=>'int', 'context='=>'resource'],
33113311
'get_html_translation_table' => ['array', 'table='=>'int', 'flags='=>'int', 'encoding='=>'string'],

0 commit comments

Comments
 (0)