Haehnchen / idea-php-symfony2-plugin

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

Unused import: "Unused statement use" reported when using Doctrine annotations #2209

Closed seitechsoftware closed 1 year ago

seitechsoftware commented 1 year ago

The problem is, in code inspection, PHPStorm reports:

Alias 'Doctrine\ORM\Mapping AS ORM' is never used

This has started to happen with the new version of PhpStorm 2023.2, rollback to PhpStorm 2023.1.4 solves de issue.

https://youtrack.jetbrains.com/issue/WI-14448

Haehnchen commented 1 year ago

see https://github.com/Haehnchen/idea-php-annotation-plugin/issues/290 :)