Haehnchen / idea-php-symfony2-plugin

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

Invalid Inspection: Missing Service on getParameter() #2273

Open renjinsk opened 8 months ago

renjinsk commented 8 months ago

Hello all, After the last update, there's an invalid inspection for the getParameter('some.parameter') method. This is while typing the parameter name. As you see, it correctly resolves the value of the property. Screenshot from 2023-12-20 09-11-05 And this is after you are done typing, you will notice the Symfony: Missing Service inspection Screenshot from 2023-12-20 09-11-22

Some more information: Plugin Version: 2022.1.262 License: No Tested with IDE Version: PhpStorm 2023.3.1 & PhpStorm 2023.3.2 RC