mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Repository and test clean up.
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user