Skip to content

Commit c79c277

Browse files
authored
setAttributeSetFilter accepts both integer and integer-array
1 parent 4a28abb commit c79c277

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)