File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Sales/Model/Order Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
use Magento \Framework \Api \SearchCriteria \CollectionProcessorInterface ;
10
10
use Magento \Catalog \Model \ProductOptionFactory ;
11
11
use Magento \Catalog \Model \ProductOptionProcessorInterface ;
12
- use Magento \Framework \Api \SearchCriteria ;
12
+ use Magento \Framework \Api \SearchCriteriaInterface ;
13
13
use Magento \Framework \DataObject ;
14
14
use Magento \Framework \DataObject \Factory as DataObjectFactory ;
15
15
use Magento \Framework \Exception \InputException ;
@@ -121,10 +121,10 @@ public function get($id)
121
121
/**
122
122
* Find entities by criteria
123
123
*
124
- * @param SearchCriteria $searchCriteria
124
+ * @param SearchCriteriaInterface $searchCriteria
125
125
* @return OrderItemInterface[]
126
126
*/
127
- public function getList (SearchCriteria $ searchCriteria )
127
+ public function getList (SearchCriteriaInterface $ searchCriteria )
128
128
{
129
129
/** @var \Magento\Sales\Model\ResourceModel\Order\Item\Collection $searchResult */
130
130
$ searchResult = $ this ->searchResultFactory ->create ();
You can’t perform that action at this time.
0 commit comments