We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ab7ee commit a0cdf33Copy full SHA for a0cdf33
app/code/Magento/Shipping/Controller/Adminhtml/Order/ShipmentLoader.php
@@ -26,6 +26,8 @@
26
* @method int getShipmentId()
27
* @method array|null getShipment()
28
* @method array getTracking()
29
+ *
30
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
31
*/
32
class ShipmentLoader extends DataObject
33
{
@@ -87,6 +89,8 @@ class ShipmentLoader extends DataObject
87
89
* @param ShipmentDocumentFactory|null $documentFactory
88
90
* @param ShipmentTrackCreationInterfaceFactory|null $trackFactory
91
* @param ShipmentItemCreationInterfaceFactory|null $shipmentItemCreationFactory
92
93
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
94
95
public function __construct(
96
\Magento\Framework\Message\ManagerInterface $messageManager,
0 commit comments