Lukasss93/laravel-larex

View on GitHub
src/Console/LarexLocalizeCommand.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

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

    public function handle(): int
    {
        $reader = CsvReader::create(csv_path());
        $csvRows = $reader->getRows()->collect();
        $filesFound = Utils::findFiles(config('larex.search.dirs'), config('larex.search.patterns'));
Severity: Minor
Found in src/Console/LarexLocalizeCommand.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status