8000 clean up · rectorphp/rector-src@22495d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 22495d0

Browse files
committed
clean up
1 parent e9c6f90 commit 22495d0

File tree

1 file changed

+0
-4
lines changed
  • rules-tests/CodingStyle/Rector/Enum_/EnumCaseToPascalCaseRector/Source

1 file changed

+0
-4
lines changed

rules-tests/CodingStyle/Rector/Enum_/EnumCaseToPascalCaseRector/Source/StatusEnum.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,4 @@ enum StatusEnum
1010
case waiting_for_approval;
1111
}
1212

13-
14-
if (StatusEnum::PENDING) {
15-
echo 'PENDING';
16-
}
1713
?>

0 commit comments

Comments
 (0)
0