Skip to content

Commit 01ffa8a

Browse files
author
valdislav
committed
MAGETWO-36882: Stabilizing branch
1 parent 9fb3b29 commit 01ffa8a

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

app/code/Magento/Reports/Model/Resource/Helper.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,7 @@ public function mergeVisitorProductIndex($mainTable, $data, $matchFields)
3737
}
3838

3939
/**
40-
* Update rating position
41-
*
42-
* @param $adapter
43-
* @param $type
44-
* @param $column
45-
* @param $mainTable
46-
* @param $aggregationTable
47-
* @return $this
40+
* @inheritdoc
4841
*/
4942
public function updateReportRatingPos($adapter, $type, $column, $mainTable, $aggregationTable)
5043
{

app/code/Magento/Reports/Model/Resource/HelperInterface.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ public function mergeVisitorProductIndex($mainTable, $data, $matchFields);
2424
/**
2525
* Update rating position
2626
*
27-
* @param $adapter
28-
* @param $type
29-
* @param $column
30-
* @param $mainTable
31-
* @param $aggregationTable
32-
* @return mixed
27+
* @param \Magento\Framework\DB\Adapter\AdapterInterface $adapter
28+
* @param string $type
29+
* @param string $column
30+
* @param string $mainTable
31+
* @param string $aggregationTable
32+
* @return $this
3333
*/
3434
public function updateReportRatingPos($adapter, $type, $column, $mainTable, $aggregationTable);
3535
}

0 commit comments

Comments
 (0)