File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -762,8 +762,8 @@ needed objects and values. It is an instance of
762762The available attributes are:
763763
764764* ``app.user ``, a PHP object representing the current user;
765- * ``app.request ``, a :class: `` Symfony\\ Component\\ HttpFoundation\\ Request` ` object;
766- * ``app.session ``, a :class: `` Symfony\\ Component\\ HttpFoundation\\ Session\\ Session` ` object;
765+ * ``app.request ``, a :class: `Symfony\\ Component\\ HttpFoundation\\ Request ` object;
766+ * ``app.session ``, a :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Session ` object;
767767* ``app.environment ``, a string with the name of the execution environment;
768768* ``app.debug ``, a boolean telling whether the debug mode is enabled in the app;
769769* ``app.security `` (deprecated as of 2.6).
You can’t perform that action at this time.
0 commit comments