mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix phpstan level 3!
This commit is contained in:
@@ -77,7 +77,7 @@ class CurrencyServiceProvider extends ServiceProvider
|
||||
$this->app->bind(
|
||||
ExchangeRateRepositoryInterface::class,
|
||||
static function (Application $app) {
|
||||
// @var ExchangeRateRepository $repository
|
||||
/** @var ExchangeRateRepository */
|
||||
return app(ExchangeRateRepository::class);
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user