laravel/framework

View on GitHub
src/Illuminate/Testing/Fluent/Concerns/Matching.php

Summary

Maintainability
A
1 hr
Test Coverage

Method whereContains has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function whereContains(string $key, $expected)
    {
        $actual = Collection::make(
            $this->prop($key) ?? $this->prop()
        );
Severity: Minor
Found in src/Illuminate/Testing/Fluent/Concerns/Matching.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status