mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Fixed CI
This commit is contained in:
parent
b19c263fe5
commit
ae67589463
@ -385,13 +385,13 @@ class ArrayFunctionArgumentsAnalyzer
|
||||
false,
|
||||
);
|
||||
} else {
|
||||
$array_type = Type::getArray();
|
||||
$array_type_default = Type::getArray();
|
||||
|
||||
AssignmentAnalyzer::assignByRefParam(
|
||||
$statements_analyzer,
|
||||
$array_arg,
|
||||
$array_type,
|
||||
$array_type,
|
||||
$array_type_default,
|
||||
$array_type_default,
|
||||
$context,
|
||||
false,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user