Code cleanup

This commit is contained in:
James Cole
2023-12-02 07:26:03 +01:00
parent 00410c8486
commit 2b0a3ec818
5 changed files with 14 additions and 14 deletions

View File

@@ -229,7 +229,7 @@ class FireflyValidator extends Validator
}
try {
$checksum = bcmod($iban, '97');
} catch (ValueError $e) { // @phpstan-ignore-line
} catch (ValueError $e) { /** @phpstan-ignore-line */
$message = sprintf('Could not validate IBAN check value "%s" (IBAN "%s")', $iban, $value);
app('log')->error($message);
app('log')->error($e->getTraceAsString());