Skip to content

Commit

Permalink
Fixed code style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Idolov committed Aug 9, 2018
1 parent b0848c4 commit f5bd1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Review/Controller/Product/ListAjax.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit f5bd1c6

Please sign in to comment.