MCMatters/laravel-helpers

View on GitHub
src/Helpers/ModelHelper.php

Summary

Maintainability
A
35 mins
Test Coverage
F
11%

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

        Model $morphed,
        Model $parent,
        string $name,
        ?string $type = null,
        ?string $id = null,
Severity: Minor
Found in src/Helpers/ModelHelper.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status