Skip to content

Commit 1a66143

Browse files
committed
MAGETWO-33061: Fix annotations of the methods that return __()
1 parent 48b050a commit 1a66143

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/CatalogSearch/Model/Layer/Filter

1 file changed

+2
-2
lines changed

app/code/Magento/CatalogSearch/Model/Layer/Filter/Price.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/**
1111
* Layer price filter based on Search API
1212
*
13+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1314
*/
1415
class Price extends AbstractFilter
1516
{
@@ -49,10 +50,9 @@ class Price extends AbstractFilter
4950
* @param \Magento\Catalog\Model\Resource\Layer\Filter\Price $resource
5051
* @param \Magento\Customer\Model\Session $customerSession
5152
* @param \Magento\Framework\Search\Dynamic\Algorithm $priceAlgorithm
52-
* @param \Magento\Framework\Registry $coreRegistry
53-
* @param \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig
5453
* @param \Magento\Framework\Pricing\PriceCurrencyInterface $priceCurrency
5554
* @param \Magento\Catalog\Model\Layer\Filter\Dynamic\AlgorithmFactory $algorithmFactory
55+
* @param \Magento\Catalog\Model\Layer\Filter\DataProvider\PriceFactory $dataProviderFactory
5656
* @param array $data
5757
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
5858
* @SuppressWarnings(PHPMD.UnusedFormalParameter)

0 commit comments

Comments
 (0)