Skip to content

Commit e48aa7b

Browse files
author
vpaladiychuk
committed
MAGETWO-34990: Eliminate exceptions from the list
1 parent b8ba385 commit e48aa7b

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Catalog/Model/Indexer/Product/Eav/Action

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/Model/Indexer/Product/Eav/Action/Full.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class Full extends \Magento\Catalog\Model\Indexer\Product\Eav\AbstractAction
1616
* @param array|int|null $ids
1717
* @return void
1818
* @throws \Magento\Framework\Exception\LocalizedException
19+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
1920
*/
2021
public function execute($ids = null)
2122
{

0 commit comments

Comments
 (0)