Skip to content

Commit ed2ea43

Browse files
committed
Fix > PHP Code Sniffer violation : Constants must have short description if they add information beyond what the constant name supplies
1 parent dbc8951 commit ed2ea43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ImportExport/Model/Import/Entity/AbstractEav.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
abstract class AbstractEav extends \Magento\ImportExport\Model\Import\AbstractEntity
2020
{
2121
/**
22-
* Attribute collection name
22+
* Attribute collection name (data collection)
2323
*/
2424
const ATTRIBUTE_COLLECTION_NAME = \Magento\Framework\Data\Collection::class;
2525

0 commit comments

Comments
 (0)