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 5e47417 commit fbbabb1Copy full SHA for fbbabb1
cookbook/templating/PHP.rst
@@ -80,8 +80,9 @@ shortcut to render the default ``AcmeHelloBundle:Hello:index.html.php`` template
80
.. caution::
81
82
Enabling the ``php`` and ``twig`` template engines simultaneously is
83
- allowed but it will produce an undesirable side effect in your application.
84
- Template namespaces will no longer work except inside Twig templates::
+ allowed, but it will produce an undesirable side effect in your application:
+ the ``@`` notation for Twig namespaces will no longer be supported for the
85
+ ``render()`` method::
86
87
public function indexAction()
88
{
0 commit comments