Skip to content

Commit

Permalink
#25540: Static tests fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
engcom-Foxtrot committed Mar 18, 2020
1 parent 1dd81a4 commit 6ad372a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
use Magento\Store\Model\StoreManagerInterface;

/**
* Class Bundle
* Import entity Bundle product type.
*
* @package Magento\BundleImportExport\Model\Import\Product\Type
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
*/
class Bundle extends \Magento\CatalogImportExport\Model\Import\Product\Type\AbstractType
Expand Down Expand Up @@ -723,6 +722,8 @@ protected function _initAttributes()
}
}
}

return $this;
}

/**
Expand Down

0 comments on commit 6ad372a

Please sign in to comment.