-
-
Notifications
You must be signed in to change notification settings - Fork 348
Closed
pdepend/pdepend
#656Description
- PHPMD version: 2.13.0
- PHP Version: 8.2
- Installation type: composer
- Operating System / Distribution & Version: MacOS X Ventura, Docker Debian
Current Behavior
Explained here: pdepend/pdepend#640
enum Acces {
case PUBLIC;
case PROTECTED;
}
yields error.
Expected Behavior
Should not yield error
Steps To Reproduce:
Create enum and run analysis.
Notes
I assume that issue is related to PDEPEND, and fixing issue there and bumping dependency version here would fix it. Issue added for completeness.
Reactions are currently unavailable