mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Remove TODO's, add some suppressors for code quality.
This commit is contained in:
@@ -38,6 +38,7 @@ use Log;
|
||||
|
||||
/**
|
||||
* Class AccountRepository.
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
*/
|
||||
class AccountRepository implements AccountRepositoryInterface
|
||||
{
|
||||
@@ -392,7 +393,6 @@ class AccountRepository implements AccountRepositoryInterface
|
||||
|
||||
/**
|
||||
* Returns the date of the very first transaction in this account.
|
||||
* TODO refactor to nullable.
|
||||
*
|
||||
* @param Account $account
|
||||
*
|
||||
|
Reference in New Issue
Block a user