mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
Code cleanup [skip ci]
This commit is contained in:
@@ -44,7 +44,7 @@ class RabobankDebitCredit implements ConverterInterface
|
||||
return -1;
|
||||
}
|
||||
// old format:
|
||||
if('A' === $value) {
|
||||
if ('A' === $value) {
|
||||
Log::debug('Return -1');
|
||||
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user