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 0679352 commit f06258aCopy full SHA for f06258a
app/code/Magento/Quote/Model/QuoteRepository.php
@@ -64,6 +64,7 @@ class QuoteRepository implements \Magento\Quote\Api\CartRepositoryInterface
64
* @param \Magento\Quote\Model\ResourceModel\Quote\Collection $quoteCollection
65
* @param \Magento\Quote\Api\Data\CartSearchResultsInterfaceFactory $searchResultsDataFactory
66
* @param JoinProcessorInterface $extensionAttributesJoinProcessor
67
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
68
*/
69
public function __construct(
70
QuoteFactory $quoteFactory,
0 commit comments