Skip to content

Commit 495f835

Browse files
author
Leonid Poluyanov
committed
MAGETWO-32822: Create pull request for magento2ce
1 parent eeafd36 commit 495f835

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/CatalogImportExport/Model/Export

1 file changed

+2
-2
lines changed

app/code/Magento/CatalogImportExport/Model/Export/Product.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,8 +866,6 @@ protected function collectRawData()
866866

867867
/**
868868
* @return array
869-
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
870-
* @SuppressWarnings(PHPMD.NPathComplexity)
871869
*/
872870
protected function collectMultirawData()
873871
{
@@ -963,6 +961,8 @@ protected function isValidAttributeValue($code, $value)
963961
* @param array $dataRow
964962
* @param array $multirawData
965963
* @return array
964+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
965+
* @SuppressWarnings(PHPMD.NPathComplexity)
966966
*/
967967
protected function addMultirowData($dataRow, $multirawData)
968968
{

0 commit comments

Comments
 (0)