psalm / psalm-plugin-doctrine

Stubs to let Psalm understand Doctrine better
86 stars 43 forks source link

Unused code detection #144

Open boesing opened 1 year ago

boesing commented 1 year ago

This plugin should support psalms unused code detection.

I have a few examples where this does not properly work as of now:

I will see that I can finish the list above soon so that I can work on this.

boesing commented 11 months ago

Should we mark migration classes as used by-default? Not sure if it is possible to detect these from configuration, etc.