Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 1, 2024
1 parent 2b2c973 commit 3da60f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Order/Contracts/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function getBillpayer(): ?BillPayer;
public function getShippingAddress(): ?Address;

/** The two-letter ISO 639-1 code */
public function getLanguage(): ?string;
public function getLanguage(): ?string;

public function getItems(): Traversable;

Expand Down

0 comments on commit 3da60f3

Please sign in to comment.