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 49bf35d commit 510310bCopy full SHA for 510310b
lib/internal/Magento/Framework/App/FrontController.php
@@ -1,7 +1,5 @@
1
<?php
2
/**
3
- * Front controller responsible for dispatching application requests
4
- *
5
* Copyright © Magento, Inc. All rights reserved.
6
* See COPYING.txt for license details.
7
*/
@@ -17,6 +15,8 @@
17
15
use Magento\Framework\App\Request\Http as HttpRequest;
18
16
19
+ * Front controller responsible for dispatching application requests
+ *
20
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
21
22
class FrontController implements FrontControllerInterface
@@ -116,6 +116,8 @@ public function dispatch(RequestInterface $request)
116
}
117
118
119
+ * Process (validate and dispatch) the incoming request
120
121
* @param HttpRequest $request
122
* @param ActionInterface $actionInstance
123
* @throws NotFoundException
0 commit comments