Skip to content

Commit ae4d3b6

Browse files
committed
Merge remote-tracking branch '33120/pr-33070-wrong-type-declaration' into commpr-10131-1006
2 parents 14a03dc + a6b5203 commit ae4d3b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2011 Adobe
4+
* All Rights Reserved.
55
*/
66

77
namespace Magento\Framework\Data;
@@ -362,7 +362,7 @@ public function getColumnValues($colName)
362362
* Search all items by field value
363363
*
364364
* @param string $column
365-
* @param array $value
365+
* @param float|int|null|string $value
366366
* @return array
367367
*/
368368
public function getItemsByColumnValue($column, $value)

0 commit comments

Comments
 (0)