mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-01 19:47:11 +00:00
Changed a lot of parameters.
This commit is contained in:
@@ -168,7 +168,7 @@ interface BudgetRepositoryInterface
|
||||
*
|
||||
* @return LengthAwarePaginator
|
||||
*/
|
||||
public function getJournals(Budget $budget, LimitRepetition $repetition = null, $take = 50);
|
||||
public function getJournals(Budget $budget, LimitRepetition $repetition, int $take);
|
||||
|
||||
/**
|
||||
* @param Carbon $start
|
||||
|
||||
Reference in New Issue
Block a user