Lukasss93/laravel-larex

View on GitHub
src/Console/LarexFindCommand.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

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

    public function handle(): int
    {
        $width = (int) $this->option('width');

        $value = Str::lower($this->argument('value'));
Severity: Minor
Found in src/Console/LarexFindCommand.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status