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 eeafd36 commit 495f835Copy full SHA for 495f835
app/code/Magento/CatalogImportExport/Model/Export/Product.php
@@ -866,8 +866,6 @@ protected function collectRawData()
866
867
/**
868
* @return array
869
- * @SuppressWarnings(PHPMD.CyclomaticComplexity)
870
- * @SuppressWarnings(PHPMD.NPathComplexity)
871
*/
872
protected function collectMultirawData()
873
{
@@ -963,6 +961,8 @@ protected function isValidAttributeValue($code, $value)
963
961
* @param array $dataRow
964
962
* @param array $multirawData
965
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
+ * @SuppressWarnings(PHPMD.NPathComplexity)
966
967
protected function addMultirowData($dataRow, $multirawData)
968
0 commit comments