folded-php/file

View on GitHub
src/getCsvRowFromFile.php

Summary

Maintainability
A
35 mins
Test Coverage

Method getCsvRowFromFile has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    function getCsvRowFromFile($handle, int $length = 0, string $delimiter = ",", string $enclosure = '"', string $escapeChar = "\\"): array
Severity: Minor
Found in src/getCsvRowFromFile.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status