Clean up code.

This commit is contained in:
James Cole
2024-01-04 14:59:55 +01:00
parent 566bb2f097
commit 3a083f88b5
5 changed files with 12 additions and 18 deletions

View File

@@ -200,11 +200,6 @@ class AccountTransformer extends AbstractTransformer
/**
* TODO refactor call to get~OpeningBalanceAmount / Date because it is a lot of queries
*
* @param Account $account
* @param string $accountType
*
* @return array
*/
private function getOpeningBalance(Account $account, string $accountType): array
{