mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Various code cleanup and sorting.
This commit is contained in:
@@ -52,7 +52,6 @@ interface AccountRepositoryInterface
|
||||
* Moved here from account CRUD.
|
||||
*/
|
||||
public function count(array $types): int;
|
||||
public function getAccountBalances(Account $account): Collection;
|
||||
|
||||
/**
|
||||
* Moved here from account CRUD.
|
||||
@@ -72,6 +71,8 @@ interface AccountRepositoryInterface
|
||||
|
||||
public function findByName(string $name, array $types): ?Account;
|
||||
|
||||
public function getAccountBalances(Account $account): Collection;
|
||||
|
||||
public function getAccountCurrency(Account $account): ?TransactionCurrency;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user