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

@@ -51,7 +51,6 @@ use Illuminate\Support\Collection;
use Log;
/**
* TODO rename references to journals to transactions
* Maybe this is a good idea after all...
*
* Class JournalCollector

View File

@@ -82,7 +82,6 @@ interface JournalCollectorInterface
/**
* Get all journals.
* TODO rename me.
*
* @return Collection
*/