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

@@ -40,13 +40,6 @@ class OwnerTestNotificationNtfy extends Notification
{
use Queueable;
public OwnerNotifiable $owner;
public function __construct(OwnerNotifiable $owner)
{
$this->owner = $owner;
}
/**
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
*