| Q |
A |
| Bug report? |
yes |
| Feature request? |
no |
| Library version |
v2.1.0 |
I use in my current Project PHP 8.1 new Feature enums
enum Status: string{
case DEFAULT = 'default';
case DRAFT = 'draft';
}
running phpinsights leads the part with enum Status: string into "Use of the GOTO language construct is discouraged" error