phpexpertsinc/CSVSpeaker

View on GitHub
src/CSVWriter.php

Summary

Maintainability
A
35 mins
Test Coverage

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

    private function convertToCsv(array $row, string $delimiter = ',', string $quoteSymbol = "\"", $eol = "\n", bool $useLegacyEscape = false): string
Severity: Minor
Found in src/CSVWriter.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status