enum JobStatus: string
{
case NEW = 'new';
case SCHEDULED = 'scheduled';
case PENDING = 'pending';
case DONE = 'done';
}
Output:
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
9 | ERROR | [x] PHP keywords must be lowercase; expected "new" but found "NEW"
--------------------------------------------------------------------------------
Code sample
Output:
Versions: