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 8428691 commit 5bf982dCopy full SHA for 5bf982d
app/code/Magento/Sales/Api/InvoiceItemRepositoryInterface.php
@@ -16,10 +16,10 @@ interface InvoiceItemRepositoryInterface
16
/**
17
* Lists the invoice items that match specified search criteria.
18
*
19
- * @param \Magento\Framework\Api\SearchCriteria $searchCriteria
+ * @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria
20
* @return \Magento\Sales\Api\Data\InvoiceItemSearchResultInterface
21
*/
22
- public function getList(\Magento\Framework\Api\SearchCriteria $searchCriteria);
+ public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
23
24
25
* Loads a specified invoice item.
0 commit comments