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