Skip to content

Commit f5109c4

Browse files
committed
Add @see tag to deprecated property
1 parent d1ebc31 commit f5109c4

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)