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

Use get_debug_type() everywhere #4361

Closed fabpot closed 1 month ago

smnandre commented 1 month ago

Do you plan (or would like) to replace the few remaining get_class($foo) with $foo::class ?

fabpot commented 1 month ago

Do you plan (or would like) to replace the few remaining get_class($foo) with $foo::class ?

Not in 3.x as this was done in 4.x already. See #4380 as we had a few remaining calls.