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