File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,9 @@ So how does this front-controller work? At first, the special
36
36
the component. This file runs the following logic:
37
37
38
38
#. 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.
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;
41
42
#. The callable (returned by ``public/index.php ``) is passed to the Runtime, whose job
42
43
is to resolve the arguments (in this example: ``array $context ``);
43
44
#. Then, this callable is called to get the application (``App\Kernel ``);
You can’t perform that action at this time.
0 commit comments