Skip to content

Commit 2f1b09c

Browse files
author
dnyomo
committed
Code style fixes
1 parent d0ac893 commit 2f1b09c

File tree

1 file changed

+0
-3
lines changed
  • app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider

1 file changed

+0
-3
lines changed

app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/ProductSearch.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
namespace Magento\CatalogGraphQl\Model\Resolver\Products\DataProvider;
99

10-
use Magento\Catalog\Api\Data\EavAttributeInterface;
1110
use Magento\Catalog\Api\Data\ProductSearchResultsInterfaceFactory;
1211
use Magento\Catalog\Model\ResourceModel\Product\Collection;
1312
use Magento\Catalog\Model\ResourceModel\Product\CollectionFactory;
@@ -19,7 +18,6 @@
1918
use Magento\Framework\Api\Search\SearchResultInterface;
2019
use Magento\Framework\Api\SearchCriteriaInterface;
2120
use Magento\Framework\Api\SearchResultsInterface;
22-
use Magento\Framework\Api\SortOrder;
2321
use Magento\Framework\Exception\InputException;
2422
use Magento\GraphQl\Model\Query\ContextInterface;
2523

@@ -149,7 +147,6 @@ private function getSearchResultsApplier(
149147
* E.g. ['field1' => 'DESC', 'field2' => 'ASC", ...]
150148
*
151149
* @param SearchCriteriaInterface $searchCriteria
152-
* @param array $args
153150
* @return array
154151
* @throws InputException
155152
*/

0 commit comments

Comments
 (0)