Various code cleanup.

This commit is contained in:
James Cole
2018-03-02 16:31:02 +01:00
parent 91909a70d7
commit 139c2284b8
11 changed files with 42 additions and 51 deletions

View File

@@ -48,8 +48,6 @@ class AccountUpdateService
* @param array $data
*
* @return Account
* @throws FireflyException
* @throws Exception
*/
public function update(Account $account, array $data): Account
{