File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/CatalogSearch/Model/Layer/Filter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
/**
11
11
* Layer price filter based on Search API
12
12
*
13
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
13
14
*/
14
15
class Price extends AbstractFilter
15
16
{
@@ -49,10 +50,9 @@ class Price extends AbstractFilter
49
50
* @param \Magento\Catalog\Model\Resource\Layer\Filter\Price $resource
50
51
* @param \Magento\Customer\Model\Session $customerSession
51
52
* @param \Magento\Framework\Search\Dynamic\Algorithm $priceAlgorithm
52
- * @param \Magento\Framework\Registry $coreRegistry
53
- * @param \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig
54
53
* @param \Magento\Framework\Pricing\PriceCurrencyInterface $priceCurrency
55
54
* @param \Magento\Catalog\Model\Layer\Filter\Dynamic\AlgorithmFactory $algorithmFactory
55
+ * @param \Magento\Catalog\Model\Layer\Filter\DataProvider\PriceFactory $dataProviderFactory
56
56
* @param array $data
57
57
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
58
58
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
You can’t perform that action at this time.
0 commit comments