jacques/php-reports

View on GitHub
src/Excel.php

Summary

Maintainability
A
1 hr
Test Coverage

Method applyHeaderStylesMultipleRows has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function applyHeaderStylesMultipleRows(string $firstRowCells, string $lastRowCells): void
    {
        $styleArray = [
            'font' => [
                'bold' => true,
Severity: Minor
Found in src/Excel.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status