File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ public static function getTokensArrayFromContent(
148
148
T_CONTINUE => TokenKind::ContinueKeyword,
149
149
T_DECLARE => TokenKind::DeclareKeyword,
150
150
T_DEFAULT => TokenKind::DefaultKeyword,
151
- T_EXIT => TokenKind::DieKeyword,
152
151
T_DO => TokenKind::DoKeyword,
153
152
T_ECHO => TokenKind::EchoKeyword,
154
153
T_ELSE => TokenKind::ElseKeyword,
@@ -267,8 +266,6 @@ public static function getTokensArrayFromContent(
267
266
268
267
T_DNUMBER => TokenKind::FloatingLiteralToken,
269
268
270
- T_CONSTANT_ENCAPSED_STRING => TokenKind::StringLiteralToken,
271
-
272
269
T_OPEN_TAG => TokenKind::ScriptSectionStartTag,
273
270
T_OPEN_TAG_WITH_ECHO => TokenKind::ScriptSectionStartTag,
274
271
T_CLOSE_TAG => TokenKind::ScriptSectionEndTag,
You can’t perform that action at this time.
0 commit comments