mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Various code cleanup and phpstan suggestions
This commit is contained in:
@@ -43,7 +43,7 @@ class TriggeredAuditLog extends Event
|
||||
/**
|
||||
* Create a new event instance.
|
||||
*/
|
||||
public function __construct(Model $changer, Model $auditable, string $field, mixed $before = null, mixed $after = null)
|
||||
public function __construct(Model $changer, Model $auditable, string $field, mixed $before, mixed $after)
|
||||
{
|
||||
$this->changer = $changer;
|
||||
$this->auditable = $auditable;
|
||||
|
Reference in New Issue
Block a user