Various code cleanup.

This commit is contained in:
James Cole
2018-03-25 09:01:43 +02:00
parent dd9694890a
commit 6660306ac4
46 changed files with 327 additions and 121 deletions

View File

@@ -211,8 +211,6 @@ trait AccountServiceTrait
}
/**
* TODO make sure this works (user ID, etc.)
*
* @param User $user
* @param string $name
*
@@ -234,6 +232,7 @@ trait AccountServiceTrait
* @param array $data
*
* @return bool
* @throws \FireflyIII\Exceptions\FireflyException
*/
public function updateIB(Account $account, array $data): bool
{