Skip to content

Commit a0cdf33

Browse files
committed
MAGETWO-70498: [Magento Cloud] - /rest/default/V1/order/<order id>/ship and configurable products - for 2.1
1 parent 55ab7ee commit a0cdf33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Shipping/Controller/Adminhtml/Order/ShipmentLoader.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
* @method int getShipmentId()
2727
* @method array|null getShipment()
2828
* @method array getTracking()
29+
*
30+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2931
*/
3032
class ShipmentLoader extends DataObject
3133
{
@@ -87,6 +89,8 @@ class ShipmentLoader extends DataObject
8789
* @param ShipmentDocumentFactory|null $documentFactory
8890
* @param ShipmentTrackCreationInterfaceFactory|null $trackFactory
8991
* @param ShipmentItemCreationInterfaceFactory|null $shipmentItemCreationFactory
92+
*
93+
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
9094
*/
9195
public function __construct(
9296
\Magento\Framework\Message\ManagerInterface $messageManager,

0 commit comments

Comments
 (0)