laravel/framework

View on GitHub
src/Illuminate/Database/Eloquent/Casts/AsEnumCollection.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public static function castUsing(array $arguments)
    {
        return new class($arguments) implements CastsAttributes
        {
            protected $arguments;
Severity: Minor
Found in src/Illuminate/Database/Eloquent/Casts/AsEnumCollection.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status