Skip to content

Commit 2858213

Browse files
committed
MC-31304: [ElasticSearch] Exception on catalog search result page
1 parent 7233668 commit 2858213

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/_files/category_attribute.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
/** @var \Magento\Catalog\Model\ResourceModel\Eav\Attribute $attribute */
7+
/** @var Attribute $attribute */
88

99
use Magento\Catalog\Model\Category\AttributeFactory;
10+
use Magento\Catalog\Model\ResourceModel\Eav\Attribute;
1011
use Magento\TestFramework\Helper\Bootstrap;
1112

1213
/** @var AttributeFactory $attributeFactory */

0 commit comments

Comments
 (0)