As of a few updates back, literally every file is nothing but red/yellow messages about variables and classes. These are project that are years old and never had an issue until recently.
Any file that uses variables from a parent file (a file that included it) shows EVERY variable as undefined now or possibly undefined and has issues with classes being unknown classes (composer classes that do work but throw false errors)
For the classes, using @disregard changes it from an error to a warning but still doesnt go away or actually disregard it but that isnt even relevant because every one of these are false.
I dont want to outright ignore PHP0413, P1008, P1116 because then real ones will also be ignored.
Is there any plans to fix this back to how it worked before? Is there a way to rollback the extension a few builds if not as unfortunately i can not use this extension in the current state.