Skip to content

Commit ab2ba27

Browse files
authored
Merge pull request #3264 from craftcms/bugfix/order-docblock-tag
Order element docblock
2 parents 36a79ea + 6b5173e commit ab2ba27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/elements/Order.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
* @property string $recalculationMode the mode of recalculation.
8989
* @property string $origin
9090
* @property int|null $customerId The order customer ID
91-
* @property-read ShippingMethod[] $availableShippingMethods
9291
* @property-read bool $activeCart Is the current order the same as the active cart
9392
* @property-read User|null $customer
9493
* @property-read Gateway $gateway
@@ -149,7 +148,7 @@
149148
* @property float $totalTaxIncluded
150149
* @property float $totalTax
151150
* @property float $totalShippingCost
152-
* @property ShippingMethodOption[] $availableShippingMethodOptions
151+
* @property-read ShippingMethodOption[] $availableShippingMethodOptions
153152
* @property-read float|int $totalAuthorized
154153
* @property float $paymentAmount
155154
* @property-read null|string $loadCartUrl

0 commit comments

Comments
 (0)