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

Only unset `_iterated` when there is an `else` node #4257

Closed ruudk closed 2 months ago

ruudk commented 2 months ago

Same as #4249

Even though PHP does not complain, PHPStan does.

Cannot unset offset '_iterated' on array{ ... the context values ... }

Since this is compiled code, we can easily produce a bit more valid code in the eyes of PHPStan.

fabpot commented 2 months ago

Thank you @ruudk.