Remove TODO's, add some suppressors for code quality.

This commit is contained in:
James Cole
2018-07-25 19:43:02 +02:00
parent 02272f7db0
commit e8c9554dd6
35 changed files with 196 additions and 227 deletions

View File

@@ -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
*