We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca54d55 + 851be38 commit a42e5b6Copy full SHA for a42e5b6
book/templating.rst
@@ -1189,8 +1189,8 @@ automatically:
1189
1190
.. versionadded:: 2.6
1191
The global ``app.security`` variable (or the ``$app->getSecurity()``
1192
- method in PHP templates) is deprecated as of Symfony 2.6. Use `app.user`
1193
- (`$app->getUser()`) and `is_granted()` (`$view['security']->isGranted()`)
+ method in PHP templates) is deprecated as of Symfony 2.6. Use ``app.user``
+ (``$app->getUser()``) and ``is_granted()`` (``$view['security']->isGranted()``)
1194
instead.
1195
1196
.. tip::
0 commit comments