Skip to content

Commit ac9edcf

Browse files
committed
Fix a minor PHP CS Fixer warning in SendSEPADirectDebit.php
It's the last remaining warning across the code base.
1 parent b355aea commit ac9edcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Fhp/Action/SendSEPADirectDebit.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ protected function createRequest(BPD $bpd, ?UPD $upd)
159159
. implode(', ', $supportedPainNamespaces));
160160
}
161161

162-
/** @var mixed $hkdxe */ // TODO Put a new interface type here.
162+
// TODO Put a new interface type here.
163+
/** @var mixed $hkdxe */
163164
$hkdxe = $hidxes->createRequestSegment();
164165
$hkdxe->kontoverbindungInternational = Kti::fromAccount($this->account);
165166
$hkdxe->sepaDescriptor = $this->painNamespace;

0 commit comments

Comments
 (0)