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