mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-10 09:26:29 +00:00
12dd9a4e3f43f9e80084cfe8be5222689d00f64d
This PR was merged into the 1.x branch.
Discussion
----------
Fix undefined class Profile in templates
Fixes https://travis-ci.org/symfony/symfony/jobs/494506116.
~~The calling line is https://github.com/twigphp/Twig/blob/2.x/lib/Twig/Profiler/Node/EnterProfile.php#L34, let me know if we should just rollback to `new \Twig\Profiler\Profile()` there.~~ just reverted the failing line to its original state (using FQCN)
Commits
-------
c185a6e7 Fix undefined class Profile in templates
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%