Lukasss93/laravel-larex

View on GitHub
src/Linters/SameParametersLinter.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method handle has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function handle(CsvReader $reader): void
    {
        $errors = collect([]);

        //get headers
Severity: Minor
Found in src/Linters/SameParametersLinter.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status