Mild code cleanup.

This commit is contained in:
James Cole
2023-08-26 18:42:18 +02:00
parent 63297c43b7
commit 66cc3f48bc
10 changed files with 85 additions and 79 deletions

View File

@@ -204,8 +204,7 @@ trait TransactionValidation
array $transaction,
string $transactionType,
int $index
): void
{
): void {
Log::debug('Now in sanityCheckForeignCurrency()');
if (0 !== $validator->errors()->count()) {
Log::debug('Already have errors, return');