No more PHP 5.6 tests.

This commit is contained in:
James Cole
2016-02-05 09:30:06 +01:00
parent 78bcd3e1bb
commit 0bad227548
5 changed files with 20 additions and 20 deletions

View File

@@ -168,7 +168,7 @@ interface BudgetRepositoryInterface
*
* @return LengthAwarePaginator
*/
public function getJournals(Budget $budget, LimitRepetition $repetition, int $take);
public function getJournals(Budget $budget, LimitRepetition $repetition = null, int $take = 50);
/**
* @param Carbon $start