mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-10 01:16:52 +00:00
11eac8ae2c88bccdb5b97ef3beaf4233587d4c32
@final-related deprecations (nicolas-grekas)
This PR was merged into the 2.x branch.
Discussion
----------
Fix `@final`-related deprecations
The run-time notices make Symfony fail because the check should exclude e.g. `Twig_SimpleFilter`.
But IMHO, we may not really need these run-time checks, if we say that relying on the DebugClassLoader + CHANGELOG in enough (which we did in the past).
Commits
-------
635b9e59 Fix `@final`-related deprecations
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%