Showing 3 of 5 total issues
Method __construct
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct($count = null, ?Collection $states = null, ?Collection $has = null, ?Collection $for = null, ?Collection $afterMaking = null, ?Collection $afterCreating = null, $connection = null)
Method insert
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function insert(string $slug, string $title, string $content, int $userId, bool $active): Page
Method insert
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function insert(string $slug, string $title, string $content, int $userId, bool $active): Page;