MCMatters/laravel-helpers

View on GitHub
src/functions/model.php

Summary

Maintainability
A
35 mins
Test Coverage
F
30%

Method does_morphed_model_belong_to_parent 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/functions/model.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status