Skip to content

Commit 206f2dd

Browse files
Update app/code/Magento/Shipping/Model/Tracking/Result/Status.php
Co-Authored-By: Ihor Sviziev <[email protected]>
1 parent ec9380e commit 206f2dd

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
@@ -13,7 +13,7 @@
1313
*
1414
* @method string getCarrier()
1515
* @method Status setCarrier(string $carrierCode)
16-
* @method string getCarrierTitle()
16+
* @method string|null getCarrierTitle()
1717
* @method Status setCarrierTitle(string $carrierTitle)
1818
*/
1919
class Status extends AbstractResult

0 commit comments

Comments
 (0)