Skip to content

Commit 221a75c

Browse files
ENGCOM-1595: [Backport] Fix incorrect phpdoc return type #15380
- Merge Pull Request #15380 from VitaliyBoyko/magento2:fix-incorrect-phpdoc-return-type - Merged commits: 1. d8fd4ee
2 parents 347fd37 + d8fd4ee commit 221a75c

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)