rinvex/laravel-contacts

View on GitHub

Showing 2 of 2 total issues

Avoid excessively long variable names like $throwValidationExceptions. Keep variable name length under 20.
Open

protected $throwValidationExceptions = true;
Severity: Minor
Found in src/Models/Contact.php by phpmd

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

abstract public function morphMany($related, $name, $type = null, $id = null, $localKey = null);
Severity: Minor
Found in src/Traits/HasContacts.php - About 35 mins to fix
Severity
Category
Status
Source
Language