Skip to content

Commit f4b5eab

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: Minor tweak Clarify the code flow a little bit more
2 parents 4e67b73 + 7ada520 commit f4b5eab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/runtime.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ 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 front-controller script (e.g. ``public/index.php``) is included by the
40+
runtime, making it run again. Ensure this doesn't produce any side effects
41+
in your code;
3942
#. The callable (returned by ``public/index.php``) is passed to the Runtime, whose job
4043
is to resolve the arguments (in this example: ``array $context``);
4144
#. Then, this callable is called to get the application (``App\Kernel``);

0 commit comments

Comments
 (0)