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 0b6b056 commit bf25176Copy full SHA for bf25176
app/code/Magento/Cms/Controller/Noroute/Index.php
@@ -8,15 +8,17 @@
8
9
namespace Magento\Cms\Controller\Noroute;
10
11
+use Magento\Framework\Controller\Result\ForwardFactory;
12
+
13
/**
14
* @SuppressWarnings(PHPMD.AllPurposeAction)
15
*/
16
class Index extends \Magento\Framework\App\Action\Action
17
{
18
- * @var \Magento\Framework\Controller\Result\ForwardFactory
19
+ * @var ForwardFactory
20
- protected \Magento\Framework\Controller\Result\ForwardFactory $resultForwardFactory;
21
+ protected ForwardFactory $resultForwardFactory;
22
23
24
* @param \Magento\Framework\App\Action\Context $context
0 commit comments