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 55436ce commit 0034e81Copy full SHA for 0034e81
src/TokenKind.php
@@ -87,7 +87,8 @@ class TokenKind {
87
const YieldFromKeyword = 167;
88
const FnKeyword = 168;
89
const MatchKeyword = 169;
90
- /** @deprecated use IterableReservedWord */const IterableKeyword = 170;
+ /** @deprecated use IterableReservedWord */
91
+ const IterableKeyword = self::IterableReservedWord;
92
93
const OpenBracketToken = 201;
94
const CloseBracketToken = 202;
0 commit comments