mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-02-03 11:02:54 +00:00
Autoformat lol
This commit is contained in:
@@ -48,7 +48,7 @@ interface UserGroupRepositoryInterface
|
||||
|
||||
public function getAll(): Collection;
|
||||
|
||||
public function getById(int $id): ?UserGroup;
|
||||
public function getById(int $id): null|UserGroup;
|
||||
|
||||
public function getMembershipsFromGroupId(int $groupId): Collection;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user