Skip to content

Commit 11567f6

Browse files
committed
Fix static tests (@return alignment)
1 parent b254764 commit 11567f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ public function getItems()
338338
* Retrieve field values from all items
339339
*
340340
* @param string $colName
341-
* @return array
341+
* @return array
342342
*/
343343
public function getColumnValues($colName)
344344
{
@@ -356,7 +356,7 @@ public function getColumnValues($colName)
356356
*
357357
* @param string $column
358358
* @param array $value
359-
* @return array
359+
* @return array
360360
*/
361361
public function getItemsByColumnValue($column, $value)
362362
{

0 commit comments

Comments
 (0)