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
55 const /* testKeywordParentAsConstantNameShouldBeString */ PARENT = 'PARENT ' ;
66 const /* testKeywordSelfAsConstantNameShouldBeString */ SELF = 'SELF ' ;
77
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 ' ;
1111}
1212
1313abstract class SomeClass
You can’t perform that action at this time.
0 commit comments