function takesArray()

in testData/codeInsight/fixes/NestedImportFQN.php [18:23]


    function takesArray(array $arr): void
    {
        if ($arr) {
            echo ($arr[0])->f();
        }
    }