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 216c1f1 commit fcd7ff1Copy full SHA for fcd7ff1
app/code/Magento/Catalog/Model/Indexer/Product/Flat/Action/Indexer.php
@@ -56,6 +56,7 @@ public function __construct(
56
* @return \Magento\Catalog\Model\Indexer\Product\Flat
57
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
58
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
59
+ * @SuppressWarnings(PHPMD.NPathComplexity)
60
*/
61
public function write($storeId, $productId, $valueFieldSuffix = '')
62
{
0 commit comments