glhd/laralint

View on GitHub
src/Linters/OrderClassMembers.php

Summary

Maintainability
B
4 hrs
Test Coverage
A
99%

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

    protected function matchers() : Collection
    {
        return new Collection([
            'match dataproviders' => $this->treeMatcher()
                ->withChild(function(ClassDeclaration $node) {
Severity: Major
Found in src/Linters/OrderClassMembers.php - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status