src/Console/LarexLocalizeCommand.php
Method handle
has 41 lines of code (exceeds 25 allowed). Consider refactoring. Open
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'));