We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7233668 commit 2858213Copy full SHA for 2858213
dev/tests/integration/testsuite/Magento/Catalog/_files/category_attribute.php
@@ -4,9 +4,10 @@
4
* See COPYING.txt for license details.
5
*/
6
7
-/** @var \Magento\Catalog\Model\ResourceModel\Eav\Attribute $attribute */
+/** @var Attribute $attribute */
8
9
use Magento\Catalog\Model\Category\AttributeFactory;
10
+use Magento\Catalog\Model\ResourceModel\Eav\Attribute;
11
use Magento\TestFramework\Helper\Bootstrap;
12
13
/** @var AttributeFactory $attributeFactory */
0 commit comments