Skip to content

Commit f06258a

Browse files
author
Serhiy Shkolyarenko
committed
MAGETWO-49460: CartRepositoryInterface can't be used twice
suppressed mess detector message
1 parent 0679352 commit f06258a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Quote/Model/QuoteRepository.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class QuoteRepository implements \Magento\Quote\Api\CartRepositoryInterface
6464
* @param \Magento\Quote\Model\ResourceModel\Quote\Collection $quoteCollection
6565
* @param \Magento\Quote\Api\Data\CartSearchResultsInterfaceFactory $searchResultsDataFactory
6666
* @param JoinProcessorInterface $extensionAttributesJoinProcessor
67+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
6768
*/
6869
public function __construct(
6970
QuoteFactory $quoteFactory,

0 commit comments

Comments
 (0)