mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
These are the first commits that make FF require php 7.
This commit is contained in:
@@ -48,7 +48,7 @@ class BudgetReportHelper implements BudgetReportHelperInterface
|
||||
return $rep->budget_id == $budget->id;
|
||||
}
|
||||
);
|
||||
$totalSpent = isset($allTotalSpent[$budget->id]) ? $allTotalSpent[$budget->id] : [];
|
||||
$totalSpent = $allTotalSpent[$budget->id] ?? [];
|
||||
|
||||
// no repetition(s) for this budget:
|
||||
if ($repetitions->count() == 0) {
|
||||
|
||||
Reference in New Issue
Block a user