kalessil / phpinspectionsea

A Static Code Analyzer for PHP (a PhpStorm/Idea Plugin)

Home Page:https://plugins.jetbrains.com/plugin/7622?pr=phpStorm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect Inspection for unused

TheEzraMiller opened this issue · comments

Subject Details
Plugin Php Inspections (EA Extended)
Language level PHP 7.2

Current behaviour
Screenshot 2024-04-10 at 08 53 39
See sample code $var1 on line 8 is actually used if the if conditions are met hence it shouldn't be highlighted as unused by inspections