Skip to content

Commit

Permalink
ENGCOM-975: fix incorrect phpdoc return type #14189
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Idolov committed Mar 20, 2018
1 parent 5f6bbe2 commit 79e72bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function getDefaultStoreId()
*
* @param string $table
* @param array|int $attributeIds
* @return \Magento\Framework\Db\Select
* @return \Magento\Framework\DB\Select
*/
protected function _getLoadAttributesSelect($table, $attributeIds = [])
{
Expand Down

0 comments on commit 79e72bc

Please sign in to comment.