Skip to content

Commit ccd3014

Browse files
return type added in function doc
1 parent 82b1707 commit ccd3014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Model/Order.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ public function getTrackingNumbers()
12791279
* Retrieve shipping method
12801280
*
12811281
* @param bool $asObject return carrier code and shipping method data as object
1282-
* @return string|\Magento\Framework\DataObject
1282+
* @return string|null|\Magento\Framework\DataObject
12831283
*/
12841284
public function getShippingMethod($asObject = false)
12851285
{

0 commit comments

Comments
 (0)