Autoformat lol

This commit is contained in:
James Cole
2026-01-23 15:09:50 +01:00
parent ae1347c550
commit 8f15a32bd6
1071 changed files with 21111 additions and 21687 deletions

View File

@@ -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;