Showing 2 of 2 total issues
Avoid excessively long variable names like $throwValidationExceptions. Keep variable name length under 20. Open
Open
protected $throwValidationExceptions = true;
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Method morphMany
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
abstract public function morphMany($related, $name, $type = null, $id = null, $localKey = null);
- Create a ticketCreate a ticket