Various code cleanup.

This commit is contained in:
James Cole
2017-09-09 07:03:43 +02:00
parent f2cb675267
commit 66c13f35e7
5 changed files with 21 additions and 26 deletions

View File

@@ -59,7 +59,8 @@ class RabobankDescription implements SpecificInterface
);
$row[6] = $alternateName;
$row[10] = '';
} else {
}
if (!(strlen($oppositeAccount) < 1 && strlen($oppositeName) < 1)) {
Log::debug('Rabobank specific: either opposite account or name are filled.');
}