mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
PHP7 compatible function definitions.
This commit is contained in:
@@ -29,5 +29,5 @@ interface BudgetReportHelperInterface
|
||||
*
|
||||
* @return BudgetCollection
|
||||
*/
|
||||
public function getBudgetReport(Carbon $start, Carbon $end, Collection $accounts);
|
||||
public function getBudgetReport(Carbon $start, Carbon $end, Collection $accounts): BudgetCollection;
|
||||
}
|
||||
|
Reference in New Issue
Block a user