twigphp / Twig

Twig, the flexible, fast, and secure template language for PHP
https://twig.symfony.com/
BSD 3-Clause "New" or "Revised" License
8.18k stars 1.25k forks source link

Do not pass closure as reference #4354

Closed ruudk closed 1 month ago

ruudk commented 1 month ago

It's not needed, as the tests pass.

ruudk commented 1 month ago

Handled in https://github.com/twigphp/Twig/pull/4355