testData/codeInsight/fixes/PluralMixedWithKeys.php (
4
lines of code) (
raw
):
<?php /** * @param <caret>array<int, mixed> $arr */ function takesArray(array $arr): void { }