File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -48,20 +48,20 @@ class NICategoryLetter
48
48
const A = 'A ' ;
49
49
const B = 'B ' ;
50
50
const C = 'C ' ;
51
- const D = 'D ' ;
52
- const E = 'E ' ;
53
51
const F = 'F ' ;
54
52
const H = 'H ' ;
55
53
const I = 'I ' ;
56
54
const J = 'J ' ;
57
- const K = 'K ' ;
58
55
const L = 'L ' ;
59
56
const M = 'M ' ;
60
- const N = 'N ' ;
61
57
const S = 'S ' ;
62
58
const V = 'V ' ;
63
59
const X = 'X ' ;
64
60
const Z = 'Z ' ;
61
+ const D = 'D ' ;
62
+ const E = 'E ' ;
63
+ const K = 'K ' ;
64
+ const N = 'N ' ;
65
65
66
66
/**
67
67
* Gets allowable values of the enum
@@ -73,20 +73,20 @@ public static function getAllowableEnumValues()
73
73
self ::A,
74
74
self ::B,
75
75
self ::C,
76
- self ::D,
77
- self ::E,
78
76
self ::F,
79
77
self ::H,
80
78
self ::I,
81
79
self ::J,
82
- self ::K,
83
80
self ::L,
84
81
self ::M,
85
- self ::N,
86
82
self ::S,
87
83
self ::V,
88
84
self ::X,
89
85
self ::Z,
86
+ self ::D,
87
+ self ::E,
88
+ self ::K,
89
+ self ::N,
90
90
];
91
91
}
92
92
}
You can’t perform that action at this time.
0 commit comments