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:
@@ -42,9 +42,7 @@ class BillReminder extends Notification
|
||||
{
|
||||
use Queueable;
|
||||
|
||||
public function __construct(private Bill $bill, private string $field, private int $diff)
|
||||
{
|
||||
}
|
||||
public function __construct(private Bill $bill, private string $field, private int $diff) {}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
|
||||
@@ -36,9 +36,7 @@ class TransactionCreation extends Notification
|
||||
{
|
||||
use Queueable;
|
||||
|
||||
public function __construct(private array $collection)
|
||||
{
|
||||
}
|
||||
public function __construct(private array $collection) {}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
|
||||
@@ -43,9 +43,7 @@ class UserNewPassword extends Notification
|
||||
{
|
||||
use Queueable;
|
||||
|
||||
public function __construct(private string $url)
|
||||
{
|
||||
}
|
||||
public function __construct(private string $url) {}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
|
||||
Reference in New Issue
Block a user