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

Add support for detecting if an expression had explicit parentheses #4365

Closed fabpot closed 1 month ago

fabpot commented 1 month ago

It's going to help with operator precedence changes and their related deprecation notices.