Skip to content

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
cgocast committed Nov 28, 2023
1 parent 083584d commit c75e6da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ private static function handleByRefFunctionArg(

$builtin_array_functions = [
'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]))
Expand Down

0 comments on commit c75e6da

Please sign in to comment.