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 42ce17c

Browse filesBrowse files
committed
minor #9722 Fix values class references (lex111)
This PR was submitted for the 4.0 branch but it was merged into the 2.7 branch instead (closes #9722). Discussion ---------- Fix values class references ![image](https://user-images.githubusercontent.com/4408379/39536059-34c8191e-4e3e-11e8-89f1-788e11eddb4a.png) Source - https://symfony.com/doc/current/reference/twig_reference.html#app Commits ------- a2ef02b Fix values class references
2 parents 318c80f + a2ef02b commit 42ce17c
Copy full SHA for 42ce17c

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎reference/twig_reference.rst

Copy file name to clipboardExpand all lines: reference/twig_reference.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,8 +762,8 @@ needed objects and values. It is an instance of
762762
The 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).

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.