mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-17 04:46:49 +00:00
e422dbff02a57111f00e5f44f4b325aedb3779ae
This PR was squashed before being merged into the 3.x branch (closes #2968). Discussion ---------- Various removals Each commit is a "simple" removal of an obsolete feature. Commits -------802646aaremoved Template::__toString()02767df5removed block definition nested in non-capturing nodes2fa26d6fremoved Parser::isReservedMacroName()12972d00removed obsolete OPTIMIZE_VAR_ACCESS const5b1aad86removed remaining code supporting PSR-0 class names7fb5fb44simplified code85fc1effremoved the possibility to pass a Template to Environment::load()
…
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: https://twig.symfony.com/documentation
Description
Languages
PHP
99.9%