Skip to content

Commit ec9380e

Browse files
committed
Refactor: Add method hints to Tracking Status
1 parent 850db28 commit ec9380e

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
namespace Magento\Shipping\Model\Tracking\Result;
1010

1111
/**
12+
* Tracking Status DataObject
13+
*
1214
* @method string getCarrier()
1315
* @method Status setCarrier(string $carrierCode)
1416
* @method string getCarrierTitle()
@@ -17,6 +19,8 @@
1719
class Status extends AbstractResult
1820
{
1921
/**
22+
* Returns all Status data
23+
*
2024
* @return array
2125
*/
2226
public function getAllData(): array

0 commit comments

Comments
 (0)