folded-php/file

View on GitHub
src/addCsvRowToFile.php

Summary

Maintainability
A
35 mins
Test Coverage

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

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

    There are no issues that match your filters.

    Category
    Status