Skip to content

Commit b7d19ca

Browse files
committed
Fix code style by running PHP CS Fixer
1 parent 124d91a commit b7d19ca

2 files changed

Lines changed: 79 additions & 112 deletions

File tree

lib/Fhp/Action/GetStatementOfAccount.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ protected function createRequest(BPD $bpd, ?UPD $upd)
175175
default:
176176
throw new UnsupportedException('Unsupported HKKAZ version: ' . $hikazs->getVersion());
177177
}
178-
} catch (UnexpectedResponseException | UnsupportedException $e) {
178+
} catch (UnexpectedResponseException|UnsupportedException $e) {
179179
// MT940 format not supported, fall back to XML format (HICAZS)
180180
$this->xmlAction = GetStatementOfAccountXML::create($this->account, $this->from, $this->to, null, $this->allAccounts);
181181
return $this->xmlAction->createRequest($bpd, $upd);

0 commit comments

Comments
 (0)