Sorry, data for that comparison is no longer available.

laravel/framework

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

Summary

Maintainability
A
1 hr
Test Coverage

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

function test(Builder $query, EloquentBuilder $userQuery): void
{
    assertType('object|null', $query->first());
    assertType('object|null', $query->find(1));
    assertType('int|object', $query->findOr(1, fn () => 42));
Severity: Minor
Found in types/Database/Query/Builder.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status