Code Duplication    Length = 7-7 lines in 2 locations

lib/Fhp/FinTs.php 2 locations

@@ 287-293 (lines=7) @@
284
                $konto->addDataElement(static::DEFAULT_COUNTRY_CODE);
285
                $konto->addDataElement($account->getBlz());
286
                break;
287
            case 6:
288
                $konto = new Ktv(
289
                    $account->getAccountNumber(),
290
                    $account->getSubAccount(),
291
                    new Kik(280, $account->getBlz())
292
                );
293
                break;
294
            case 7:
295
                $konto = new Kti(
296
                    $account->getIban(),
@@ 354-360 (lines=7) @@
351
                $hksalAccount->addDataElement(static::DEFAULT_COUNTRY_CODE);
352
                $hksalAccount->addDataElement($account->getBlz());
353
                break;
354
            case 6:
355
                $hksalAccount = new Ktv(
356
                    $account->getAccountNumber(),
357
                    $account->getSubAccount(),
358
                    new Kik(280, $account->getBlz())
359
                );
360
                break;
361
            case 7:
362
                $hksalAccount = new Kti(
363
                    $account->getIban(),