mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 11:27:00 +00:00
e1e3655722a50a33933dcdff11e22753f0bcbe84
Fixes #1829 caused by https://github.com/twigphp/Twig/pull/1807/files#diff-5e190f538c5c328c7473a5cfd3b7cd95R578 As twig allows many types in twig templates, e.g. array or traversable, we can do the same for string. But we only take this approach for twig exposed function/filters etc, i.e. template code, but not core code.
Twig, the flexible, fast, and secure template language for PHP ============================================================== Twig is a template language for PHP, released under the new BSD license (code and documentation). Twig uses a syntax similar to the Django and Jinja template languages which inspired the Twig runtime environment. More Information ---------------- Read the `documentation`_ for more information. .. _documentation: http://twig.sensiolabs.org/documentation
Description
Languages
PHP
99.9%