Skip to content

Commit 1b33050

Browse files
committed
Edited doc block of setValue in FilterBuilder to reflect that this method will accept an array
1 parent 07ed4b2 commit 1b33050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Api/FilterBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function setField($field)
2929
/**
3030
* Set value
3131
*
32-
* @param string $value
32+
* @param string|array $value
3333
* @return $this
3434
*/
3535
public function setValue($value)

0 commit comments

Comments
 (0)