File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/Core/Tokenizers/PHP Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ class OtherContextSensitiveKeywords
5
5
const /* testKeywordParentAsConstantNameShouldBeString */ PARENT = 'PARENT ' ;
6
6
const /* testKeywordSelfAsConstantNameShouldBeString */ SELF = 'SELF ' ;
7
7
8
- const /* testKeywordFalseAsConstantNameShouldBeString */ FALSE = 'FALSE ' ,
9
- const /* testKeywordTrueAsConstantNameShouldBeString */ TRUE = 'TRUE ' ,
10
- const /* testKeywordNullAsConstantNameShouldBeString */ NULL = 'NULL ' ,
8
+ const /* testKeywordFalseAsConstantNameShouldBeString */ FALSE = 'FALSE ' ;
9
+ const /* testKeywordTrueAsConstantNameShouldBeString */ TRUE = 'TRUE ' ;
10
+ const /* testKeywordNullAsConstantNameShouldBeString */ NULL = 'NULL ' ;
11
11
}
12
12
13
13
abstract class SomeClass
You can’t perform that action at this time.
0 commit comments