mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Some generic code refactoring.
This commit is contained in:
@@ -50,7 +50,7 @@ class BankDebitCredit implements ConverterInterface
|
||||
'Af', // ING (NL).
|
||||
'Debet', // Triodos (NL)
|
||||
];
|
||||
if (\in_array(trim($value), $negative, true)) {
|
||||
if (in_array(trim($value), $negative, true)) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user