Skip to content

Commit 3946034

Browse files
php4umagentodmanners
authored andcommitted
GETWO-1556] Export: Unable to Filter Data by Attribute With Input Type Multiple Select
- fixed PHPCS
1 parent 6f88d3f commit 3946034

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/ImportExport/Model/Export.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ public function __construct(
9393
\Magento\ImportExport\Model\Export\Entity\Factory $entityFactory,
9494
\Magento\ImportExport\Model\Export\Adapter\Factory $exportAdapterFac,
9595
array $data = []
96-
)
97-
{
96+
) {
9897
$this->_exportConfig = $exportConfig;
9998
$this->_entityFactory = $entityFactory;
10099
$this->_exportAdapterFac = $exportAdapterFac;

0 commit comments

Comments
 (0)