Code Duplication    Length = 7-7 lines in 2 locations

lib/Fhp/FinTs.php 2 locations

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