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 2ffcb6f commit 2446ac2Copy full SHA for 2446ac2
app/code/Magento/Payment/Model/MethodList.php
@@ -62,7 +62,7 @@ public function __construct(
62
/**
63
* Returns all available payment methods for the given quote.
64
*
65
- * @param \Magento\Quote\Api\Data\CartInterface $quote
+ * @param \Magento\Quote\Api\Data\CartInterface $quote|null
66
* @return \Magento\Payment\Model\MethodInterface[]
67
*/
68
public function getAvailableMethods(\Magento\Quote\Api\Data\CartInterface $quote = null)
0 commit comments