1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 09:37:59 +01:00
This commit is contained in:
Daniil Gentili 2022-12-01 20:17:17 +01:00
parent 6c3ffa2621
commit 03fc544af4

View File

@ -1092,6 +1092,7 @@ class ForeachTest extends TestCase
$currentIndexes
);
/** @psalm-suppress PossiblyUndefinedArrayOffset */
$currentIndexes[0]++;
}
}'