Skip to content

Commit

Permalink
Fix static tests (@return alignment)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajsarowicz committed Feb 23, 2020
1 parent b254764 commit 11567f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/internal/Magento/Framework/Data/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function getItems()
* Retrieve field values from all items
*
* @param string $colName
* @return array
* @return array
*/
public function getColumnValues($colName)
{
Expand All @@ -356,7 +356,7 @@ public function getColumnValues($colName)
*
* @param string $column
* @param array $value
* @return array
* @return array
*/
public function getItemsByColumnValue($column, $value)
{
Expand Down

0 comments on commit 11567f6

Please sign in to comment.