Sorry, data for that comparison is no longer available.

laravel/framework

View on GitHub
types/Database/Eloquent/Builder.php

Summary

Maintainability
B
5 hrs
Test Coverage

Method test has 129 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function test(
    Builder $query,
    Post $post,
    ChildPost $childPost,
    Comment $comment,
Severity: Major
Found in types/Database/Eloquent/Builder.php - About 5 hrs to fix

    Method test has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        Builder $query,
        Post $post,
        ChildPost $childPost,
        Comment $comment,
        QueryBuilder $queryBuilder
    Severity: Minor
    Found in types/Database/Eloquent/Builder.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status