mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix phpstan issues.
This commit is contained in:
@@ -50,7 +50,7 @@ class BudgetFactory
|
||||
|
||||
// first by ID:
|
||||
if ($budgetId > 0) {
|
||||
/** @var Budget $budget */
|
||||
/** @var Budget|null $budget */
|
||||
$budget = $this->user->budgets()->find($budgetId);
|
||||
if (null !== $budget) {
|
||||
return $budget;
|
||||
|
Reference in New Issue
Block a user