mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 03:16:34 +00:00
8a65b861acaabbf3667de2d08944c674ea5b4620
This PR was merged into the master branch.
Commits
-------
16dc94e Fix broken variable reference
Discussion
----------
Fix broken variable reference
The exception message is referencing a non-existing variable $token, renamed to $tokens.
…
…
…
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.
Description
Languages
PHP
99.9%
