Skip to content

Commit

Permalink
#22133: Static test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Apr 16, 2019
1 parent 66ad38a commit 85319f0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/

namespace Magento\Eav\Model\ResourceModel\Entity\Attribute;

use Magento\Eav\Model\Entity\Type;
Expand Down Expand Up @@ -183,6 +184,7 @@ public function setAttributeSetFilterBySetName($attributeSetName, $entityTypeCod

/**
* Specify multiple attribute sets filter
*
* Result will be ordered by sort_order
*
* @param array $setIds
Expand Down Expand Up @@ -225,7 +227,6 @@ public function setInAllAttributeSetsFilter(array $setIds)
->having(new \Zend_Db_Expr('COUNT(*)') . ' = ' . count($setIds));
}

//$this->getSelect()->distinct(true);
$this->setOrder('is_user_defined', self::SORT_ORDER_ASC);

return $this;
Expand Down Expand Up @@ -475,7 +476,7 @@ public function addStoreLabel($storeId)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function getSelectCountSql()
{
Expand Down

0 comments on commit 85319f0

Please sign in to comment.