mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +01:00
Fix
This commit is contained in:
parent
6c3ffa2621
commit
03fc544af4
@ -1092,6 +1092,7 @@ class ForeachTest extends TestCase
|
||||
$currentIndexes
|
||||
);
|
||||
|
||||
/** @psalm-suppress PossiblyUndefinedArrayOffset */
|
||||
$currentIndexes[0]++;
|
||||
}
|
||||
}'
|
||||
|
Loading…
Reference in New Issue
Block a user