mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-06-05 13:52:23 +00:00
Clean up some code.
This commit is contained in:
@@ -129,7 +129,7 @@ interface PiggyBankRepositoryInterface
|
||||
*/
|
||||
public function setOrder(PiggyBank $piggyBank, int $newOrder): bool;
|
||||
|
||||
public function setUser(null | Authenticatable | User $user): void;
|
||||
public function setUser(null|Authenticatable|User $user): void;
|
||||
|
||||
/**
|
||||
* Store new piggy bank.
|
||||
|
||||
Reference in New Issue
Block a user