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 f4f5e93 commit 477b358Copy full SHA for 477b358
src/TokenStringMaps.php
@@ -57,6 +57,7 @@ class TokenStringMaps {
57
"interface" => TokenKind::InterfaceKeyword,
58
"isset" => TokenKind::IsSetKeyword,
59
"list" => TokenKind::ListKeyword,
60
+ "match" => TokenKind::MatchKeyword,
61
"namespace" => TokenKind::NamespaceKeyword,
62
"new" => TokenKind::NewKeyword,
63
"or" => TokenKind::OrKeyword,
0 commit comments