mirror of
https://github.com/danog/psalm.git
synced 2024-12-04 18:48:03 +01:00
Merge pull request #6608 from orklah/foreach-on-list
foreach on list gives a positive|0 offset
This commit is contained in:
commit
49bb065dc7
@ -449,7 +449,7 @@ class ForeachAnalyzer
|
||||
? new Type\Union([
|
||||
new Type\Atomic\TDependentListKey($list_var_id)
|
||||
])
|
||||
: Type::getInt(),
|
||||
: new Type\Union([new Type\Atomic\TIntRange(0, null)]),
|
||||
$iterator_atomic_type->type_param
|
||||
]);
|
||||
} elseif (!$iterator_atomic_type instanceof Type\Atomic\TNonEmptyArray) {
|
||||
|
Loading…
Reference in New Issue
Block a user