You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a PHP project using a lot of packages provided by Composer. Some of these packages make intensive use of PHP generic annotations.
All these generic annotations are marked as error, so it is very inconvenient because I get more than 2000 errors in my project, and it takes a lot of time to see if these errors come from my code or from generic annotations.
My Eclipse environment is MyEclipse Enterprise Workbench Version: 2024.1.0 Build id: 16.0.0-20240611 with PDT version 8.3 and additional plugins such as Doctrine.
My system is Windows 11, PHP 8.2.
To reproduce, you can add code as described in attached screen copy.
The text was updated successfully, but these errors were encountered:
I have a PHP project using a lot of packages provided by Composer. Some of these packages make intensive use of PHP generic annotations.
All these generic annotations are marked as error, so it is very inconvenient because I get more than 2000 errors in my project, and it takes a lot of time to see if these errors come from my code or from generic annotations.
My Eclipse environment is MyEclipse Enterprise Workbench Version: 2024.1.0 Build id: 16.0.0-20240611 with PDT version 8.3 and additional plugins such as Doctrine.
My system is Windows 11, PHP 8.2.
To reproduce, you can add code as described in attached screen copy.
The text was updated successfully, but these errors were encountered: