Skip to content

Commit eda1b86

Browse files
ENGCOM-4658: setAttributeSetFilter accepts both integer and integer-array #22133
- Merge Pull Request #22133 from NiklasBr/magento2:patch-1 - Merged commits: 1. c79c277
2 parents 4a28abb + c79c277 commit eda1b86

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Eav/Model/ResourceModel/Entity/Attribute

1 file changed

+1
-1
lines changed

app/code/Magento/Eav/Model/ResourceModel/Entity/Attribute/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function setEntityTypeFilter($type)
128128
/**
129129
* Specify attribute set filter
130130
*
131-
* @param int $setId
131+
* @param int|int[] $setId
132132
* @return $this
133133
*/
134134
public function setAttributeSetFilter($setId)

0 commit comments

Comments
 (0)