We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ba385 commit e48aa7bCopy full SHA for e48aa7b
app/code/Magento/Catalog/Model/Indexer/Product/Eav/Action/Full.php
@@ -16,6 +16,7 @@ class Full extends \Magento\Catalog\Model\Indexer\Product\Eav\AbstractAction
16
* @param array|int|null $ids
17
* @return void
18
* @throws \Magento\Framework\Exception\LocalizedException
19
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
20
*/
21
public function execute($ids = null)
22
{
0 commit comments