mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Various phpstan fixes.
This commit is contained in:
@@ -81,7 +81,7 @@ class CurrencyRepository implements CurrencyRepositoryInterface
|
||||
|
||||
return $rate;
|
||||
}
|
||||
/** @var CurrencyExchangeRate $rate */
|
||||
/** @var CurrencyExchangeRate|null $rate */
|
||||
$rate = $this->user->currencyExchangeRates()
|
||||
->where('from_currency_id', $fromCurrency->id)
|
||||
->where('to_currency_id', $toCurrency->id)
|
||||
|
Reference in New Issue
Block a user