Merge branch '1.x' into 2.x

* 1.x:
  Update api.rst
  Fix typo
  Fix CI on PHP5
This commit is contained in:
Fabien Potencier
2020-04-24 08:31:39 +02:00
+1 -4
View File
@@ -138,10 +138,7 @@ Compilation Cache
~~~~~~~~~~~~~~~~~
All template loaders can cache the compiled templates on the filesystem for
future reuse. It speeds up Twig a lot as templates are only compiled once; and
the performance boost is even larger if you use a PHP accelerator such as
OPCache. See the ``cache`` and ``auto_reload`` options of ``\Twig\Environment``
above for more information.
future reuse. It speeds up Twig a lot as templates are only compiled once.
Built-in Loaders
~~~~~~~~~~~~~~~~