mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Code reordering and reformatting. I should really start employing style CI.
This commit is contained in:
@@ -172,7 +172,7 @@ class FireflyValidator extends Validator
|
||||
"\u{3000}", // ideographic space
|
||||
"\u{FEFF}", // zero width no -break space
|
||||
'-',
|
||||
'?'
|
||||
'?',
|
||||
];
|
||||
$replace = '';
|
||||
$value = str_replace($search, $replace, $value);
|
||||
@@ -198,6 +198,7 @@ class FireflyValidator extends Validator
|
||||
$message = sprintf('Could not validate IBAN check value "%s" (IBAN "%s")', $iban, $value);
|
||||
Log::error($message);
|
||||
Log::error($e->getTraceAsString());
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user