Skip to content

Commit 510310b

Browse files
author
Marcus Pettersen Irgens
committed
Update other docs in file, move file docblock comment to class
1 parent 49bf35d commit 510310b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/internal/Magento/Framework/App/FrontController.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22
/**
3-
* Front controller responsible for dispatching application requests
4-
*
53
* Copyright © Magento, Inc. All rights reserved.
64
* See COPYING.txt for license details.
75
*/
@@ -17,6 +15,8 @@
1715
use Magento\Framework\App\Request\Http as HttpRequest;
1816

1917
/**
18+
* Front controller responsible for dispatching application requests
19+
*
2020
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2121
*/
2222
class FrontController implements FrontControllerInterface
@@ -116,6 +116,8 @@ public function dispatch(RequestInterface $request)
116116
}
117117

118118
/**
119+
* Process (validate and dispatch) the incoming request
120+
*
119121
* @param HttpRequest $request
120122
* @param ActionInterface $actionInstance
121123
* @throws NotFoundException

0 commit comments

Comments
 (0)