-
-
Notifications
You must be signed in to change notification settings - Fork 742
Closed
rectorphp/rector-src
#7264Labels
Description
Bug Report
| Subject | Details |
|---|---|
| Rector version | last dev-main |
| Installed as | composer dependency |
Minimal PHP Code Causing Issue
See https://getrector.com/demo/53ea352a-9226-4472-9b52-d4a1de9bacf7
<?php
enum TrackingSummaryStatus
{
case OrderReceived;
case InProcess;
case PreparingToShip;
}Responsible rules
EnumCaseToPascalCaseRector
Expected Behavior
There should not be any changes
Reactions are currently unavailable