mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
run phpcs
This commit is contained in:
@@ -40,9 +40,9 @@ use Illuminate\Support\Facades\Log;
|
||||
class ExchangeRateConverter
|
||||
{
|
||||
// use ConvertsExchangeRates;
|
||||
private bool $ignoreSettings = false;
|
||||
private array $prepared = [];
|
||||
private int $queryCount = 0;
|
||||
private bool $ignoreSettings = false;
|
||||
private array $prepared = [];
|
||||
private int $queryCount = 0;
|
||||
|
||||
private UserGroup $userGroup;
|
||||
|
||||
|
Reference in New Issue
Block a user