Code cleanup

This commit is contained in:
James Cole
2021-03-21 09:15:40 +01:00
parent da1751940e
commit 206845575c
317 changed files with 7418 additions and 7362 deletions
@@ -47,13 +47,6 @@ interface AccountRepositoryInterface
*/
public function count(array $types): int;
/**
* @param string $type
*
* @return int
*/
public function maxOrder(string $type): int;
/**
* Moved here from account CRUD.
*
@@ -243,6 +236,13 @@ interface AccountRepositoryInterface
*/
public function isLiability(Account $account): bool;
/**
* @param string $type
*
* @return int
*/
public function maxOrder(string $type): int;
/**
* Returns the date of the very first transaction in this account.
*