mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
🤖 Auto commit for release 'develop' on 2025-05-04
This commit is contained in:
@@ -41,9 +41,7 @@ class UnknownUserLoginAttempt extends Notification
|
||||
{
|
||||
use Queueable;
|
||||
|
||||
public function __construct(private string $address)
|
||||
{
|
||||
}
|
||||
public function __construct(private string $address) {}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
|
||||
@@ -45,9 +45,7 @@ class UserInvitation extends Notification
|
||||
{
|
||||
use Queueable;
|
||||
|
||||
public function __construct(private InvitedUser $invitee)
|
||||
{
|
||||
}
|
||||
public function __construct(private InvitedUser $invitee) {}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
|
||||
@@ -45,9 +45,7 @@ class UserRegistration extends Notification
|
||||
{
|
||||
use Queueable;
|
||||
|
||||
public function __construct(private User $user)
|
||||
{
|
||||
}
|
||||
public function __construct(private User $user) {}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
|
||||
@@ -42,9 +42,7 @@ class VersionCheckResult extends Notification
|
||||
{
|
||||
use Queueable;
|
||||
|
||||
public function __construct(private string $message)
|
||||
{
|
||||
}
|
||||
public function __construct(private string $message) {}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
|
||||
Reference in New Issue
Block a user