mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 03:42:54 +00:00
run phpcs
This commit is contained in:
@@ -47,9 +47,9 @@ class UserRegistration extends Notification
|
||||
|
||||
private User $user;
|
||||
|
||||
public function __construct( User $user)
|
||||
public function __construct(User $user)
|
||||
{
|
||||
$this->user = $user;
|
||||
$this->user = $user;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user