Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f4b5eab

Browse filesBrowse 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
Copy full SHA for f4b5eab

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎components/runtime.rst

Copy file name to clipboardExpand all lines: components/runtime.rst
+3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.