Various code cleanup and sorting.

This commit is contained in:
James Cole
2025-03-08 19:55:21 +01:00
parent 2d3d3bc0a4
commit 30b7e17b6f
60 changed files with 1402 additions and 1475 deletions

View File

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