Skip to content

Commit 40e4275

Browse files
ENGCOM-1004: [Forwardport] fix incorrect phpdoc return type #14228
- Merge Pull Request #14228 from rostyslav-hymon/magento2:2.3-develop-PR-port-14189 - Merged commits: 1. 01ecbbc
2 parents 4046856 + 01ecbbc commit 40e4275

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
@@ -140,7 +140,7 @@ public function getDefaultStoreId()
140140
*
141141
* @param string $table
142142
* @param array|int $attributeIds
143-
* @return \Magento\Eav\Model\Entity\Collection\AbstractCollection
143+
* @return \Magento\Framework\Db\Select
144144
*/
145145
protected function _getLoadAttributesSelect($table, $attributeIds = [])
146146
{

0 commit comments

Comments
 (0)