mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 17:52:45 +01:00
Fix coding style
This commit is contained in:
parent
083584d115
commit
c75e6da866
@ -1270,7 +1270,7 @@ final class ArgumentsAnalyzer
|
|||||||
|
|
||||||
$builtin_array_functions = [
|
$builtin_array_functions = [
|
||||||
'ksort', 'asort', 'krsort', 'arsort', 'natcasesort', 'natsort',
|
'ksort', 'asort', 'krsort', 'arsort', 'natcasesort', 'natsort',
|
||||||
'reset', 'end', 'next', 'prev', 'array_pop', 'array_shift', 'extract'
|
'reset', 'end', 'next', 'prev', 'array_pop', 'array_shift', 'extract',
|
||||||
];
|
];
|
||||||
|
|
||||||
if (($var_id && isset($context->vars_in_scope[$var_id]))
|
if (($var_id && isset($context->vars_in_scope[$var_id]))
|
||||||
|
Loading…
Reference in New Issue
Block a user