tweaked docs

This commit is contained in:
Fabien Potencier
2017-02-17 11:35:58 -08:00
parent 764927d0df
commit 3cf0ac46f4
+2 -2
View File
@@ -787,8 +787,8 @@ classes must be autoload-able)::
.. note::
As of Twig 1.32, Twig comes with a PSR-11 compatible runtime loader
(``Twig_ContainerRuntimeLoader``) that works on PHP 5.3+.
Twig comes with a PSR-11 compatible runtime loader
(``Twig_ContainerRuntimeLoader``).
It is now possible to move the runtime logic to a new
``Project_Twig_RuntimeExtension`` class and use it directly in the extension::