Skip to content

Commit e368da1

Browse files
committed
Clarify the code flow a little bit more
1 parent ff88904 commit e368da1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/runtime.rst

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ So how does this front-controller work? At first, the special
3636
the component. This file runs the following logic:
3737

3838
#. It instantiates a :class:`Symfony\\Component\\Runtime\\RuntimeInterface`;
39+
#. The runtime includes the front-controller script -- in this case
40+
``public/index.php`` -- making it run again. Make sure this doesn't cause problems.
3941
#. The callable (returned by ``public/index.php``) is passed to the Runtime, whose job
4042
is to resolve the arguments (in this example: ``array $context``);
4143
#. Then, this callable is called to get the application (``App\Kernel``);

0 commit comments

Comments
 (0)