run phpcs

This commit is contained in:
James Cole
2025-01-05 07:31:26 +01:00
parent 0f69e0d672
commit c3ffd39450
29 changed files with 112 additions and 94 deletions

View File

@@ -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;