Skip to content

Commit a221efb

Browse files
committed
MAGETWO-87036: Add @see tag to deprecated property #13301
- Merge Pull Request #13301 from akiojalehto/magento2:see - Merged commits: 1. f5109c4
2 parents 8c705bf + f5109c4 commit a221efb

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)