Repository and test clean up.

This commit is contained in:
James Cole
2018-02-28 21:32:59 +01:00
parent 54ba18975a
commit 5b8adbfd0c
19 changed files with 67 additions and 88 deletions

View File

@@ -410,7 +410,6 @@ class BillRepository implements BillRepositoryInterface
* @param Carbon $date
*
* @return \Carbon\Carbon
* @throws \FireflyIII\Exceptions\FireflyException
*/
public function nextDateMatch(Bill $bill, Carbon $date): Carbon
{
@@ -575,6 +574,7 @@ class BillRepository implements BillRepositoryInterface
/**
* TODO refactor
*
* @param float $amount
* @param float $min
* @param float $max
@@ -592,6 +592,7 @@ class BillRepository implements BillRepositoryInterface
/**
* TODO refactor
*
* @param array $matches
* @param $description
*