Fine tuning. [skip ci]

This commit is contained in:
James Cole
2016-04-24 20:28:08 +02:00
parent 89ff5a83b5
commit ed863986a7
3 changed files with 28 additions and 21 deletions

View File

@@ -170,13 +170,14 @@ interface BudgetRepositoryInterface
* Returns the expenses for this budget grouped per day, with the date
* in "date" (a string, not a Carbon) and the amount in "dailyAmount".
*
* @param Budget $budget
* @param Carbon $start
* @param Carbon $end
* @param Budget $budget
* @param Carbon $start
* @param Carbon $end
* @param Collection $accounts
*
* @return Collection
*/
public function getExpensesPerDay(Budget $budget, Carbon $start, Carbon $end):Collection;
public function getExpensesPerDay(Budget $budget, Carbon $start, Carbon $end, Collection $accounts = null) : Collection;
/**
* @param Budget $budget