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 84abfcb commit 7cacce2Copy full SHA for 7cacce2
app/code/Magento/GiftMessage/Model/Type/Plugin/Multishipping.php
@@ -31,13 +31,13 @@ public function __construct(
31
32
/**
33
* @param \Magento\Multishipping\Model\Checkout\Type\Multishipping $subject
34
- * @param array $methods
+ * @param array|null $methods
35
* @return $this
36
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
37
*/
38
public function beforeSetShippingMethods(
39
\Magento\Multishipping\Model\Checkout\Type\Multishipping $subject,
40
- array $methods
+ $methods
41
) {
42
$giftMessages = $this->request->getParam('giftmessage');
43
$quote = $subject->getQuote();
0 commit comments