Showing 3 of 17 total issues
PlanSubscription
has 26 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class PlanSubscription extends Model
{
use HasSlug;
use HasFactory;
use SoftDeletes;
- Create a ticketCreate a ticket
File PlanSubscription.php
has 256 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
declare(strict_types=1);
namespace Rinvex\Subscriptions\Models;
- Create a ticketCreate a ticket
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