Haehnchen / idea-php-symfony2-plugin

IntelliJ IDEA / PhpStorm Symfony Plugin
https://plugins.jetbrains.com/plugin/7219
MIT License
910 stars 138 forks source link

[Twig] Don't suggest first class callable syntax for lazy loaded twig extensions #2355

Closed andyexeter closed 2 months ago

andyexeter commented 2 months ago

The plugin suggests using first class callable syntax for lazy loaded twig extensions, e.g.:

Screenshot from 2024-04-25 13-05-39

Converting these to first class callables will break lazy loading.

andyexeter commented 2 months ago

Fixed in 2023.1.271 - thank you @Haehnchen!