glhd/laralint

View on GitHub
src/Linters/OrderModelMembers.php

Summary

Maintainability
A
1 hr
Test Coverage
A
92%

Method matchers has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function matchers(): Collection
    {
        return new Collection([
            'the boot method' => $this->treeMatcher()
                ->withChild(function(MethodDeclaration $node) {
Severity: Minor
Found in src/Linters/OrderModelMembers.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status