File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
namespace Magento \CatalogGraphQl \Model \Resolver \Products \DataProvider ;
9
9
10
- use Magento \Catalog \Api \Data \EavAttributeInterface ;
11
10
use Magento \Catalog \Api \Data \ProductSearchResultsInterfaceFactory ;
12
11
use Magento \Catalog \Model \ResourceModel \Product \Collection ;
13
12
use Magento \Catalog \Model \ResourceModel \Product \CollectionFactory ;
19
18
use Magento \Framework \Api \Search \SearchResultInterface ;
20
19
use Magento \Framework \Api \SearchCriteriaInterface ;
21
20
use Magento \Framework \Api \SearchResultsInterface ;
22
- use Magento \Framework \Api \SortOrder ;
23
21
use Magento \Framework \Exception \InputException ;
24
22
use Magento \GraphQl \Model \Query \ContextInterface ;
25
23
@@ -149,7 +147,6 @@ private function getSearchResultsApplier(
149
147
* E.g. ['field1' => 'DESC', 'field2' => 'ASC", ...]
150
148
*
151
149
* @param SearchCriteriaInterface $searchCriteria
152
- * @param array $args
153
150
* @return array
154
151
* @throws InputException
155
152
*/
You can’t perform that action at this time.
0 commit comments