mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Autoformat lol
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/*
|
||||
* UserHasFewMFABackupCodesLeft.php
|
||||
* Copyright (c) 2026 james@firefly-iii.org
|
||||
@@ -35,8 +36,10 @@ class UserHasFewMFABackupCodesLeft extends Event
|
||||
|
||||
public User $user;
|
||||
|
||||
public function __construct(Authenticatable|User|null $user, public int $count)
|
||||
{
|
||||
public function __construct(
|
||||
Authenticatable|User|null $user,
|
||||
public int $count
|
||||
) {
|
||||
if ($user instanceof User) {
|
||||
$this->user = $user;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user