Various code cleanup.

This commit is contained in:
James Cole
2021-05-24 08:50:17 +02:00
parent 3ec9753808
commit 815fd5ff6b
135 changed files with 643 additions and 582 deletions

View File

@@ -417,7 +417,7 @@ class AccountRepository implements AccountRepositoryInterface
*
* @param Account $account
*
* @return string
* @return string|null
*/
public function getOpeningBalanceAmount(Account $account): ?string
{
@@ -748,7 +748,6 @@ class AccountRepository implements AccountRepositoryInterface
* @param array $data
*
* @return Account
* @throws FireflyException
*/
public function update(Account $account, array $data): Account
{