Skip to content

Commit bf25176

Browse files
committed
AC-3525: Customer Product Review fix
* updated as per review comment
1 parent 0b6b056 commit bf25176

File tree

1 file changed

+4
-2
lines changed
  • app/code/Magento/Cms/Controller/Noroute

1 file changed

+4
-2
lines changed

app/code/Magento/Cms/Controller/Noroute/Index.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@
88

99
namespace Magento\Cms\Controller\Noroute;
1010

11+
use Magento\Framework\Controller\Result\ForwardFactory;
12+
1113
/**
1214
* @SuppressWarnings(PHPMD.AllPurposeAction)
1315
*/
1416
class Index extends \Magento\Framework\App\Action\Action
1517
{
1618
/**
17-
* @var \Magento\Framework\Controller\Result\ForwardFactory
19+
* @var ForwardFactory
1820
*/
19-
protected \Magento\Framework\Controller\Result\ForwardFactory $resultForwardFactory;
21+
protected ForwardFactory $resultForwardFactory;
2022

2123
/**
2224
* @param \Magento\Framework\App\Action\Context $context

0 commit comments

Comments
 (0)