Passed
Pull Request — master (#141)
by
unknown
11:36
created
src/Decoder/EntryTransactionDetail.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
         $relatedPartyType = new $relatedPartyTypeClass($xmlRelatedPartyName);
109 109
         $orgId = $xmlRelatedPartyType?->Id?->OrgId?->Othr?->Id;
110 110
 
111
-        $relatedPartyType->setOrgId((string)$orgId);
111
+        $relatedPartyType->setOrgId((string) $orgId);
112 112
         if (isset($xmlPartyDetail->PstlAdr)) {
113 113
             $relatedPartyType->setAddress(DTOFactory\Address::createFromXml($xmlPartyDetail->PstlAdr));
114 114
         }
Please login to merge, or discard this patch.