We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1a4e0 commit faea2deCopy full SHA for faea2de
app/code/Magento/Review/Controller/Product/ListAjax.php
@@ -8,13 +8,16 @@
8
use Magento\Framework\Exception\LocalizedException;
9
use Magento\Review\Controller\Product as ProductController;
10
use Magento\Framework\Controller\ResultFactory;
11
+use Magento\Framework\App\ResponseInterface;
12
+use Magento\Framework\Controller\ResultInterface;
13
+use Magento\Framework\View\Result\Layout;
14
15
class ListAjax extends ProductController
16
{
17
/**
18
* Show list of product's reviews
19
*
- * @return \Magento\Framework\App\ResponseInterface|\Magento\Framework\Controller\ResultInterface|\Magento\Framework\View\Result\Layout
20
+ * @return ResponseInterface|ResultInterface|Layout
21
*/
22
public function execute()
23
0 commit comments