laravel/framework

View on GitHub
src/Illuminate/Database/Eloquent/Relations/MorphToMany.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 10 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function __construct(Builder $query, Model $parent, $name, $table, $foreignPivotKey,
                                $relatedPivotKey, $parentKey, $relatedKey, $relationName = null, $inverse = false)
Severity: Major
Found in src/Illuminate/Database/Eloquent/Relations/MorphToMany.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status