Skip to content

Commit 6b5173e

Browse files
committed
Make availableShippingMethodOptions hint read-only
1 parent 5b64b1f commit 6b5173e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elements/Order.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
* @property float $totalTaxIncluded
149149
* @property float $totalTax
150150
* @property float $totalShippingCost
151-
* @property ShippingMethodOption[] $availableShippingMethodOptions
151+
* @property-read ShippingMethodOption[] $availableShippingMethodOptions
152152
* @property-read float|int $totalAuthorized
153153
* @property float $paymentAmount
154154
* @property-read null|string $loadCartUrl

0 commit comments

Comments
 (0)