Skip to content

Commit faea2de

Browse files
author
Stanislav Idolov
authored
Static test failure fix
1 parent 3e1a4e0 commit faea2de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@
88
use Magento\Framework\Exception\LocalizedException;
99
use Magento\Review\Controller\Product as ProductController;
1010
use Magento\Framework\Controller\ResultFactory;
11+
use Magento\Framework\App\ResponseInterface;
12+
use Magento\Framework\Controller\ResultInterface;
13+
use Magento\Framework\View\Result\Layout;
1114

1215
class ListAjax extends ProductController
1316
{
1417
/**
1518
* Show list of product's reviews
1619
*
17-
* @return \Magento\Framework\App\ResponseInterface|\Magento\Framework\Controller\ResultInterface|\Magento\Framework\View\Result\Layout
20+
* @return ResponseInterface|ResultInterface|Layout
1821
*/
1922
public function execute()
2023
{

0 commit comments

Comments
 (0)