Skip to content

Commit

Permalink
GETWO-1556] Export: Unable to Filter Data by Attribute With Input Typ…
Browse files Browse the repository at this point in the history
…e Multiple Select

 - fixed PHPCS
  • Loading branch information
php4umagento authored and dmanners committed Feb 26, 2018
1 parent 6f88d3f commit 3946034
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/code/Magento/ImportExport/Model/Export.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ public function __construct(
\Magento\ImportExport\Model\Export\Entity\Factory $entityFactory,
\Magento\ImportExport\Model\Export\Adapter\Factory $exportAdapterFac,
array $data = []
)
{
) {
$this->_exportConfig = $exportConfig;
$this->_entityFactory = $entityFactory;
$this->_exportAdapterFac = $exportAdapterFac;
Expand Down

0 comments on commit 3946034

Please sign in to comment.