mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 04:21:20 +00:00
Fix phpstan issues.
This commit is contained in:
@@ -68,7 +68,7 @@ class CurrencyFormRequest extends FormRequest
|
||||
'enabled' => 'in:0,1',
|
||||
];
|
||||
|
||||
/** @var TransactionCurrency $currency */
|
||||
/** @var TransactionCurrency|null $currency */
|
||||
$currency = $this->route()->parameter('currency');
|
||||
|
||||
if (null !== $currency) {
|
||||
|
||||
Reference in New Issue
Block a user