Skip to content

Commit 273c4d6

Browse files
author
Oleksii Korshenko
authored
MAGETWO-87036: Add @see tag to deprecated property #13301
2 parents f2d14b6 + a221efb commit 273c4d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Eav/Model/AttributeManagement.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class AttributeManagement implements \Magento\Eav\Api\AttributeManagementInterfa
2323
/**
2424
* @var \Magento\Eav\Model\ResourceModel\Entity\Attribute\Collection
2525
* @deprecated 100.2.0 please use instead \Magento\Eav\Model\ResourceModel\Entity\Attribute\CollectionFactory
26+
* @see $attributeCollectionFactory
2627
*/
2728
protected $attributeCollection;
2829

0 commit comments

Comments
 (0)