Skip to content

Commit 20bb9dd

Browse files
author
Yuri Kovsher
committed
MAGETWO-36729: Refactor controller actions in the Review module
1 parent f7c95d6 commit 20bb9dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Review/Controller/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public function dispatch(RequestInterface $request)
172172
/**
173173
* Initialize and check product
174174
*
175-
* @return CatalogProduct
175+
* @return \Magento\Catalog\Model\Product|bool
176176
*/
177177
protected function initProduct()
178178
{

app/code/Magento/Review/Controller/Product/ListAjax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ListAjax extends ProductController
1313
/**
1414
* Show list of product's reviews
1515
*
16-
* @return void
16+
* @return \Magento\Framework\View\Result\Layout
1717
*/
1818
public function execute()
1919
{

0 commit comments

Comments
 (0)