Skip to content

Commit a3dbd90

Browse files
authored
Merge pull request #543 from simonschaufi/fix-code-style
Fix code style by running PHP CS Fixer
2 parents 05ba88a + b7d19ca commit a3dbd90

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)