app/Activity/Tools/WebhookFormatter.php
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct(string $event, Webhook $webhook, string|Loggable $detail, User $initiator, int $initiatedTime)
Method getDefault
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function getDefault(string $event, Webhook $webhook, $detail, User $initiator, int $initiatedTime): self