We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14a03dc + a6b5203 commit ae4d3b6Copy full SHA for ae4d3b6
lib/internal/Magento/Framework/Data/Collection.php
@@ -1,7 +1,7 @@
1
<?php
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
+ * Copyright 2011 Adobe
+ * All Rights Reserved.
5
*/
6
7
namespace Magento\Framework\Data;
@@ -362,7 +362,7 @@ public function getColumnValues($colName)
362
* Search all items by field value
363
*
364
* @param string $column
365
- * @param array $value
+ * @param float|int|null|string $value
366
* @return array
367
368
public function getItemsByColumnValue($column, $value)
0 commit comments