8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a6c7c commit 851be38Copy full SHA for 851be38
book/templating.rst
@@ -1180,8 +1180,8 @@ automatically:
1180
1181
.. versionadded:: 2.6
1182
The global ``app.security`` variable (or the ``$app->getSecurity()``
1183
- method in PHP templates) is deprecated as of Symfony 2.6. Use `app.user`
1184
- (`$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()``)
1185
instead.
1186
1187
.. tip::
0 commit comments