mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 08:00:19 +00:00
This is a partial fix for issue #151. It does not filter on account selection.
This commit is contained in:
@@ -171,9 +171,9 @@ interface BudgetRepositoryInterface
|
||||
* @param Carbon $start
|
||||
* @param Carbon $end
|
||||
*
|
||||
* @return mixed
|
||||
* @return string
|
||||
*/
|
||||
public function getWithoutBudgetSum(Carbon $start, Carbon $end);
|
||||
public function getWithoutBudgetSum(Carbon $start, Carbon $end): string;
|
||||
|
||||
/**
|
||||
* Returns an array with the following key:value pairs:
|
||||
|
||||
Reference in New Issue
Block a user