Skip to content

Commit 5e6d1b2

Browse files
author
Stanislav Idolov
committed
Fix typos in PHPDocs and comments
1 parent a74e6c4 commit 5e6d1b2

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\Framework\Db\Select
140+
* @return \Magento\Framework\DB\Select
141141
*/
142142
protected function _getLoadAttributesSelect($table, $attributeIds = [])
143143
{

0 commit comments

Comments
 (0)