Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Jul 11, 2023
1 parent b2e6a37 commit 964bab3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/elements/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -3169,9 +3169,8 @@ public function getPaymentCurrency(): string
/**
* @param string $value the payment currency code
*/
public function setPaymentCurrency(
string $value,
): void {
public function setPaymentCurrency(string $value): void
{
$this->_paymentCurrency = $value;
}

Expand Down

0 comments on commit 964bab3

Please sign in to comment.