Issue #3502192 by abyss: Fixed Drupal Code Standards.
1 unresolved thread
Closes #3502192
Merge request reports
Activity
Filter activity
added 1 commit
8 8 enum VerdictType: int { 9 9 10 10 // Unknown verdict. 11 case VERDICT_UNSPECIFIED = 0; 11 case VerdictUnspecified = 0; @Abyss probably it will break existing logic.
In the line 30 we are checking does the verdict status === value or not.
Needs do double-check this.
Please register or sign in to reply