Skip to content

Commit 9a40b16

Browse files
Update app/code/Magento/Shipping/Model/Tracking/Result/Status.php
Co-Authored-By: Ihor Sviziev <ihor-sviziev@users.noreply.github.com>
1 parent 206f2dd commit 9a40b16

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Shipping/Model/Tracking/Result

1 file changed

+1
-1
lines changed

app/code/Magento/Shipping/Model/Tracking/Result/Status.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Tracking Status DataObject
1313
*
14-
* @method string getCarrier()
14+
* @method string|null getCarrier()
1515
* @method Status setCarrier(string $carrierCode)
1616
* @method string|null getCarrierTitle()
1717
* @method Status setCarrierTitle(string $carrierTitle)

0 commit comments

Comments
 (0)