mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-05 13:43:36 +00:00
Clean up various code.
This commit is contained in:
@@ -49,7 +49,7 @@ class AssetAccountIbans implements MapperInterface
|
||||
if (\strlen($iban) > 0) {
|
||||
$topList[$accountId] = $account->iban . ' (' . $account->name . ')';
|
||||
}
|
||||
if (0 === \strlen($iban)) {
|
||||
if ('' === $iban) {
|
||||
$list[$accountId] = $account->name;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user