Skip to content

Commit

Permalink
run php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-sainthillier committed Sep 2, 2024
1 parent 8c1c7fe commit 48d12fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Banking/Operation.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct(
private readonly ?string $internalCode,
private readonly ?string $currencyCode,
private readonly ?string $rejectCode,
private readonly ?string $exemptCode
private readonly ?string $exemptCode,
) {
$this->details = [];
}
Expand Down
2 changes: 1 addition & 1 deletion src/Banking/Total.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct(
private readonly string $recipientAccountNumber2,
private readonly ?string $recipientName2,
private ?string $processingCenterCode,
private readonly float $totalAmount
private readonly float $totalAmount,
) {
$this->processingCenterCode = $processingCenterCode;
}
Expand Down

0 comments on commit 48d12fb

Please sign in to comment.