mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-20 10:57:48 -07:00
Remove all "@phpstan-ignore-line" entries.
This commit is contained in:
@@ -86,7 +86,7 @@ final class PreferencesController extends Controller
|
||||
AccountTypeEnum::DEBT->value,
|
||||
AccountTypeEnum::MORTGAGE->value,
|
||||
]);
|
||||
$isDocker = env('IS_DOCKER', false); // @phpstan-ignore-line
|
||||
$isDocker = env('IS_DOCKER', false);
|
||||
$groupedAccounts = [];
|
||||
|
||||
/** @var Account $account */
|
||||
|
||||
Reference in New Issue
Block a user