fastbolt/entity-importer

View on GitHub
src/Reader/CsvReader.php

Summary

Maintainability
A
45 mins
Test Coverage

Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

        SplFileObject $file,
        array $columnHeaders,
        ?int $headerRowNumber = null,
        string $delimiter = ',',
        string $enclosure = '"',
Severity: Minor
Found in src/Reader/CsvReader.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status