Skip to content

Commit 8428691

Browse files
authored
Update CartRepositoryInterface.php
1 parent 1f1ea00 commit 8428691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Quote/Api/CartRepositoryInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ public function get($cartId);
2828
* which call to use to get detailed information about all attributes for an object.
2929
*
3030
*
31-
* @param \Magento\Framework\Api\SearchCriteria $searchCriteria
31+
* @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria
3232
* @return \Magento\Quote\Api\Data\CartSearchResultsInterface
3333
*/
34-
public function getList(\Magento\Framework\Api\SearchCriteria $searchCriteria);
34+
public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
3535

3636
/**
3737
* Get quote by customer Id

0 commit comments

Comments
 (0)