Various phpstan fixes [skip ci]

This commit is contained in:
James Cole
2025-01-04 08:42:06 +01:00
parent d4942efd8e
commit c43b37baef
34 changed files with 43 additions and 1229 deletions

View File

@@ -46,12 +46,10 @@ class UserInvitation extends Notification
use Queueable;
private InvitedUser $invitee;
private OwnerNotifiable $owner;
public function __construct(OwnerNotifiable $owner, InvitedUser $invitee)
public function __construct(InvitedUser $invitee)
{
$this->invitee = $invitee;
$this->owner = $owner;
}
/**