mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
Code cleanup
This commit is contained in:
@@ -52,7 +52,7 @@ class OpposingAccounts implements MapperInterface
|
||||
$accountId = (int)$account->id;
|
||||
$name = $account->name;
|
||||
$iban = $account->iban ?? '';
|
||||
if (strlen($iban) > 0) {
|
||||
if (\strlen($iban) > 0) {
|
||||
$name .= ' (' . $iban . ')';
|
||||
}
|
||||
$list[$accountId] = $name;
|
||||
|
Reference in New Issue
Block a user