Skip to content

Commit a0850a0

Browse files
committed
Fix wrong type declaration for collection method getItemsByColumnValue
1 parent ed2ffad commit a0850a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Data/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ public function getColumnValues($colName)
356356
* Search all items by field value
357357
*
358358
* @param string $column
359-
* @param array $value
359+
* @param float|int|null|string $value
360360
* @return array
361361
*/
362362
public function getItemsByColumnValue($column, $value)

0 commit comments

Comments
 (0)