mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-15 19:09:50 +00:00
Fix phpstan level 3!
This commit is contained in:
@@ -203,6 +203,7 @@ class CreateAutoBudgetLimits implements ShouldQueue
|
||||
)
|
||||
);
|
||||
|
||||
/** @var BudgetLimit|null */
|
||||
return $budget->budgetlimits()
|
||||
->where('start_date', $start->format('Y-m-d'))
|
||||
->where('end_date', $end->format('Y-m-d'))->first()
|
||||
|
||||
Reference in New Issue
Block a user