Skip to content

Commit d950ba0

Browse files
author
Stanislav Idolov
authored
ENGCOM-1595: [Backport] Fix incorrect phpdoc return type #15380
2 parents df4f4dc + 221a75c commit d950ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Collection/AbstractCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public function getDefaultStoreId()
137137
*
138138
* @param string $table
139139
* @param array|int $attributeIds
140-
* @return \Magento\Eav\Model\Entity\Collection\AbstractCollection
140+
* @return \Magento\Framework\Db\Select
141141
*/
142142
protected function _getLoadAttributesSelect($table, $attributeIds = [])
143143
{

0 commit comments

Comments
 (0)