Improve bill things for issue #341

This commit is contained in:
James Cole
2016-10-20 21:40:45 +02:00
parent d92768ecbf
commit f83aaf77f1
6 changed files with 126 additions and 59 deletions

View File

@@ -168,11 +168,12 @@ interface BillRepositoryInterface
/**
* @param Bill $bill
* @param Bill $bill
* @param Carbon $date
*
* @return \Carbon\Carbon
*/
public function nextExpectedMatch(Bill $bill): Carbon;
public function nextExpectedMatch(Bill $bill, Carbon $date): Carbon;
/**
* @param Bill $bill