Skip to content

Commit

Permalink
Add missing @since tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nfourtythree committed Oct 17, 2023
1 parent 531a4d3 commit 701e974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/ShippingMethodOption.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class ShippingMethodOption extends ShippingMethod

/**
* @var ?ShippingMethodInterface
* @since 4.3.1
*/
public ?ShippingMethodInterface $shippingMethod = null;

Expand Down

0 comments on commit 701e974

Please sign in to comment.