From f5bd1c688af81337048eefcb990a9900dfec78d2 Mon Sep 17 00:00:00 2001 From: Stanislav Idolov Date: Thu, 9 Aug 2018 19:25:03 +0300 Subject: [PATCH] Fixed code style issue --- app/code/Magento/Review/Controller/Product/ListAjax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Review/Controller/Product/ListAjax.php b/app/code/Magento/Review/Controller/Product/ListAjax.php index 058f9c577a2aa..d6aa26f72c577 100644 --- a/app/code/Magento/Review/Controller/Product/ListAjax.php +++ b/app/code/Magento/Review/Controller/Product/ListAjax.php @@ -18,7 +18,7 @@ class ListAjax extends ProductController */ public function execute() { - if (!$this->initProduct()) { + if (!$this->initProduct()) { /** @var \Magento\Framework\Controller\Result\Forward $resultForward */ $resultForward = $this->resultFactory->create(ResultFactory::TYPE_FORWARD); return $resultForward->forward('noroute');