We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ca9fd commit d0b5d79Copy full SHA for d0b5d79
tests/Drupal/NamingConventions/ValidEnumCaseUnitTest.inc
@@ -10,7 +10,7 @@ enum Test: int {
10
// Upper case parts are not allowed.
11
case FourJSONCase = 4;
12
case FiveAndAHorseCorrect = 5;
13
- case UIExample = 6;
+ case UiExample = 6;
14
}
15
16
// Those are all ok.
0 commit comments