diff --git a/grammar.js b/grammar.js index 727cd05..45b30f6 100644 --- a/grammar.js +++ b/grammar.js @@ -280,7 +280,7 @@ module.exports = grammar({ alias('@method', $.tag_name), // `[static]` is interpreted as optional despite not being in [<...>] optional($.static), - $._type, + optional($._type), $.name, $.parameters, optional($.description), diff --git a/src/grammar.json b/src/grammar.json index 626e5aa..f42c27c 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -632,8 +632,16 @@ ] }, { - "type": "SYMBOL", - "name": "_type" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_type" + }, + { + "type": "BLANK" + } + ] }, { "type": "SYMBOL", diff --git a/src/parser.c b/src/parser.c index dcd8e8e..c5ca370 100644 --- a/src/parser.c +++ b/src/parser.c @@ -13,8 +13,8 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 339 -#define LARGE_STATE_COUNT 164 +#define STATE_COUNT 343 +#define LARGE_STATE_COUNT 166 #define SYMBOL_COUNT 242 #define ALIAS_COUNT 0 #define TOKEN_COUNT 168 @@ -1806,9 +1806,9 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [14] = 14, [15] = 15, [16] = 16, - [17] = 17, + [17] = 7, [18] = 18, - [19] = 7, + [19] = 19, [20] = 20, [21] = 21, [22] = 22, @@ -1819,24 +1819,24 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [27] = 27, [28] = 28, [29] = 29, - [30] = 30, + [30] = 23, [31] = 31, [32] = 32, [33] = 33, - [34] = 23, - [35] = 35, - [36] = 36, - [37] = 21, - [38] = 22, - [39] = 8, + [34] = 34, + [35] = 12, + [36] = 11, + [37] = 37, + [38] = 19, + [39] = 20, [40] = 7, - [41] = 12, - [42] = 10, - [43] = 11, - [44] = 17, - [45] = 9, - [46] = 13, - [47] = 20, + [41] = 22, + [42] = 42, + [43] = 8, + [44] = 9, + [45] = 13, + [46] = 10, + [47] = 21, [48] = 16, [49] = 49, [50] = 50, @@ -1846,77 +1846,77 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [54] = 54, [55] = 55, [56] = 56, - [57] = 31, - [58] = 27, - [59] = 49, - [60] = 30, - [61] = 61, + [57] = 57, + [58] = 58, + [59] = 50, + [60] = 49, + [61] = 37, [62] = 62, - [63] = 29, - [64] = 33, - [65] = 15, + [63] = 27, + [64] = 32, + [65] = 33, [66] = 25, [67] = 55, - [68] = 68, - [69] = 35, - [70] = 70, + [68] = 42, + [69] = 69, + [70] = 54, [71] = 71, - [72] = 72, + [72] = 15, [73] = 73, [74] = 74, - [75] = 75, - [76] = 54, - [77] = 32, + [75] = 52, + [76] = 76, + [77] = 77, [78] = 78, [79] = 79, - [80] = 51, + [80] = 15, [81] = 81, - [82] = 15, - [83] = 52, + [82] = 82, + [83] = 83, [84] = 84, - [85] = 36, - [86] = 86, - [87] = 50, - [88] = 88, + [85] = 85, + [86] = 29, + [87] = 87, + [88] = 28, [89] = 89, - [90] = 90, + [90] = 51, [91] = 91, - [92] = 92, - [93] = 90, + [92] = 31, + [93] = 93, [94] = 94, [95] = 95, [96] = 96, - [97] = 89, - [98] = 88, - [99] = 79, - [100] = 12, - [101] = 101, - [102] = 102, - [103] = 53, - [104] = 104, - [105] = 13, + [97] = 78, + [98] = 98, + [99] = 99, + [100] = 100, + [101] = 53, + [102] = 13, + [103] = 56, + [104] = 84, + [105] = 83, [106] = 106, - [107] = 11, - [108] = 9, + [107] = 12, + [108] = 11, [109] = 109, - [110] = 110, - [111] = 10, + [110] = 9, + [111] = 111, [112] = 8, - [113] = 113, + [113] = 10, [114] = 114, [115] = 115, [116] = 116, [117] = 117, [118] = 118, - [119] = 119, + [119] = 114, [120] = 120, [121] = 121, - [122] = 113, + [122] = 122, [123] = 123, - [124] = 113, - [125] = 125, + [124] = 124, + [125] = 114, [126] = 126, - [127] = 109, + [127] = 106, [128] = 128, [129] = 129, [130] = 130, @@ -1956,17 +1956,17 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [164] = 164, [165] = 165, [166] = 166, - [167] = 165, - [168] = 165, - [169] = 165, - [170] = 170, - [171] = 170, + [167] = 167, + [168] = 168, + [169] = 168, + [170] = 168, + [171] = 168, [172] = 172, [173] = 173, - [174] = 170, - [175] = 170, - [176] = 176, - [177] = 177, + [174] = 174, + [175] = 174, + [176] = 174, + [177] = 174, [178] = 178, [179] = 179, [180] = 180, @@ -1982,152 +1982,156 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [190] = 190, [191] = 191, [192] = 192, - [193] = 193, - [194] = 190, - [195] = 192, - [196] = 191, - [197] = 193, - [198] = 198, - [199] = 199, + [193] = 192, + [194] = 194, + [195] = 195, + [196] = 196, + [197] = 194, + [198] = 196, + [199] = 195, [200] = 200, - [201] = 199, - [202] = 198, + [201] = 200, + [202] = 202, [203] = 203, - [204] = 200, - [205] = 203, - [206] = 206, - [207] = 207, + [204] = 204, + [205] = 202, + [206] = 203, + [207] = 204, [208] = 208, - [209] = 208, + [209] = 209, [210] = 210, [211] = 210, - [212] = 210, - [213] = 213, - [214] = 214, + [212] = 212, + [213] = 212, + [214] = 212, [215] = 215, [216] = 216, [217] = 217, [218] = 218, - [219] = 218, + [219] = 219, [220] = 220, [221] = 221, - [222] = 218, - [223] = 218, - [224] = 28, + [222] = 222, + [223] = 221, + [224] = 224, [225] = 225, - [226] = 221, - [227] = 227, - [228] = 228, - [229] = 229, - [230] = 15, + [226] = 34, + [227] = 221, + [228] = 224, + [229] = 221, + [230] = 230, [231] = 231, [232] = 232, [233] = 233, - [234] = 233, - [235] = 12, - [236] = 236, - [237] = 237, + [234] = 234, + [235] = 235, + [236] = 234, + [237] = 15, [238] = 238, - [239] = 8, - [240] = 10, - [241] = 241, - [242] = 13, - [243] = 11, - [244] = 244, - [245] = 110, - [246] = 9, - [247] = 247, + [239] = 239, + [240] = 240, + [241] = 13, + [242] = 242, + [243] = 12, + [244] = 9, + [245] = 245, + [246] = 246, + [247] = 10, [248] = 248, - [249] = 113, - [250] = 250, - [251] = 250, - [252] = 248, - [253] = 253, + [249] = 109, + [250] = 246, + [251] = 111, + [252] = 114, + [253] = 248, [254] = 254, - [255] = 250, + [255] = 248, [256] = 256, - [257] = 254, - [258] = 258, - [259] = 259, - [260] = 260, - [261] = 250, - [262] = 254, - [263] = 254, + [257] = 242, + [258] = 248, + [259] = 11, + [260] = 8, + [261] = 246, + [262] = 262, + [263] = 263, [264] = 264, - [265] = 106, + [265] = 246, [266] = 266, [267] = 267, [268] = 268, [269] = 269, [270] = 270, - [271] = 115, + [271] = 271, [272] = 272, - [273] = 117, - [274] = 274, + [273] = 273, + [274] = 123, [275] = 275, - [276] = 114, + [276] = 115, [277] = 277, [278] = 278, [279] = 279, [280] = 280, [281] = 281, - [282] = 109, - [283] = 283, + [282] = 282, + [283] = 106, [284] = 284, [285] = 285, [286] = 286, - [287] = 123, + [287] = 128, [288] = 288, - [289] = 289, + [289] = 122, [290] = 290, [291] = 291, [292] = 292, [293] = 293, [294] = 294, [295] = 295, - [296] = 288, + [296] = 296, [297] = 297, [298] = 298, [299] = 299, [300] = 300, - [301] = 301, + [301] = 292, [302] = 302, [303] = 303, [304] = 304, [305] = 305, - [306] = 299, - [307] = 304, + [306] = 306, + [307] = 307, [308] = 308, [309] = 309, - [310] = 310, + [310] = 304, [311] = 311, [312] = 312, [313] = 313, [314] = 314, - [315] = 288, - [316] = 303, - [317] = 304, - [318] = 318, - [319] = 319, - [320] = 320, - [321] = 321, - [322] = 288, - [323] = 303, - [324] = 314, + [315] = 315, + [316] = 316, + [317] = 317, + [318] = 315, + [319] = 292, + [320] = 308, + [321] = 309, + [322] = 309, + [323] = 323, + [324] = 324, [325] = 325, - [326] = 326, - [327] = 327, - [328] = 308, - [329] = 309, - [330] = 303, - [331] = 331, + [326] = 292, + [327] = 308, + [328] = 328, + [329] = 329, + [330] = 330, + [331] = 312, [332] = 332, - [333] = 333, - [334] = 289, + [333] = 313, + [334] = 293, [335] = 335, [336] = 336, - [337] = 291, + [337] = 308, [338] = 338, + [339] = 339, + [340] = 340, + [341] = 296, + [342] = 342, }; static TSCharacterRange sym_name_character_set_1[] = { @@ -6669,38 +6673,38 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [14] = {.lex_state = 3}, [15] = {.lex_state = 3}, [16] = {.lex_state = 3}, - [17] = {.lex_state = 3}, - [18] = {.lex_state = 6, .external_lex_state = 3}, - [19] = {.lex_state = 3, .external_lex_state = 4}, + [17] = {.lex_state = 3, .external_lex_state = 3}, + [18] = {.lex_state = 6, .external_lex_state = 4}, + [19] = {.lex_state = 3}, [20] = {.lex_state = 3}, [21] = {.lex_state = 3}, [22] = {.lex_state = 3}, [23] = {.lex_state = 3}, - [24] = {.lex_state = 3, .external_lex_state = 4}, + [24] = {.lex_state = 3, .external_lex_state = 3}, [25] = {.lex_state = 3}, - [26] = {.lex_state = 3, .external_lex_state = 4}, + [26] = {.lex_state = 3, .external_lex_state = 3}, [27] = {.lex_state = 3}, - [28] = {.lex_state = 3, .external_lex_state = 2}, + [28] = {.lex_state = 3}, [29] = {.lex_state = 3}, - [30] = {.lex_state = 3}, + [30] = {.lex_state = 3, .external_lex_state = 3}, [31] = {.lex_state = 3}, [32] = {.lex_state = 3}, [33] = {.lex_state = 3}, - [34] = {.lex_state = 3, .external_lex_state = 4}, - [35] = {.lex_state = 3}, - [36] = {.lex_state = 3}, - [37] = {.lex_state = 3, .external_lex_state = 4}, - [38] = {.lex_state = 3, .external_lex_state = 4}, - [39] = {.lex_state = 3, .external_lex_state = 4}, + [34] = {.lex_state = 3, .external_lex_state = 2}, + [35] = {.lex_state = 3, .external_lex_state = 3}, + [36] = {.lex_state = 3, .external_lex_state = 3}, + [37] = {.lex_state = 3}, + [38] = {.lex_state = 3, .external_lex_state = 3}, + [39] = {.lex_state = 3, .external_lex_state = 3}, [40] = {.lex_state = 3}, - [41] = {.lex_state = 3, .external_lex_state = 4}, - [42] = {.lex_state = 3, .external_lex_state = 4}, - [43] = {.lex_state = 3, .external_lex_state = 4}, - [44] = {.lex_state = 3, .external_lex_state = 4}, - [45] = {.lex_state = 3, .external_lex_state = 4}, - [46] = {.lex_state = 3, .external_lex_state = 4}, - [47] = {.lex_state = 3, .external_lex_state = 4}, - [48] = {.lex_state = 3, .external_lex_state = 4}, + [41] = {.lex_state = 3, .external_lex_state = 3}, + [42] = {.lex_state = 3}, + [43] = {.lex_state = 3, .external_lex_state = 3}, + [44] = {.lex_state = 3, .external_lex_state = 3}, + [45] = {.lex_state = 3, .external_lex_state = 3}, + [46] = {.lex_state = 3, .external_lex_state = 3}, + [47] = {.lex_state = 3, .external_lex_state = 3}, + [48] = {.lex_state = 3, .external_lex_state = 3}, [49] = {.lex_state = 3}, [50] = {.lex_state = 3}, [51] = {.lex_state = 3}, @@ -6708,80 +6712,80 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [53] = {.lex_state = 3}, [54] = {.lex_state = 3}, [55] = {.lex_state = 3}, - [56] = {.lex_state = 3, .external_lex_state = 2}, - [57] = {.lex_state = 3, .external_lex_state = 4}, - [58] = {.lex_state = 3, .external_lex_state = 4}, - [59] = {.lex_state = 3, .external_lex_state = 4}, - [60] = {.lex_state = 3, .external_lex_state = 4}, - [61] = {.lex_state = 3, .external_lex_state = 2}, + [56] = {.lex_state = 3}, + [57] = {.lex_state = 3, .external_lex_state = 2}, + [58] = {.lex_state = 3, .external_lex_state = 2}, + [59] = {.lex_state = 3, .external_lex_state = 3}, + [60] = {.lex_state = 3, .external_lex_state = 3}, + [61] = {.lex_state = 3, .external_lex_state = 3}, [62] = {.lex_state = 3, .external_lex_state = 2}, - [63] = {.lex_state = 3, .external_lex_state = 4}, - [64] = {.lex_state = 3, .external_lex_state = 4}, - [65] = {.lex_state = 3, .external_lex_state = 2}, - [66] = {.lex_state = 3, .external_lex_state = 4}, - [67] = {.lex_state = 3, .external_lex_state = 4}, - [68] = {.lex_state = 3, .external_lex_state = 2}, - [69] = {.lex_state = 3, .external_lex_state = 4}, - [70] = {.lex_state = 3, .external_lex_state = 4}, - [71] = {.lex_state = 3, .external_lex_state = 2}, + [63] = {.lex_state = 3, .external_lex_state = 3}, + [64] = {.lex_state = 3, .external_lex_state = 3}, + [65] = {.lex_state = 3, .external_lex_state = 3}, + [66] = {.lex_state = 3, .external_lex_state = 3}, + [67] = {.lex_state = 3, .external_lex_state = 3}, + [68] = {.lex_state = 3, .external_lex_state = 3}, + [69] = {.lex_state = 3, .external_lex_state = 2}, + [70] = {.lex_state = 3, .external_lex_state = 3}, + [71] = {.lex_state = 3, .external_lex_state = 3}, [72] = {.lex_state = 3, .external_lex_state = 2}, [73] = {.lex_state = 3, .external_lex_state = 2}, [74] = {.lex_state = 3, .external_lex_state = 2}, - [75] = {.lex_state = 3, .external_lex_state = 4}, - [76] = {.lex_state = 3, .external_lex_state = 4}, - [77] = {.lex_state = 3, .external_lex_state = 4}, - [78] = {.lex_state = 3, .external_lex_state = 2}, - [79] = {.lex_state = 3}, - [80] = {.lex_state = 3, .external_lex_state = 4}, + [75] = {.lex_state = 3, .external_lex_state = 3}, + [76] = {.lex_state = 3, .external_lex_state = 3}, + [77] = {.lex_state = 3, .external_lex_state = 2}, + [78] = {.lex_state = 3}, + [79] = {.lex_state = 3, .external_lex_state = 2}, + [80] = {.lex_state = 3}, [81] = {.lex_state = 3, .external_lex_state = 2}, - [82] = {.lex_state = 3}, - [83] = {.lex_state = 3, .external_lex_state = 4}, - [84] = {.lex_state = 3, .external_lex_state = 2}, - [85] = {.lex_state = 3, .external_lex_state = 4}, - [86] = {.lex_state = 3, .external_lex_state = 2}, - [87] = {.lex_state = 3, .external_lex_state = 4}, - [88] = {.lex_state = 3}, - [89] = {.lex_state = 3}, - [90] = {.lex_state = 3}, + [82] = {.lex_state = 3, .external_lex_state = 2}, + [83] = {.lex_state = 3}, + [84] = {.lex_state = 3}, + [85] = {.lex_state = 3, .external_lex_state = 2}, + [86] = {.lex_state = 3, .external_lex_state = 3}, + [87] = {.lex_state = 3, .external_lex_state = 2}, + [88] = {.lex_state = 3, .external_lex_state = 3}, + [89] = {.lex_state = 3, .external_lex_state = 2}, + [90] = {.lex_state = 3, .external_lex_state = 3}, [91] = {.lex_state = 3, .external_lex_state = 2}, - [92] = {.lex_state = 3, .external_lex_state = 2}, - [93] = {.lex_state = 3, .external_lex_state = 4}, + [92] = {.lex_state = 3, .external_lex_state = 3}, + [93] = {.lex_state = 3, .external_lex_state = 2}, [94] = {.lex_state = 3, .external_lex_state = 4}, [95] = {.lex_state = 3, .external_lex_state = 3}, - [96] = {.lex_state = 3, .external_lex_state = 2}, - [97] = {.lex_state = 3, .external_lex_state = 4}, - [98] = {.lex_state = 3, .external_lex_state = 4}, - [99] = {.lex_state = 3, .external_lex_state = 4}, + [96] = {.lex_state = 3, .external_lex_state = 4}, + [97] = {.lex_state = 3, .external_lex_state = 3}, + [98] = {.lex_state = 3, .external_lex_state = 3}, + [99] = {.lex_state = 3, .external_lex_state = 2}, [100] = {.lex_state = 3, .external_lex_state = 2}, [101] = {.lex_state = 3, .external_lex_state = 3}, [102] = {.lex_state = 3, .external_lex_state = 2}, - [103] = {.lex_state = 3, .external_lex_state = 4}, - [104] = {.lex_state = 3, .external_lex_state = 4}, - [105] = {.lex_state = 3, .external_lex_state = 2}, - [106] = {.lex_state = 3, .external_lex_state = 2}, + [103] = {.lex_state = 3, .external_lex_state = 3}, + [104] = {.lex_state = 3, .external_lex_state = 3}, + [105] = {.lex_state = 3, .external_lex_state = 3}, + [106] = {.lex_state = 3}, [107] = {.lex_state = 3, .external_lex_state = 2}, [108] = {.lex_state = 3, .external_lex_state = 2}, - [109] = {.lex_state = 3}, + [109] = {.lex_state = 3, .external_lex_state = 2}, [110] = {.lex_state = 3, .external_lex_state = 2}, [111] = {.lex_state = 3, .external_lex_state = 2}, [112] = {.lex_state = 3, .external_lex_state = 2}, - [113] = {.lex_state = 3, .external_lex_state = 4}, - [114] = {.lex_state = 3, .external_lex_state = 2}, + [113] = {.lex_state = 3, .external_lex_state = 2}, + [114] = {.lex_state = 3, .external_lex_state = 3}, [115] = {.lex_state = 3, .external_lex_state = 2}, - [116] = {.lex_state = 3, .external_lex_state = 2}, + [116] = {.lex_state = 3}, [117] = {.lex_state = 3, .external_lex_state = 2}, - [118] = {.lex_state = 3}, - [119] = {.lex_state = 3, .external_lex_state = 2}, + [118] = {.lex_state = 3, .external_lex_state = 2}, + [119] = {.lex_state = 3, .external_lex_state = 4}, [120] = {.lex_state = 3, .external_lex_state = 2}, - [121] = {.lex_state = 3, .external_lex_state = 3}, - [122] = {.lex_state = 3, .external_lex_state = 3}, + [121] = {.lex_state = 3, .external_lex_state = 4}, + [122] = {.lex_state = 3, .external_lex_state = 2}, [123] = {.lex_state = 3, .external_lex_state = 2}, [124] = {.lex_state = 3, .external_lex_state = 2}, - [125] = {.lex_state = 3, .external_lex_state = 4}, - [126] = {.lex_state = 3, .external_lex_state = 2}, + [125] = {.lex_state = 3, .external_lex_state = 2}, + [126] = {.lex_state = 3, .external_lex_state = 3}, [127] = {.lex_state = 3, .external_lex_state = 2}, [128] = {.lex_state = 3, .external_lex_state = 2}, - [129] = {.lex_state = 3}, + [129] = {.lex_state = 3, .external_lex_state = 2}, [130] = {.lex_state = 3}, [131] = {.lex_state = 3}, [132] = {.lex_state = 3}, @@ -6816,8 +6820,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [161] = {.lex_state = 3}, [162] = {.lex_state = 3}, [163] = {.lex_state = 3}, - [164] = {.lex_state = 2}, - [165] = {.lex_state = 2}, + [164] = {.lex_state = 3}, + [165] = {.lex_state = 3}, [166] = {.lex_state = 2}, [167] = {.lex_state = 2}, [168] = {.lex_state = 2}, @@ -6865,132 +6869,136 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [210] = {.lex_state = 2}, [211] = {.lex_state = 2}, [212] = {.lex_state = 2}, - [213] = {.lex_state = 0}, - [214] = {.lex_state = 0}, - [215] = {.lex_state = 6, .external_lex_state = 3}, - [216] = {.lex_state = 6, .external_lex_state = 3}, + [213] = {.lex_state = 2}, + [214] = {.lex_state = 2}, + [215] = {.lex_state = 0}, + [216] = {.lex_state = 0}, [217] = {.lex_state = 2}, - [218] = {.lex_state = 0}, - [219] = {.lex_state = 0}, - [220] = {.lex_state = 2}, - [221] = {.lex_state = 2}, - [222] = {.lex_state = 0}, + [218] = {.lex_state = 2}, + [219] = {.lex_state = 6, .external_lex_state = 4}, + [220] = {.lex_state = 6, .external_lex_state = 4}, + [221] = {.lex_state = 0}, + [222] = {.lex_state = 2}, [223] = {.lex_state = 0}, - [224] = {.lex_state = 3, .external_lex_state = 5}, + [224] = {.lex_state = 2}, [225] = {.lex_state = 2}, - [226] = {.lex_state = 2}, - [227] = {.lex_state = 0, .external_lex_state = 4}, - [228] = {.lex_state = 0, .external_lex_state = 5}, - [229] = {.lex_state = 0, .external_lex_state = 5}, - [230] = {.lex_state = 0, .external_lex_state = 5}, - [231] = {.lex_state = 0, .external_lex_state = 2}, + [226] = {.lex_state = 3, .external_lex_state = 5}, + [227] = {.lex_state = 0}, + [228] = {.lex_state = 2}, + [229] = {.lex_state = 0}, + [230] = {.lex_state = 2}, + [231] = {.lex_state = 0, .external_lex_state = 3}, [232] = {.lex_state = 0, .external_lex_state = 5}, - [233] = {.lex_state = 0}, + [233] = {.lex_state = 0, .external_lex_state = 5}, [234] = {.lex_state = 0}, [235] = {.lex_state = 0, .external_lex_state = 5}, - [236] = {.lex_state = 0, .external_lex_state = 5}, + [236] = {.lex_state = 0}, [237] = {.lex_state = 0, .external_lex_state = 5}, - [238] = {.lex_state = 0}, + [238] = {.lex_state = 0, .external_lex_state = 2}, [239] = {.lex_state = 0, .external_lex_state = 5}, [240] = {.lex_state = 0, .external_lex_state = 5}, - [241] = {.lex_state = 0}, - [242] = {.lex_state = 0, .external_lex_state = 5}, + [241] = {.lex_state = 0, .external_lex_state = 5}, + [242] = {.lex_state = 2}, [243] = {.lex_state = 0, .external_lex_state = 5}, [244] = {.lex_state = 0, .external_lex_state = 5}, - [245] = {.lex_state = 0, .external_lex_state = 5}, - [246] = {.lex_state = 0, .external_lex_state = 5}, - [247] = {.lex_state = 0}, - [248] = {.lex_state = 2}, + [245] = {.lex_state = 0}, + [246] = {.lex_state = 0}, + [247] = {.lex_state = 0, .external_lex_state = 5}, + [248] = {.lex_state = 0}, [249] = {.lex_state = 0, .external_lex_state = 5}, [250] = {.lex_state = 0}, - [251] = {.lex_state = 0}, - [252] = {.lex_state = 2}, + [251] = {.lex_state = 3, .external_lex_state = 5}, + [252] = {.lex_state = 0, .external_lex_state = 5}, [253] = {.lex_state = 0}, - [254] = {.lex_state = 0}, + [254] = {.lex_state = 0, .external_lex_state = 5}, [255] = {.lex_state = 0}, [256] = {.lex_state = 0}, - [257] = {.lex_state = 0}, - [258] = {.lex_state = 0, .external_lex_state = 5}, - [259] = {.lex_state = 2}, + [257] = {.lex_state = 2}, + [258] = {.lex_state = 0}, + [259] = {.lex_state = 0, .external_lex_state = 5}, [260] = {.lex_state = 0, .external_lex_state = 5}, [261] = {.lex_state = 0}, - [262] = {.lex_state = 0}, - [263] = {.lex_state = 0}, + [262] = {.lex_state = 0, .external_lex_state = 5}, + [263] = {.lex_state = 2}, [264] = {.lex_state = 0}, - [265] = {.lex_state = 3, .external_lex_state = 5}, + [265] = {.lex_state = 0}, [266] = {.lex_state = 0}, - [267] = {.lex_state = 0}, + [267] = {.lex_state = 0, .external_lex_state = 5}, [268] = {.lex_state = 0}, [269] = {.lex_state = 0}, [270] = {.lex_state = 0}, - [271] = {.lex_state = 0, .external_lex_state = 5}, - [272] = {.lex_state = 0}, - [273] = {.lex_state = 0, .external_lex_state = 5}, - [274] = {.lex_state = 0}, - [275] = {.lex_state = 2}, + [271] = {.lex_state = 0}, + [272] = {.lex_state = 2}, + [273] = {.lex_state = 0}, + [274] = {.lex_state = 0, .external_lex_state = 5}, + [275] = {.lex_state = 0}, [276] = {.lex_state = 0, .external_lex_state = 5}, [277] = {.lex_state = 0}, [278] = {.lex_state = 0}, [279] = {.lex_state = 0}, - [280] = {.lex_state = 0, .external_lex_state = 5}, + [280] = {.lex_state = 0}, [281] = {.lex_state = 0}, [282] = {.lex_state = 0, .external_lex_state = 5}, - [283] = {.lex_state = 2}, + [283] = {.lex_state = 0, .external_lex_state = 5}, [284] = {.lex_state = 0}, [285] = {.lex_state = 0}, - [286] = {.lex_state = 0}, + [286] = {.lex_state = 2}, [287] = {.lex_state = 0, .external_lex_state = 5}, [288] = {.lex_state = 0}, - [289] = {.lex_state = 0}, + [289] = {.lex_state = 0, .external_lex_state = 5}, [290] = {.lex_state = 0}, [291] = {.lex_state = 0}, [292] = {.lex_state = 0}, - [293] = {.lex_state = 11}, - [294] = {.lex_state = 0}, - [295] = {.lex_state = 2}, + [293] = {.lex_state = 0}, + [294] = {.lex_state = 2}, + [295] = {.lex_state = 0}, [296] = {.lex_state = 0}, [297] = {.lex_state = 0}, - [298] = {.lex_state = 0}, + [298] = {.lex_state = 11}, [299] = {.lex_state = 0}, [300] = {.lex_state = 2}, [301] = {.lex_state = 0}, - [302] = {.lex_state = 2}, - [303] = {.lex_state = 2}, - [304] = {.lex_state = 2}, - [305] = {.lex_state = 0}, + [302] = {.lex_state = 0}, + [303] = {.lex_state = 0}, + [304] = {.lex_state = 0}, + [305] = {.lex_state = 2}, [306] = {.lex_state = 0}, [307] = {.lex_state = 2}, - [308] = {.lex_state = 0}, - [309] = {.lex_state = 0}, - [310] = {.lex_state = 12}, - [311] = {.lex_state = 0}, + [308] = {.lex_state = 2}, + [309] = {.lex_state = 2}, + [310] = {.lex_state = 0}, + [311] = {.lex_state = 2}, [312] = {.lex_state = 0}, - [313] = {.lex_state = 2}, - [314] = {.lex_state = 0}, + [313] = {.lex_state = 0}, + [314] = {.lex_state = 12}, [315] = {.lex_state = 0}, - [316] = {.lex_state = 2}, - [317] = {.lex_state = 2}, + [316] = {.lex_state = 0}, + [317] = {.lex_state = 0}, [318] = {.lex_state = 0}, [319] = {.lex_state = 0}, - [320] = {.lex_state = 12}, - [321] = {.lex_state = 18}, - [322] = {.lex_state = 0}, - [323] = {.lex_state = 2}, - [324] = {.lex_state = 0}, - [325] = {.lex_state = 0}, + [320] = {.lex_state = 2}, + [321] = {.lex_state = 2}, + [322] = {.lex_state = 2}, + [323] = {.lex_state = 0}, + [324] = {.lex_state = 2}, + [325] = {.lex_state = 18}, [326] = {.lex_state = 0}, [327] = {.lex_state = 2}, [328] = {.lex_state = 0}, [329] = {.lex_state = 0}, - [330] = {.lex_state = 2}, + [330] = {.lex_state = 0}, [331] = {.lex_state = 0}, - [332] = {.lex_state = 6}, - [333] = {.lex_state = 2}, + [332] = {.lex_state = 12}, + [333] = {.lex_state = 0}, [334] = {.lex_state = 0}, - [335] = {.lex_state = 2}, + [335] = {.lex_state = 0}, [336] = {.lex_state = 2}, - [337] = {.lex_state = 0}, + [337] = {.lex_state = 2}, [338] = {.lex_state = 0}, + [339] = {.lex_state = 6}, + [340] = {.lex_state = 0}, + [341] = {.lex_state = 0}, + [342] = {.lex_state = 2}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -7159,39 +7167,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__text_not_version] = ACTIONS(1), }, [1] = { - [sym_document] = STATE(301), + [sym_document] = STATE(306), [sym__begin] = ACTIONS(3), }, [2] = { - [sym_description] = STATE(6), - [sym_tag] = STATE(3), - [sym_inline_tag] = STATE(102), - [sym__tag_without_description] = STATE(137), - [sym__tag_with_optional_description] = STATE(137), - [sym__tag_with_required_description] = STATE(137), - [sym__tag_with_incomplete_implementation] = STATE(137), - [sym__author_tag] = STATE(137), - [sym__global_tag] = STATE(137), - [sym__link_tag] = STATE(137), - [sym__method_tag] = STATE(137), - [sym__param_tag] = STATE(137), - [sym__property_tag] = STATE(137), - [sym__return_tag] = STATE(137), - [sym__see_tag] = STATE(137), - [sym__throws_tag] = STATE(137), - [sym__var_tag] = STATE(137), - [sym__deprecated_tag] = STATE(137), - [sym__since_tag] = STATE(137), - [sym__version_tag] = STATE(137), - [sym__generic_template_tag] = STATE(137), - [sym__generic_implements_tag] = STATE(137), - [sym__generic_extends_tag] = STATE(137), - [sym__generic_use_tag] = STATE(137), - [sym__phpunit_tag] = STATE(137), - [sym__psalm_tag] = STATE(137), - [sym__mixin_tag] = STATE(137), - [aux_sym_document_repeat1] = STATE(3), - [aux_sym_description_repeat1] = STATE(102), + [sym_description] = STATE(3), + [sym_tag] = STATE(4), + [sym_inline_tag] = STATE(100), + [sym__tag_without_description] = STATE(142), + [sym__tag_with_optional_description] = STATE(142), + [sym__tag_with_required_description] = STATE(142), + [sym__tag_with_incomplete_implementation] = STATE(142), + [sym__author_tag] = STATE(142), + [sym__global_tag] = STATE(142), + [sym__link_tag] = STATE(142), + [sym__method_tag] = STATE(142), + [sym__param_tag] = STATE(142), + [sym__property_tag] = STATE(142), + [sym__return_tag] = STATE(142), + [sym__see_tag] = STATE(142), + [sym__throws_tag] = STATE(142), + [sym__var_tag] = STATE(142), + [sym__deprecated_tag] = STATE(142), + [sym__since_tag] = STATE(142), + [sym__version_tag] = STATE(142), + [sym__generic_template_tag] = STATE(142), + [sym__generic_implements_tag] = STATE(142), + [sym__generic_extends_tag] = STATE(142), + [sym__generic_use_tag] = STATE(142), + [sym__phpunit_tag] = STATE(142), + [sym__psalm_tag] = STATE(142), + [sym__mixin_tag] = STATE(142), + [aux_sym_document_repeat1] = STATE(4), + [aux_sym_description_repeat1] = STATE(100), [anon_sym_LBRACE] = ACTIONS(5), [anon_sym_ATinheritdoc] = ACTIONS(7), [anon_sym_ATinheritDoc] = ACTIONS(7), @@ -7304,32 +7312,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = ACTIONS(75), }, [3] = { - [sym_tag] = STATE(5), - [sym__tag_without_description] = STATE(137), - [sym__tag_with_optional_description] = STATE(137), - [sym__tag_with_required_description] = STATE(137), - [sym__tag_with_incomplete_implementation] = STATE(137), - [sym__author_tag] = STATE(137), - [sym__global_tag] = STATE(137), - [sym__link_tag] = STATE(137), - [sym__method_tag] = STATE(137), - [sym__param_tag] = STATE(137), - [sym__property_tag] = STATE(137), - [sym__return_tag] = STATE(137), - [sym__see_tag] = STATE(137), - [sym__throws_tag] = STATE(137), - [sym__var_tag] = STATE(137), - [sym__deprecated_tag] = STATE(137), - [sym__since_tag] = STATE(137), - [sym__version_tag] = STATE(137), - [sym__generic_template_tag] = STATE(137), - [sym__generic_implements_tag] = STATE(137), - [sym__generic_extends_tag] = STATE(137), - [sym__generic_use_tag] = STATE(137), - [sym__phpunit_tag] = STATE(137), - [sym__psalm_tag] = STATE(137), - [sym__mixin_tag] = STATE(137), - [aux_sym_document_repeat1] = STATE(5), + [sym_tag] = STATE(6), + [sym__tag_without_description] = STATE(142), + [sym__tag_with_optional_description] = STATE(142), + [sym__tag_with_required_description] = STATE(142), + [sym__tag_with_incomplete_implementation] = STATE(142), + [sym__author_tag] = STATE(142), + [sym__global_tag] = STATE(142), + [sym__link_tag] = STATE(142), + [sym__method_tag] = STATE(142), + [sym__param_tag] = STATE(142), + [sym__property_tag] = STATE(142), + [sym__return_tag] = STATE(142), + [sym__see_tag] = STATE(142), + [sym__throws_tag] = STATE(142), + [sym__var_tag] = STATE(142), + [sym__deprecated_tag] = STATE(142), + [sym__since_tag] = STATE(142), + [sym__version_tag] = STATE(142), + [sym__generic_template_tag] = STATE(142), + [sym__generic_implements_tag] = STATE(142), + [sym__generic_extends_tag] = STATE(142), + [sym__generic_use_tag] = STATE(142), + [sym__phpunit_tag] = STATE(142), + [sym__psalm_tag] = STATE(142), + [sym__mixin_tag] = STATE(142), + [aux_sym_document_repeat1] = STATE(6), [anon_sym_ATinheritdoc] = ACTIONS(7), [anon_sym_ATinheritDoc] = ACTIONS(7), [anon_sym_ATapi] = ACTIONS(7), @@ -7441,30 +7449,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [4] = { [sym_tag] = STATE(5), - [sym__tag_without_description] = STATE(137), - [sym__tag_with_optional_description] = STATE(137), - [sym__tag_with_required_description] = STATE(137), - [sym__tag_with_incomplete_implementation] = STATE(137), - [sym__author_tag] = STATE(137), - [sym__global_tag] = STATE(137), - [sym__link_tag] = STATE(137), - [sym__method_tag] = STATE(137), - [sym__param_tag] = STATE(137), - [sym__property_tag] = STATE(137), - [sym__return_tag] = STATE(137), - [sym__see_tag] = STATE(137), - [sym__throws_tag] = STATE(137), - [sym__var_tag] = STATE(137), - [sym__deprecated_tag] = STATE(137), - [sym__since_tag] = STATE(137), - [sym__version_tag] = STATE(137), - [sym__generic_template_tag] = STATE(137), - [sym__generic_implements_tag] = STATE(137), - [sym__generic_extends_tag] = STATE(137), - [sym__generic_use_tag] = STATE(137), - [sym__phpunit_tag] = STATE(137), - [sym__psalm_tag] = STATE(137), - [sym__mixin_tag] = STATE(137), + [sym__tag_without_description] = STATE(142), + [sym__tag_with_optional_description] = STATE(142), + [sym__tag_with_required_description] = STATE(142), + [sym__tag_with_incomplete_implementation] = STATE(142), + [sym__author_tag] = STATE(142), + [sym__global_tag] = STATE(142), + [sym__link_tag] = STATE(142), + [sym__method_tag] = STATE(142), + [sym__param_tag] = STATE(142), + [sym__property_tag] = STATE(142), + [sym__return_tag] = STATE(142), + [sym__see_tag] = STATE(142), + [sym__throws_tag] = STATE(142), + [sym__var_tag] = STATE(142), + [sym__deprecated_tag] = STATE(142), + [sym__since_tag] = STATE(142), + [sym__version_tag] = STATE(142), + [sym__generic_template_tag] = STATE(142), + [sym__generic_implements_tag] = STATE(142), + [sym__generic_extends_tag] = STATE(142), + [sym__generic_use_tag] = STATE(142), + [sym__phpunit_tag] = STATE(142), + [sym__psalm_tag] = STATE(142), + [sym__mixin_tag] = STATE(142), [aux_sym_document_repeat1] = STATE(5), [anon_sym_ATinheritdoc] = ACTIONS(7), [anon_sym_ATinheritDoc] = ACTIONS(7), @@ -7573,171 +7581,171 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(69), [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(69), [anon_sym_ATmixin] = ACTIONS(71), - [sym__end] = ACTIONS(79), + [sym__end] = ACTIONS(77), }, [5] = { [sym_tag] = STATE(5), - [sym__tag_without_description] = STATE(137), - [sym__tag_with_optional_description] = STATE(137), - [sym__tag_with_required_description] = STATE(137), - [sym__tag_with_incomplete_implementation] = STATE(137), - [sym__author_tag] = STATE(137), - [sym__global_tag] = STATE(137), - [sym__link_tag] = STATE(137), - [sym__method_tag] = STATE(137), - [sym__param_tag] = STATE(137), - [sym__property_tag] = STATE(137), - [sym__return_tag] = STATE(137), - [sym__see_tag] = STATE(137), - [sym__throws_tag] = STATE(137), - [sym__var_tag] = STATE(137), - [sym__deprecated_tag] = STATE(137), - [sym__since_tag] = STATE(137), - [sym__version_tag] = STATE(137), - [sym__generic_template_tag] = STATE(137), - [sym__generic_implements_tag] = STATE(137), - [sym__generic_extends_tag] = STATE(137), - [sym__generic_use_tag] = STATE(137), - [sym__phpunit_tag] = STATE(137), - [sym__psalm_tag] = STATE(137), - [sym__mixin_tag] = STATE(137), + [sym__tag_without_description] = STATE(142), + [sym__tag_with_optional_description] = STATE(142), + [sym__tag_with_required_description] = STATE(142), + [sym__tag_with_incomplete_implementation] = STATE(142), + [sym__author_tag] = STATE(142), + [sym__global_tag] = STATE(142), + [sym__link_tag] = STATE(142), + [sym__method_tag] = STATE(142), + [sym__param_tag] = STATE(142), + [sym__property_tag] = STATE(142), + [sym__return_tag] = STATE(142), + [sym__see_tag] = STATE(142), + [sym__throws_tag] = STATE(142), + [sym__var_tag] = STATE(142), + [sym__deprecated_tag] = STATE(142), + [sym__since_tag] = STATE(142), + [sym__version_tag] = STATE(142), + [sym__generic_template_tag] = STATE(142), + [sym__generic_implements_tag] = STATE(142), + [sym__generic_extends_tag] = STATE(142), + [sym__generic_use_tag] = STATE(142), + [sym__phpunit_tag] = STATE(142), + [sym__psalm_tag] = STATE(142), + [sym__mixin_tag] = STATE(142), [aux_sym_document_repeat1] = STATE(5), - [anon_sym_ATinheritdoc] = ACTIONS(81), - [anon_sym_ATinheritDoc] = ACTIONS(81), - [anon_sym_ATapi] = ACTIONS(81), - [anon_sym_ATfilesource] = ACTIONS(81), - [anon_sym_ATignore] = ACTIONS(84), - [anon_sym_ATinternal] = ACTIONS(84), - [anon_sym_ATcategory] = ACTIONS(87), - [anon_sym_ATcopyright] = ACTIONS(87), - [anon_sym_ATtodo] = ACTIONS(87), - [anon_sym_ATexample] = ACTIONS(90), - [anon_sym_ATlicense] = ACTIONS(90), - [anon_sym_ATpackage] = ACTIONS(90), - [anon_sym_ATsource] = ACTIONS(90), - [anon_sym_ATsubpackage] = ACTIONS(90), - [anon_sym_ATuses] = ACTIONS(90), - [anon_sym_ATauthor] = ACTIONS(93), - [anon_sym_ATglobal] = ACTIONS(96), - [anon_sym_ATlink] = ACTIONS(99), - [anon_sym_ATmethod] = ACTIONS(102), - [anon_sym_ATparam] = ACTIONS(105), - [anon_sym_ATproperty] = ACTIONS(108), - [anon_sym_ATproperty_DASHread] = ACTIONS(111), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(111), - [anon_sym_ATreturn] = ACTIONS(114), - [anon_sym_ATsee] = ACTIONS(117), - [anon_sym_ATthrows] = ACTIONS(120), - [anon_sym_ATvar] = ACTIONS(123), - [anon_sym_ATdeprecated] = ACTIONS(126), - [anon_sym_ATsince] = ACTIONS(129), - [anon_sym_ATversion] = ACTIONS(132), - [anon_sym_ATtemplate] = ACTIONS(135), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(138), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(138), - [anon_sym_ATimplements] = ACTIONS(141), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(141), - [anon_sym_ATextends] = ACTIONS(144), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(144), - [anon_sym_ATuse] = ACTIONS(147), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(150), - [anon_sym_ATafter] = ACTIONS(153), - [anon_sym_ATafterClass] = ACTIONS(156), - [anon_sym_ATannotation] = ACTIONS(156), - [anon_sym_ATbackupGlobals] = ACTIONS(156), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(156), - [anon_sym_ATbefore] = ACTIONS(153), - [anon_sym_ATbeforeClass] = ACTIONS(156), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(153), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(156), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(156), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(156), - [anon_sym_ATcovers] = ACTIONS(153), - [anon_sym_ATcoversDefaultClass] = ACTIONS(153), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(156), - [anon_sym_ATcoversNothing] = ACTIONS(156), - [anon_sym_ATdataProvider] = ACTIONS(156), - [anon_sym_ATdepends] = ACTIONS(153), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(156), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(156), - [anon_sym_ATgroup] = ACTIONS(156), - [anon_sym_ATlarge] = ACTIONS(156), - [anon_sym_ATmedium] = ACTIONS(156), - [anon_sym_ATpreserveGlobalState] = ACTIONS(156), - [anon_sym_ATrequires] = ACTIONS(153), - [anon_sym_ATrequiresusages] = ACTIONS(156), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(156), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(156), - [anon_sym_ATsmall] = ACTIONS(156), - [anon_sym_ATtest] = ACTIONS(153), - [anon_sym_ATtestWith] = ACTIONS(156), - [anon_sym_ATtestdox] = ACTIONS(156), - [anon_sym_ATticket] = ACTIONS(156), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(81), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(81), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(81), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(159), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(81), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(159), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(81), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(81), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(81), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(81), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(81), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(81), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(81), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(81), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(81), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(159), - [anon_sym_ATreadonly] = ACTIONS(81), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(81), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(81), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(81), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(81), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(81), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(81), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(162), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(81), - [anon_sym_ATparam_DASHout] = ACTIONS(165), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(165), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(168), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(165), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(165), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(171), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(174), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(174), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(174), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(174), - [anon_sym_ATmixin] = ACTIONS(177), - [sym__end] = ACTIONS(180), + [anon_sym_ATinheritdoc] = ACTIONS(79), + [anon_sym_ATinheritDoc] = ACTIONS(79), + [anon_sym_ATapi] = ACTIONS(79), + [anon_sym_ATfilesource] = ACTIONS(79), + [anon_sym_ATignore] = ACTIONS(82), + [anon_sym_ATinternal] = ACTIONS(82), + [anon_sym_ATcategory] = ACTIONS(85), + [anon_sym_ATcopyright] = ACTIONS(85), + [anon_sym_ATtodo] = ACTIONS(85), + [anon_sym_ATexample] = ACTIONS(88), + [anon_sym_ATlicense] = ACTIONS(88), + [anon_sym_ATpackage] = ACTIONS(88), + [anon_sym_ATsource] = ACTIONS(88), + [anon_sym_ATsubpackage] = ACTIONS(88), + [anon_sym_ATuses] = ACTIONS(88), + [anon_sym_ATauthor] = ACTIONS(91), + [anon_sym_ATglobal] = ACTIONS(94), + [anon_sym_ATlink] = ACTIONS(97), + [anon_sym_ATmethod] = ACTIONS(100), + [anon_sym_ATparam] = ACTIONS(103), + [anon_sym_ATproperty] = ACTIONS(106), + [anon_sym_ATproperty_DASHread] = ACTIONS(109), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(109), + [anon_sym_ATreturn] = ACTIONS(112), + [anon_sym_ATsee] = ACTIONS(115), + [anon_sym_ATthrows] = ACTIONS(118), + [anon_sym_ATvar] = ACTIONS(121), + [anon_sym_ATdeprecated] = ACTIONS(124), + [anon_sym_ATsince] = ACTIONS(127), + [anon_sym_ATversion] = ACTIONS(130), + [anon_sym_ATtemplate] = ACTIONS(133), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(136), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(136), + [anon_sym_ATimplements] = ACTIONS(139), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(139), + [anon_sym_ATextends] = ACTIONS(142), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(142), + [anon_sym_ATuse] = ACTIONS(145), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(148), + [anon_sym_ATafter] = ACTIONS(151), + [anon_sym_ATafterClass] = ACTIONS(154), + [anon_sym_ATannotation] = ACTIONS(154), + [anon_sym_ATbackupGlobals] = ACTIONS(154), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(154), + [anon_sym_ATbefore] = ACTIONS(151), + [anon_sym_ATbeforeClass] = ACTIONS(154), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(151), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(154), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(154), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(154), + [anon_sym_ATcovers] = ACTIONS(151), + [anon_sym_ATcoversDefaultClass] = ACTIONS(151), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(154), + [anon_sym_ATcoversNothing] = ACTIONS(154), + [anon_sym_ATdataProvider] = ACTIONS(154), + [anon_sym_ATdepends] = ACTIONS(151), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(154), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(154), + [anon_sym_ATgroup] = ACTIONS(154), + [anon_sym_ATlarge] = ACTIONS(154), + [anon_sym_ATmedium] = ACTIONS(154), + [anon_sym_ATpreserveGlobalState] = ACTIONS(154), + [anon_sym_ATrequires] = ACTIONS(151), + [anon_sym_ATrequiresusages] = ACTIONS(154), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(154), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(154), + [anon_sym_ATsmall] = ACTIONS(154), + [anon_sym_ATtest] = ACTIONS(151), + [anon_sym_ATtestWith] = ACTIONS(154), + [anon_sym_ATtestdox] = ACTIONS(154), + [anon_sym_ATticket] = ACTIONS(154), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(79), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(79), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(79), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(157), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(79), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(157), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(79), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(79), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(79), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(79), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(79), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(79), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(79), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(79), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(79), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(157), + [anon_sym_ATreadonly] = ACTIONS(79), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(79), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(79), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(79), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(79), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(79), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(79), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(160), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(79), + [anon_sym_ATparam_DASHout] = ACTIONS(163), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(163), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(166), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(163), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(163), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(169), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(172), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(172), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(172), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(172), + [anon_sym_ATmixin] = ACTIONS(175), + [sym__end] = ACTIONS(178), }, [6] = { - [sym_tag] = STATE(4), - [sym__tag_without_description] = STATE(137), - [sym__tag_with_optional_description] = STATE(137), - [sym__tag_with_required_description] = STATE(137), - [sym__tag_with_incomplete_implementation] = STATE(137), - [sym__author_tag] = STATE(137), - [sym__global_tag] = STATE(137), - [sym__link_tag] = STATE(137), - [sym__method_tag] = STATE(137), - [sym__param_tag] = STATE(137), - [sym__property_tag] = STATE(137), - [sym__return_tag] = STATE(137), - [sym__see_tag] = STATE(137), - [sym__throws_tag] = STATE(137), - [sym__var_tag] = STATE(137), - [sym__deprecated_tag] = STATE(137), - [sym__since_tag] = STATE(137), - [sym__version_tag] = STATE(137), - [sym__generic_template_tag] = STATE(137), - [sym__generic_implements_tag] = STATE(137), - [sym__generic_extends_tag] = STATE(137), - [sym__generic_use_tag] = STATE(137), - [sym__phpunit_tag] = STATE(137), - [sym__psalm_tag] = STATE(137), - [sym__mixin_tag] = STATE(137), - [aux_sym_document_repeat1] = STATE(4), + [sym_tag] = STATE(5), + [sym__tag_without_description] = STATE(142), + [sym__tag_with_optional_description] = STATE(142), + [sym__tag_with_required_description] = STATE(142), + [sym__tag_with_incomplete_implementation] = STATE(142), + [sym__author_tag] = STATE(142), + [sym__global_tag] = STATE(142), + [sym__link_tag] = STATE(142), + [sym__method_tag] = STATE(142), + [sym__param_tag] = STATE(142), + [sym__property_tag] = STATE(142), + [sym__return_tag] = STATE(142), + [sym__see_tag] = STATE(142), + [sym__throws_tag] = STATE(142), + [sym__var_tag] = STATE(142), + [sym__deprecated_tag] = STATE(142), + [sym__since_tag] = STATE(142), + [sym__version_tag] = STATE(142), + [sym__generic_template_tag] = STATE(142), + [sym__generic_implements_tag] = STATE(142), + [sym__generic_extends_tag] = STATE(142), + [sym__generic_use_tag] = STATE(142), + [sym__phpunit_tag] = STATE(142), + [sym__psalm_tag] = STATE(142), + [sym__mixin_tag] = STATE(142), + [aux_sym_document_repeat1] = STATE(5), [anon_sym_ATinheritdoc] = ACTIONS(7), [anon_sym_ATinheritDoc] = ACTIONS(7), [anon_sym_ATapi] = ACTIONS(7), @@ -7845,11 +7853,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(69), [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(69), [anon_sym_ATmixin] = ACTIONS(71), - [sym__end] = ACTIONS(77), + [sym__end] = ACTIONS(180), }, [7] = { - [sym__type_argument_list] = STATE(10), - [aux_sym_namespace_name_repeat1] = STATE(285), + [sym__type_argument_list] = STATE(9), + [aux_sym_namespace_name_repeat1] = STATE(288), [sym_name] = ACTIONS(182), [anon_sym_ATinheritdoc] = ACTIONS(184), [anon_sym_ATinheritDoc] = ACTIONS(184), @@ -8093,128 +8101,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(194), }, [9] = { - [sym_name] = ACTIONS(182), - [anon_sym_ATinheritdoc] = ACTIONS(184), - [anon_sym_ATinheritDoc] = ACTIONS(184), - [anon_sym_ATapi] = ACTIONS(184), - [anon_sym_ATfilesource] = ACTIONS(184), - [anon_sym_ATignore] = ACTIONS(184), - [anon_sym_ATinternal] = ACTIONS(184), - [anon_sym_ATcategory] = ACTIONS(184), - [anon_sym_ATcopyright] = ACTIONS(184), - [anon_sym_ATtodo] = ACTIONS(184), - [anon_sym_ATexample] = ACTIONS(184), - [anon_sym_ATlicense] = ACTIONS(184), - [anon_sym_ATpackage] = ACTIONS(184), - [anon_sym_ATsource] = ACTIONS(184), - [anon_sym_ATsubpackage] = ACTIONS(184), - [anon_sym_ATuses] = ACTIONS(184), - [anon_sym_ATauthor] = ACTIONS(184), - [anon_sym_LT] = ACTIONS(184), - [anon_sym_GT] = ACTIONS(184), - [anon_sym_ATglobal] = ACTIONS(184), - [anon_sym_ATlink] = ACTIONS(184), - [anon_sym_ATmethod] = ACTIONS(184), - [anon_sym_ATparam] = ACTIONS(182), - [anon_sym_ATproperty] = ACTIONS(182), - [anon_sym_ATproperty_DASHread] = ACTIONS(184), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(184), - [anon_sym_ATreturn] = ACTIONS(184), - [anon_sym_ATsee] = ACTIONS(184), - [anon_sym_ATthrows] = ACTIONS(184), - [anon_sym_ATvar] = ACTIONS(184), - [anon_sym_ATdeprecated] = ACTIONS(184), - [anon_sym_ATsince] = ACTIONS(184), - [anon_sym_ATversion] = ACTIONS(184), - [anon_sym_ATtemplate] = ACTIONS(182), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(184), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(184), - [anon_sym_of] = ACTIONS(182), - [anon_sym_ATimplements] = ACTIONS(184), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(184), - [anon_sym_ATextends] = ACTIONS(184), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(184), - [anon_sym_ATuse] = ACTIONS(182), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(184), - [anon_sym_ATafter] = ACTIONS(182), - [anon_sym_ATafterClass] = ACTIONS(184), - [anon_sym_ATannotation] = ACTIONS(184), - [anon_sym_ATbackupGlobals] = ACTIONS(184), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(184), - [anon_sym_ATbefore] = ACTIONS(182), - [anon_sym_ATbeforeClass] = ACTIONS(184), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(182), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(184), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(184), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(184), - [anon_sym_ATcovers] = ACTIONS(182), - [anon_sym_ATcoversDefaultClass] = ACTIONS(182), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(184), - [anon_sym_ATcoversNothing] = ACTIONS(184), - [anon_sym_ATdataProvider] = ACTIONS(184), - [anon_sym_ATdepends] = ACTIONS(182), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(184), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(184), - [anon_sym_ATgroup] = ACTIONS(184), - [anon_sym_ATlarge] = ACTIONS(184), - [anon_sym_ATmedium] = ACTIONS(184), - [anon_sym_ATpreserveGlobalState] = ACTIONS(184), - [anon_sym_ATrequires] = ACTIONS(182), - [anon_sym_ATrequiresusages] = ACTIONS(184), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(184), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(184), - [anon_sym_ATsmall] = ACTIONS(184), - [anon_sym_ATtest] = ACTIONS(182), - [anon_sym_ATtestWith] = ACTIONS(184), - [anon_sym_ATtestdox] = ACTIONS(184), - [anon_sym_ATticket] = ACTIONS(184), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(184), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(184), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(184), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(182), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(184), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(182), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(184), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(184), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(184), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(184), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(184), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(184), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(184), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(184), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(184), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(182), - [anon_sym_ATreadonly] = ACTIONS(184), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(184), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(184), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(184), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(184), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(184), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(184), - [anon_sym_ATparam_DASHout] = ACTIONS(184), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(184), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(182), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(184), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(184), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(184), - [anon_sym_from] = ACTIONS(182), - [aux_sym__psalm_tag_token1] = ACTIONS(182), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(184), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(184), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(184), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(184), - [anon_sym_ATmixin] = ACTIONS(184), - [anon_sym_LBRACK_RBRACK] = ACTIONS(184), - [anon_sym_COMMA] = ACTIONS(184), - [anon_sym_PIPE] = ACTIONS(184), - [anon_sym_AMP] = ACTIONS(184), - [anon_sym_RPAREN] = ACTIONS(184), - [anon_sym_DOLLAR] = ACTIONS(184), - [sym__end] = ACTIONS(184), - }, - [10] = { [sym_name] = ACTIONS(196), [anon_sym_ATinheritdoc] = ACTIONS(198), [anon_sym_ATinheritDoc] = ACTIONS(198), @@ -8336,6 +8222,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(198), [sym__end] = ACTIONS(198), }, + [10] = { + [sym_name] = ACTIONS(182), + [anon_sym_ATinheritdoc] = ACTIONS(184), + [anon_sym_ATinheritDoc] = ACTIONS(184), + [anon_sym_ATapi] = ACTIONS(184), + [anon_sym_ATfilesource] = ACTIONS(184), + [anon_sym_ATignore] = ACTIONS(184), + [anon_sym_ATinternal] = ACTIONS(184), + [anon_sym_ATcategory] = ACTIONS(184), + [anon_sym_ATcopyright] = ACTIONS(184), + [anon_sym_ATtodo] = ACTIONS(184), + [anon_sym_ATexample] = ACTIONS(184), + [anon_sym_ATlicense] = ACTIONS(184), + [anon_sym_ATpackage] = ACTIONS(184), + [anon_sym_ATsource] = ACTIONS(184), + [anon_sym_ATsubpackage] = ACTIONS(184), + [anon_sym_ATuses] = ACTIONS(184), + [anon_sym_ATauthor] = ACTIONS(184), + [anon_sym_LT] = ACTIONS(184), + [anon_sym_GT] = ACTIONS(184), + [anon_sym_ATglobal] = ACTIONS(184), + [anon_sym_ATlink] = ACTIONS(184), + [anon_sym_ATmethod] = ACTIONS(184), + [anon_sym_ATparam] = ACTIONS(182), + [anon_sym_ATproperty] = ACTIONS(182), + [anon_sym_ATproperty_DASHread] = ACTIONS(184), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(184), + [anon_sym_ATreturn] = ACTIONS(184), + [anon_sym_ATsee] = ACTIONS(184), + [anon_sym_ATthrows] = ACTIONS(184), + [anon_sym_ATvar] = ACTIONS(184), + [anon_sym_ATdeprecated] = ACTIONS(184), + [anon_sym_ATsince] = ACTIONS(184), + [anon_sym_ATversion] = ACTIONS(184), + [anon_sym_ATtemplate] = ACTIONS(182), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(184), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(184), + [anon_sym_of] = ACTIONS(182), + [anon_sym_ATimplements] = ACTIONS(184), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(184), + [anon_sym_ATextends] = ACTIONS(184), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(184), + [anon_sym_ATuse] = ACTIONS(182), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(184), + [anon_sym_ATafter] = ACTIONS(182), + [anon_sym_ATafterClass] = ACTIONS(184), + [anon_sym_ATannotation] = ACTIONS(184), + [anon_sym_ATbackupGlobals] = ACTIONS(184), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(184), + [anon_sym_ATbefore] = ACTIONS(182), + [anon_sym_ATbeforeClass] = ACTIONS(184), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(182), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(184), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(184), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(184), + [anon_sym_ATcovers] = ACTIONS(182), + [anon_sym_ATcoversDefaultClass] = ACTIONS(182), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(184), + [anon_sym_ATcoversNothing] = ACTIONS(184), + [anon_sym_ATdataProvider] = ACTIONS(184), + [anon_sym_ATdepends] = ACTIONS(182), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(184), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(184), + [anon_sym_ATgroup] = ACTIONS(184), + [anon_sym_ATlarge] = ACTIONS(184), + [anon_sym_ATmedium] = ACTIONS(184), + [anon_sym_ATpreserveGlobalState] = ACTIONS(184), + [anon_sym_ATrequires] = ACTIONS(182), + [anon_sym_ATrequiresusages] = ACTIONS(184), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(184), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(184), + [anon_sym_ATsmall] = ACTIONS(184), + [anon_sym_ATtest] = ACTIONS(182), + [anon_sym_ATtestWith] = ACTIONS(184), + [anon_sym_ATtestdox] = ACTIONS(184), + [anon_sym_ATticket] = ACTIONS(184), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(184), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(184), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(184), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(182), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(184), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(182), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(184), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(184), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(184), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(184), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(184), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(184), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(184), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(184), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(184), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(182), + [anon_sym_ATreadonly] = ACTIONS(184), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(184), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(184), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(184), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(184), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(184), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(184), + [anon_sym_ATparam_DASHout] = ACTIONS(184), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(184), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(182), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(184), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(184), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(184), + [anon_sym_from] = ACTIONS(182), + [aux_sym__psalm_tag_token1] = ACTIONS(182), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(184), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(184), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(184), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(184), + [anon_sym_ATmixin] = ACTIONS(184), + [anon_sym_LBRACK_RBRACK] = ACTIONS(184), + [anon_sym_COMMA] = ACTIONS(184), + [anon_sym_PIPE] = ACTIONS(184), + [anon_sym_AMP] = ACTIONS(184), + [anon_sym_RPAREN] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(184), + [sym__end] = ACTIONS(184), + }, [11] = { [sym_name] = ACTIONS(200), [anon_sym_ATinheritdoc] = ACTIONS(202), @@ -8703,7 +8711,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(210), }, [14] = { - [aux_sym__phpdoc_array_types_repeat1] = STATE(17), + [aux_sym__phpdoc_array_types_repeat1] = STATE(16), [sym_name] = ACTIONS(212), [anon_sym_ATinheritdoc] = ACTIONS(214), [anon_sym_ATinheritDoc] = ACTIONS(214), @@ -8824,7 +8832,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(214), }, [15] = { - [sym__type_argument_list] = STATE(10), + [sym__type_argument_list] = STATE(9), [sym_name] = ACTIONS(182), [anon_sym_ATinheritdoc] = ACTIONS(184), [anon_sym_ATinheritDoc] = ACTIONS(184), @@ -8945,7 +8953,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(184), }, [16] = { - [aux_sym__phpdoc_array_types_repeat1] = STATE(16), + [aux_sym__phpdoc_array_types_repeat1] = STATE(20), [sym_name] = ACTIONS(220), [anon_sym_ATinheritdoc] = ACTIONS(222), [anon_sym_ATinheritDoc] = ACTIONS(222), @@ -9065,248 +9073,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(222), }, [17] = { - [aux_sym__phpdoc_array_types_repeat1] = STATE(16), - [sym_name] = ACTIONS(227), - [anon_sym_ATinheritdoc] = ACTIONS(229), - [anon_sym_ATinheritDoc] = ACTIONS(229), - [anon_sym_ATapi] = ACTIONS(229), - [anon_sym_ATfilesource] = ACTIONS(229), - [anon_sym_ATignore] = ACTIONS(229), - [anon_sym_ATinternal] = ACTIONS(229), - [anon_sym_ATcategory] = ACTIONS(229), - [anon_sym_ATcopyright] = ACTIONS(229), - [anon_sym_ATtodo] = ACTIONS(229), - [anon_sym_ATexample] = ACTIONS(229), - [anon_sym_ATlicense] = ACTIONS(229), - [anon_sym_ATpackage] = ACTIONS(229), - [anon_sym_ATsource] = ACTIONS(229), - [anon_sym_ATsubpackage] = ACTIONS(229), - [anon_sym_ATuses] = ACTIONS(229), - [anon_sym_ATauthor] = ACTIONS(229), - [anon_sym_GT] = ACTIONS(229), - [anon_sym_ATglobal] = ACTIONS(229), - [anon_sym_ATlink] = ACTIONS(229), - [anon_sym_ATmethod] = ACTIONS(229), - [anon_sym_ATparam] = ACTIONS(227), - [anon_sym_ATproperty] = ACTIONS(227), - [anon_sym_ATproperty_DASHread] = ACTIONS(229), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(229), - [anon_sym_ATreturn] = ACTIONS(229), - [anon_sym_ATsee] = ACTIONS(229), - [anon_sym_ATthrows] = ACTIONS(229), - [anon_sym_ATvar] = ACTIONS(229), - [anon_sym_ATdeprecated] = ACTIONS(229), - [anon_sym_ATsince] = ACTIONS(229), - [anon_sym_ATversion] = ACTIONS(229), - [anon_sym_ATtemplate] = ACTIONS(227), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(229), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(229), - [anon_sym_of] = ACTIONS(227), - [anon_sym_ATimplements] = ACTIONS(229), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(229), - [anon_sym_ATextends] = ACTIONS(229), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(229), - [anon_sym_ATuse] = ACTIONS(227), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(229), - [anon_sym_ATafter] = ACTIONS(227), - [anon_sym_ATafterClass] = ACTIONS(229), - [anon_sym_ATannotation] = ACTIONS(229), - [anon_sym_ATbackupGlobals] = ACTIONS(229), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(229), - [anon_sym_ATbefore] = ACTIONS(227), - [anon_sym_ATbeforeClass] = ACTIONS(229), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(227), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(229), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(229), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(229), - [anon_sym_ATcovers] = ACTIONS(227), - [anon_sym_ATcoversDefaultClass] = ACTIONS(227), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(229), - [anon_sym_ATcoversNothing] = ACTIONS(229), - [anon_sym_ATdataProvider] = ACTIONS(229), - [anon_sym_ATdepends] = ACTIONS(227), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(229), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(229), - [anon_sym_ATgroup] = ACTIONS(229), - [anon_sym_ATlarge] = ACTIONS(229), - [anon_sym_ATmedium] = ACTIONS(229), - [anon_sym_ATpreserveGlobalState] = ACTIONS(229), - [anon_sym_ATrequires] = ACTIONS(227), - [anon_sym_ATrequiresusages] = ACTIONS(229), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(229), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(229), - [anon_sym_ATsmall] = ACTIONS(229), - [anon_sym_ATtest] = ACTIONS(227), - [anon_sym_ATtestWith] = ACTIONS(229), - [anon_sym_ATtestdox] = ACTIONS(229), - [anon_sym_ATticket] = ACTIONS(229), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(229), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(229), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(229), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(227), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(229), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(227), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(229), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(229), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(229), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(229), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(229), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(229), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(229), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(229), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(229), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(227), - [anon_sym_ATreadonly] = ACTIONS(229), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(229), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(229), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(229), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(229), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(229), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(229), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(229), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(229), - [anon_sym_ATparam_DASHout] = ACTIONS(229), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(229), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(227), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(229), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(229), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(229), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(229), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(229), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(229), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(229), - [anon_sym_ATmixin] = ACTIONS(229), - [anon_sym_LBRACK_RBRACK] = ACTIONS(231), - [anon_sym_COMMA] = ACTIONS(229), - [anon_sym_PIPE] = ACTIONS(229), - [anon_sym_AMP] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(229), - [anon_sym_DOLLAR] = ACTIONS(229), - [sym__end] = ACTIONS(229), - }, - [18] = { - [sym__description_not_version] = STATE(157), - [sym_inline_tag] = STATE(121), - [sym_version] = STATE(81), - [aux_sym__description_not_version_repeat1] = STATE(101), - [anon_sym_LBRACE] = ACTIONS(233), - [anon_sym_ATinheritdoc] = ACTIONS(235), - [anon_sym_ATinheritDoc] = ACTIONS(235), - [anon_sym_ATapi] = ACTIONS(235), - [anon_sym_ATfilesource] = ACTIONS(235), - [anon_sym_ATignore] = ACTIONS(235), - [anon_sym_ATinternal] = ACTIONS(235), - [anon_sym_ATcategory] = ACTIONS(235), - [anon_sym_ATcopyright] = ACTIONS(235), - [anon_sym_ATtodo] = ACTIONS(235), - [anon_sym_ATexample] = ACTIONS(235), - [anon_sym_ATlicense] = ACTIONS(235), - [anon_sym_ATpackage] = ACTIONS(237), - [anon_sym_ATsource] = ACTIONS(235), - [anon_sym_ATsubpackage] = ACTIONS(235), - [anon_sym_ATuses] = ACTIONS(235), - [anon_sym_ATauthor] = ACTIONS(235), - [anon_sym_ATglobal] = ACTIONS(235), - [anon_sym_ATlink] = ACTIONS(235), - [anon_sym_ATmethod] = ACTIONS(235), - [anon_sym_ATparam] = ACTIONS(237), - [anon_sym_ATproperty] = ACTIONS(237), - [anon_sym_ATproperty_DASHread] = ACTIONS(235), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(235), - [anon_sym_ATreturn] = ACTIONS(235), - [anon_sym_ATsee] = ACTIONS(235), - [anon_sym_ATthrows] = ACTIONS(235), - [anon_sym_ATvar] = ACTIONS(235), - [anon_sym_ATdeprecated] = ACTIONS(235), - [anon_sym_ATsince] = ACTIONS(235), - [anon_sym_ATversion] = ACTIONS(235), - [anon_sym_ATtemplate] = ACTIONS(237), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(235), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(235), - [anon_sym_ATimplements] = ACTIONS(235), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(235), - [anon_sym_ATextends] = ACTIONS(235), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(235), - [anon_sym_ATuse] = ACTIONS(237), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(235), - [anon_sym_ATafter] = ACTIONS(237), - [anon_sym_ATafterClass] = ACTIONS(235), - [anon_sym_ATannotation] = ACTIONS(235), - [anon_sym_ATbackupGlobals] = ACTIONS(235), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(235), - [anon_sym_ATbefore] = ACTIONS(237), - [anon_sym_ATbeforeClass] = ACTIONS(235), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(237), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(235), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(235), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(235), - [anon_sym_ATcovers] = ACTIONS(237), - [anon_sym_ATcoversDefaultClass] = ACTIONS(237), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(235), - [anon_sym_ATcoversNothing] = ACTIONS(235), - [anon_sym_ATdataProvider] = ACTIONS(235), - [anon_sym_ATdepends] = ACTIONS(237), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(235), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(235), - [anon_sym_ATgroup] = ACTIONS(235), - [anon_sym_ATlarge] = ACTIONS(235), - [anon_sym_ATmedium] = ACTIONS(235), - [anon_sym_ATpreserveGlobalState] = ACTIONS(235), - [anon_sym_ATrequires] = ACTIONS(237), - [anon_sym_ATrequiresusages] = ACTIONS(235), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(235), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(235), - [anon_sym_ATsmall] = ACTIONS(235), - [anon_sym_ATtest] = ACTIONS(237), - [anon_sym_ATtestWith] = ACTIONS(235), - [anon_sym_ATtestdox] = ACTIONS(235), - [anon_sym_ATticket] = ACTIONS(235), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(235), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(235), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(235), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(237), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(235), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(237), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(235), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(235), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(235), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(235), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(235), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(235), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(235), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(235), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(235), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(237), - [anon_sym_ATreadonly] = ACTIONS(235), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(235), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(235), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(235), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(235), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(235), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(235), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(235), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(235), - [anon_sym_ATparam_DASHout] = ACTIONS(235), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(235), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(237), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(235), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(235), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(235), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(235), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(235), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(235), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(235), - [anon_sym_ATmixin] = ACTIONS(235), - [aux_sym_version_token1] = ACTIONS(239), - [aux_sym_version_token2] = ACTIONS(241), - [anon_sym_ATpackage_version_AT] = ACTIONS(239), - [sym__version_vector] = ACTIONS(239), - [sym__end] = ACTIONS(235), - [sym__text_not_version] = ACTIONS(243), - }, - [19] = { - [sym__type_argument_list] = STATE(42), - [aux_sym_namespace_name_repeat1] = STATE(285), + [sym__type_argument_list] = STATE(44), + [aux_sym_namespace_name_repeat1] = STATE(288), [anon_sym_LBRACE] = ACTIONS(184), [anon_sym_ATinheritdoc] = ACTIONS(184), [anon_sym_ATinheritDoc] = ACTIONS(184), @@ -9324,7 +9092,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATsubpackage] = ACTIONS(184), [anon_sym_ATuses] = ACTIONS(184), [anon_sym_ATauthor] = ACTIONS(184), - [anon_sym_LT] = ACTIONS(245), + [anon_sym_LT] = ACTIONS(226), [anon_sym_ATglobal] = ACTIONS(184), [anon_sym_ATlink] = ACTIONS(184), [anon_sym_ATmethod] = ACTIONS(184), @@ -9424,125 +9192,365 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(184), [sym__text_after_type] = ACTIONS(184), }, + [18] = { + [sym__description_not_version] = STATE(150), + [sym_inline_tag] = STATE(121), + [sym_version] = STATE(82), + [aux_sym__description_not_version_repeat1] = STATE(96), + [anon_sym_LBRACE] = ACTIONS(229), + [anon_sym_ATinheritdoc] = ACTIONS(231), + [anon_sym_ATinheritDoc] = ACTIONS(231), + [anon_sym_ATapi] = ACTIONS(231), + [anon_sym_ATfilesource] = ACTIONS(231), + [anon_sym_ATignore] = ACTIONS(231), + [anon_sym_ATinternal] = ACTIONS(231), + [anon_sym_ATcategory] = ACTIONS(231), + [anon_sym_ATcopyright] = ACTIONS(231), + [anon_sym_ATtodo] = ACTIONS(231), + [anon_sym_ATexample] = ACTIONS(231), + [anon_sym_ATlicense] = ACTIONS(231), + [anon_sym_ATpackage] = ACTIONS(233), + [anon_sym_ATsource] = ACTIONS(231), + [anon_sym_ATsubpackage] = ACTIONS(231), + [anon_sym_ATuses] = ACTIONS(231), + [anon_sym_ATauthor] = ACTIONS(231), + [anon_sym_ATglobal] = ACTIONS(231), + [anon_sym_ATlink] = ACTIONS(231), + [anon_sym_ATmethod] = ACTIONS(231), + [anon_sym_ATparam] = ACTIONS(233), + [anon_sym_ATproperty] = ACTIONS(233), + [anon_sym_ATproperty_DASHread] = ACTIONS(231), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(231), + [anon_sym_ATreturn] = ACTIONS(231), + [anon_sym_ATsee] = ACTIONS(231), + [anon_sym_ATthrows] = ACTIONS(231), + [anon_sym_ATvar] = ACTIONS(231), + [anon_sym_ATdeprecated] = ACTIONS(231), + [anon_sym_ATsince] = ACTIONS(231), + [anon_sym_ATversion] = ACTIONS(231), + [anon_sym_ATtemplate] = ACTIONS(233), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(231), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(231), + [anon_sym_ATimplements] = ACTIONS(231), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(231), + [anon_sym_ATextends] = ACTIONS(231), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(231), + [anon_sym_ATuse] = ACTIONS(233), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(231), + [anon_sym_ATafter] = ACTIONS(233), + [anon_sym_ATafterClass] = ACTIONS(231), + [anon_sym_ATannotation] = ACTIONS(231), + [anon_sym_ATbackupGlobals] = ACTIONS(231), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(231), + [anon_sym_ATbefore] = ACTIONS(233), + [anon_sym_ATbeforeClass] = ACTIONS(231), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(233), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(231), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(231), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(231), + [anon_sym_ATcovers] = ACTIONS(233), + [anon_sym_ATcoversDefaultClass] = ACTIONS(233), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(231), + [anon_sym_ATcoversNothing] = ACTIONS(231), + [anon_sym_ATdataProvider] = ACTIONS(231), + [anon_sym_ATdepends] = ACTIONS(233), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(231), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(231), + [anon_sym_ATgroup] = ACTIONS(231), + [anon_sym_ATlarge] = ACTIONS(231), + [anon_sym_ATmedium] = ACTIONS(231), + [anon_sym_ATpreserveGlobalState] = ACTIONS(231), + [anon_sym_ATrequires] = ACTIONS(233), + [anon_sym_ATrequiresusages] = ACTIONS(231), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(231), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(231), + [anon_sym_ATsmall] = ACTIONS(231), + [anon_sym_ATtest] = ACTIONS(233), + [anon_sym_ATtestWith] = ACTIONS(231), + [anon_sym_ATtestdox] = ACTIONS(231), + [anon_sym_ATticket] = ACTIONS(231), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(231), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(231), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(231), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(233), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(231), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(233), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(231), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(231), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(231), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(231), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(231), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(231), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(231), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(231), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(231), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(233), + [anon_sym_ATreadonly] = ACTIONS(231), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(231), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(231), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(231), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(231), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(231), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(231), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(231), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(231), + [anon_sym_ATparam_DASHout] = ACTIONS(231), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(231), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(233), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(231), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(231), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(231), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(231), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(231), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(231), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(231), + [anon_sym_ATmixin] = ACTIONS(231), + [aux_sym_version_token1] = ACTIONS(235), + [aux_sym_version_token2] = ACTIONS(237), + [anon_sym_ATpackage_version_AT] = ACTIONS(235), + [sym__version_vector] = ACTIONS(235), + [sym__end] = ACTIONS(231), + [sym__text_not_version] = ACTIONS(239), + }, + [19] = { + [sym__type_argument_named_type] = STATE(31), + [sym_name] = ACTIONS(241), + [anon_sym_ATinheritdoc] = ACTIONS(243), + [anon_sym_ATinheritDoc] = ACTIONS(243), + [anon_sym_ATapi] = ACTIONS(243), + [anon_sym_ATfilesource] = ACTIONS(243), + [anon_sym_ATignore] = ACTIONS(243), + [anon_sym_ATinternal] = ACTIONS(243), + [anon_sym_ATcategory] = ACTIONS(243), + [anon_sym_ATcopyright] = ACTIONS(243), + [anon_sym_ATtodo] = ACTIONS(243), + [anon_sym_ATexample] = ACTIONS(243), + [anon_sym_ATlicense] = ACTIONS(243), + [anon_sym_ATpackage] = ACTIONS(243), + [anon_sym_ATsource] = ACTIONS(243), + [anon_sym_ATsubpackage] = ACTIONS(243), + [anon_sym_ATuses] = ACTIONS(243), + [anon_sym_ATauthor] = ACTIONS(243), + [anon_sym_LT] = ACTIONS(245), + [anon_sym_GT] = ACTIONS(243), + [anon_sym_ATglobal] = ACTIONS(243), + [anon_sym_ATlink] = ACTIONS(243), + [anon_sym_ATmethod] = ACTIONS(243), + [anon_sym_ATparam] = ACTIONS(241), + [anon_sym_ATproperty] = ACTIONS(241), + [anon_sym_ATproperty_DASHread] = ACTIONS(243), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(243), + [anon_sym_ATreturn] = ACTIONS(243), + [anon_sym_ATsee] = ACTIONS(243), + [anon_sym_ATthrows] = ACTIONS(243), + [anon_sym_ATvar] = ACTIONS(243), + [anon_sym_ATdeprecated] = ACTIONS(243), + [anon_sym_ATsince] = ACTIONS(243), + [anon_sym_ATversion] = ACTIONS(243), + [anon_sym_ATtemplate] = ACTIONS(241), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(243), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(243), + [anon_sym_of] = ACTIONS(241), + [anon_sym_ATimplements] = ACTIONS(243), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(243), + [anon_sym_ATextends] = ACTIONS(243), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(243), + [anon_sym_ATuse] = ACTIONS(241), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(243), + [anon_sym_ATafter] = ACTIONS(241), + [anon_sym_ATafterClass] = ACTIONS(243), + [anon_sym_ATannotation] = ACTIONS(243), + [anon_sym_ATbackupGlobals] = ACTIONS(243), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(243), + [anon_sym_ATbefore] = ACTIONS(241), + [anon_sym_ATbeforeClass] = ACTIONS(243), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(241), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(243), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(243), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(243), + [anon_sym_ATcovers] = ACTIONS(241), + [anon_sym_ATcoversDefaultClass] = ACTIONS(241), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(243), + [anon_sym_ATcoversNothing] = ACTIONS(243), + [anon_sym_ATdataProvider] = ACTIONS(243), + [anon_sym_ATdepends] = ACTIONS(241), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(243), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(243), + [anon_sym_ATgroup] = ACTIONS(243), + [anon_sym_ATlarge] = ACTIONS(243), + [anon_sym_ATmedium] = ACTIONS(243), + [anon_sym_ATpreserveGlobalState] = ACTIONS(243), + [anon_sym_ATrequires] = ACTIONS(241), + [anon_sym_ATrequiresusages] = ACTIONS(243), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(243), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(243), + [anon_sym_ATsmall] = ACTIONS(243), + [anon_sym_ATtest] = ACTIONS(241), + [anon_sym_ATtestWith] = ACTIONS(243), + [anon_sym_ATtestdox] = ACTIONS(243), + [anon_sym_ATticket] = ACTIONS(243), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(243), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(243), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(243), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(241), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(243), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(241), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(243), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(243), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(243), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(243), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(243), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(243), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(243), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(243), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(243), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(241), + [anon_sym_ATreadonly] = ACTIONS(243), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(243), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(243), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(243), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(243), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(243), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(243), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(243), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(243), + [anon_sym_ATparam_DASHout] = ACTIONS(243), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(243), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(241), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(243), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(243), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(243), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(243), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(243), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(243), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(243), + [anon_sym_ATmixin] = ACTIONS(243), + [anon_sym_COMMA] = ACTIONS(243), + [anon_sym_PIPE] = ACTIONS(243), + [anon_sym_AMP] = ACTIONS(243), + [anon_sym_RPAREN] = ACTIONS(243), + [anon_sym_DOLLAR] = ACTIONS(243), + [sym__end] = ACTIONS(243), + }, [20] = { - [sym__type_argument_named_type] = STATE(32), - [sym_name] = ACTIONS(248), - [anon_sym_ATinheritdoc] = ACTIONS(250), - [anon_sym_ATinheritDoc] = ACTIONS(250), - [anon_sym_ATapi] = ACTIONS(250), - [anon_sym_ATfilesource] = ACTIONS(250), - [anon_sym_ATignore] = ACTIONS(250), - [anon_sym_ATinternal] = ACTIONS(250), - [anon_sym_ATcategory] = ACTIONS(250), - [anon_sym_ATcopyright] = ACTIONS(250), - [anon_sym_ATtodo] = ACTIONS(250), - [anon_sym_ATexample] = ACTIONS(250), - [anon_sym_ATlicense] = ACTIONS(250), - [anon_sym_ATpackage] = ACTIONS(250), - [anon_sym_ATsource] = ACTIONS(250), - [anon_sym_ATsubpackage] = ACTIONS(250), - [anon_sym_ATuses] = ACTIONS(250), - [anon_sym_ATauthor] = ACTIONS(250), - [anon_sym_LT] = ACTIONS(252), - [anon_sym_GT] = ACTIONS(250), - [anon_sym_ATglobal] = ACTIONS(250), - [anon_sym_ATlink] = ACTIONS(250), - [anon_sym_ATmethod] = ACTIONS(250), - [anon_sym_ATparam] = ACTIONS(248), - [anon_sym_ATproperty] = ACTIONS(248), - [anon_sym_ATproperty_DASHread] = ACTIONS(250), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(250), - [anon_sym_ATreturn] = ACTIONS(250), - [anon_sym_ATsee] = ACTIONS(250), - [anon_sym_ATthrows] = ACTIONS(250), - [anon_sym_ATvar] = ACTIONS(250), - [anon_sym_ATdeprecated] = ACTIONS(250), - [anon_sym_ATsince] = ACTIONS(250), - [anon_sym_ATversion] = ACTIONS(250), - [anon_sym_ATtemplate] = ACTIONS(248), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(250), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(250), - [anon_sym_of] = ACTIONS(248), - [anon_sym_ATimplements] = ACTIONS(250), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(250), - [anon_sym_ATextends] = ACTIONS(250), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(250), - [anon_sym_ATuse] = ACTIONS(248), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(250), - [anon_sym_ATafter] = ACTIONS(248), - [anon_sym_ATafterClass] = ACTIONS(250), - [anon_sym_ATannotation] = ACTIONS(250), - [anon_sym_ATbackupGlobals] = ACTIONS(250), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(250), - [anon_sym_ATbefore] = ACTIONS(248), - [anon_sym_ATbeforeClass] = ACTIONS(250), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(248), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(250), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(250), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(250), - [anon_sym_ATcovers] = ACTIONS(248), - [anon_sym_ATcoversDefaultClass] = ACTIONS(248), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(250), - [anon_sym_ATcoversNothing] = ACTIONS(250), - [anon_sym_ATdataProvider] = ACTIONS(250), - [anon_sym_ATdepends] = ACTIONS(248), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(250), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(250), - [anon_sym_ATgroup] = ACTIONS(250), - [anon_sym_ATlarge] = ACTIONS(250), - [anon_sym_ATmedium] = ACTIONS(250), - [anon_sym_ATpreserveGlobalState] = ACTIONS(250), - [anon_sym_ATrequires] = ACTIONS(248), - [anon_sym_ATrequiresusages] = ACTIONS(250), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(250), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(250), - [anon_sym_ATsmall] = ACTIONS(250), - [anon_sym_ATtest] = ACTIONS(248), - [anon_sym_ATtestWith] = ACTIONS(250), - [anon_sym_ATtestdox] = ACTIONS(250), - [anon_sym_ATticket] = ACTIONS(250), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(250), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(250), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(250), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(248), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(250), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(248), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(250), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(250), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(250), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(250), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(250), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(250), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(250), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(250), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(250), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(248), - [anon_sym_ATreadonly] = ACTIONS(250), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(250), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(250), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(250), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(250), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(250), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(250), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(250), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(250), - [anon_sym_ATparam_DASHout] = ACTIONS(250), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(250), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(248), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(250), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(250), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(250), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(250), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(250), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(250), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(250), - [anon_sym_ATmixin] = ACTIONS(250), - [anon_sym_COMMA] = ACTIONS(250), - [anon_sym_PIPE] = ACTIONS(250), - [anon_sym_AMP] = ACTIONS(250), - [anon_sym_RPAREN] = ACTIONS(250), - [anon_sym_DOLLAR] = ACTIONS(250), - [sym__end] = ACTIONS(250), + [aux_sym__phpdoc_array_types_repeat1] = STATE(20), + [sym_name] = ACTIONS(247), + [anon_sym_ATinheritdoc] = ACTIONS(249), + [anon_sym_ATinheritDoc] = ACTIONS(249), + [anon_sym_ATapi] = ACTIONS(249), + [anon_sym_ATfilesource] = ACTIONS(249), + [anon_sym_ATignore] = ACTIONS(249), + [anon_sym_ATinternal] = ACTIONS(249), + [anon_sym_ATcategory] = ACTIONS(249), + [anon_sym_ATcopyright] = ACTIONS(249), + [anon_sym_ATtodo] = ACTIONS(249), + [anon_sym_ATexample] = ACTIONS(249), + [anon_sym_ATlicense] = ACTIONS(249), + [anon_sym_ATpackage] = ACTIONS(249), + [anon_sym_ATsource] = ACTIONS(249), + [anon_sym_ATsubpackage] = ACTIONS(249), + [anon_sym_ATuses] = ACTIONS(249), + [anon_sym_ATauthor] = ACTIONS(249), + [anon_sym_GT] = ACTIONS(249), + [anon_sym_ATglobal] = ACTIONS(249), + [anon_sym_ATlink] = ACTIONS(249), + [anon_sym_ATmethod] = ACTIONS(249), + [anon_sym_ATparam] = ACTIONS(247), + [anon_sym_ATproperty] = ACTIONS(247), + [anon_sym_ATproperty_DASHread] = ACTIONS(249), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(249), + [anon_sym_ATreturn] = ACTIONS(249), + [anon_sym_ATsee] = ACTIONS(249), + [anon_sym_ATthrows] = ACTIONS(249), + [anon_sym_ATvar] = ACTIONS(249), + [anon_sym_ATdeprecated] = ACTIONS(249), + [anon_sym_ATsince] = ACTIONS(249), + [anon_sym_ATversion] = ACTIONS(249), + [anon_sym_ATtemplate] = ACTIONS(247), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(249), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(249), + [anon_sym_of] = ACTIONS(247), + [anon_sym_ATimplements] = ACTIONS(249), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(249), + [anon_sym_ATextends] = ACTIONS(249), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(249), + [anon_sym_ATuse] = ACTIONS(247), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(249), + [anon_sym_ATafter] = ACTIONS(247), + [anon_sym_ATafterClass] = ACTIONS(249), + [anon_sym_ATannotation] = ACTIONS(249), + [anon_sym_ATbackupGlobals] = ACTIONS(249), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(249), + [anon_sym_ATbefore] = ACTIONS(247), + [anon_sym_ATbeforeClass] = ACTIONS(249), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(247), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(249), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(249), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(249), + [anon_sym_ATcovers] = ACTIONS(247), + [anon_sym_ATcoversDefaultClass] = ACTIONS(247), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(249), + [anon_sym_ATcoversNothing] = ACTIONS(249), + [anon_sym_ATdataProvider] = ACTIONS(249), + [anon_sym_ATdepends] = ACTIONS(247), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(249), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(249), + [anon_sym_ATgroup] = ACTIONS(249), + [anon_sym_ATlarge] = ACTIONS(249), + [anon_sym_ATmedium] = ACTIONS(249), + [anon_sym_ATpreserveGlobalState] = ACTIONS(249), + [anon_sym_ATrequires] = ACTIONS(247), + [anon_sym_ATrequiresusages] = ACTIONS(249), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(249), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(249), + [anon_sym_ATsmall] = ACTIONS(249), + [anon_sym_ATtest] = ACTIONS(247), + [anon_sym_ATtestWith] = ACTIONS(249), + [anon_sym_ATtestdox] = ACTIONS(249), + [anon_sym_ATticket] = ACTIONS(249), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(249), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(249), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(249), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(247), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(249), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(247), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(249), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(249), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(249), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(249), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(249), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(249), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(249), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(249), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(249), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(247), + [anon_sym_ATreadonly] = ACTIONS(249), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(249), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(249), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(249), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(249), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(249), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(249), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(249), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(249), + [anon_sym_ATparam_DASHout] = ACTIONS(249), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(249), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(247), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(249), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(249), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(249), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(249), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(249), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(249), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(249), + [anon_sym_ATmixin] = ACTIONS(249), + [anon_sym_LBRACK_RBRACK] = ACTIONS(251), + [anon_sym_COMMA] = ACTIONS(249), + [anon_sym_PIPE] = ACTIONS(249), + [anon_sym_AMP] = ACTIONS(249), + [anon_sym_RPAREN] = ACTIONS(249), + [anon_sym_DOLLAR] = ACTIONS(249), + [sym__end] = ACTIONS(249), }, [21] = { [sym_name] = ACTIONS(254), @@ -9785,9 +9793,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(260), }, [23] = { - [aux_sym_union_type_repeat1] = STATE(52), - [aux_sym_intersection_type_repeat1] = STATE(36), - [aux_sym_disjunctive_normal_form_type_repeat1] = STATE(50), + [aux_sym_union_type_repeat1] = STATE(49), + [aux_sym_intersection_type_repeat1] = STATE(37), + [aux_sym_disjunctive_normal_form_type_repeat1] = STATE(52), [sym_name] = ACTIONS(262), [anon_sym_ATinheritdoc] = ACTIONS(267), [anon_sym_ATinheritDoc] = ACTIONS(267), @@ -9904,7 +9912,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(267), }, [24] = { - [aux_sym__phpdoc_array_types_repeat1] = STATE(44), + [aux_sym__phpdoc_array_types_repeat1] = STATE(48), [anon_sym_LBRACE] = ACTIONS(214), [anon_sym_ATinheritdoc] = ACTIONS(214), [anon_sym_ATinheritDoc] = ACTIONS(214), @@ -10022,125 +10030,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__text_after_type] = ACTIONS(214), }, [25] = { - [sym_name] = ACTIONS(248), - [anon_sym_ATinheritdoc] = ACTIONS(250), - [anon_sym_ATinheritDoc] = ACTIONS(250), - [anon_sym_ATapi] = ACTIONS(250), - [anon_sym_ATfilesource] = ACTIONS(250), - [anon_sym_ATignore] = ACTIONS(250), - [anon_sym_ATinternal] = ACTIONS(250), - [anon_sym_ATcategory] = ACTIONS(250), - [anon_sym_ATcopyright] = ACTIONS(250), - [anon_sym_ATtodo] = ACTIONS(250), - [anon_sym_ATexample] = ACTIONS(250), - [anon_sym_ATlicense] = ACTIONS(250), - [anon_sym_ATpackage] = ACTIONS(250), - [anon_sym_ATsource] = ACTIONS(250), - [anon_sym_ATsubpackage] = ACTIONS(250), - [anon_sym_ATuses] = ACTIONS(250), - [anon_sym_ATauthor] = ACTIONS(250), - [anon_sym_GT] = ACTIONS(250), - [anon_sym_ATglobal] = ACTIONS(250), - [anon_sym_ATlink] = ACTIONS(250), - [anon_sym_ATmethod] = ACTIONS(250), - [anon_sym_ATparam] = ACTIONS(248), - [anon_sym_ATproperty] = ACTIONS(248), - [anon_sym_ATproperty_DASHread] = ACTIONS(250), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(250), - [anon_sym_ATreturn] = ACTIONS(250), - [anon_sym_ATsee] = ACTIONS(250), - [anon_sym_ATthrows] = ACTIONS(250), - [anon_sym_ATvar] = ACTIONS(250), - [anon_sym_ATdeprecated] = ACTIONS(250), - [anon_sym_ATsince] = ACTIONS(250), - [anon_sym_ATversion] = ACTIONS(250), - [anon_sym_ATtemplate] = ACTIONS(248), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(250), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(250), - [anon_sym_of] = ACTIONS(248), - [anon_sym_ATimplements] = ACTIONS(250), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(250), - [anon_sym_ATextends] = ACTIONS(250), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(250), - [anon_sym_ATuse] = ACTIONS(248), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(250), - [anon_sym_ATafter] = ACTIONS(248), - [anon_sym_ATafterClass] = ACTIONS(250), - [anon_sym_ATannotation] = ACTIONS(250), - [anon_sym_ATbackupGlobals] = ACTIONS(250), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(250), - [anon_sym_ATbefore] = ACTIONS(248), - [anon_sym_ATbeforeClass] = ACTIONS(250), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(248), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(250), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(250), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(250), - [anon_sym_ATcovers] = ACTIONS(248), - [anon_sym_ATcoversDefaultClass] = ACTIONS(248), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(250), - [anon_sym_ATcoversNothing] = ACTIONS(250), - [anon_sym_ATdataProvider] = ACTIONS(250), - [anon_sym_ATdepends] = ACTIONS(248), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(250), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(250), - [anon_sym_ATgroup] = ACTIONS(250), - [anon_sym_ATlarge] = ACTIONS(250), - [anon_sym_ATmedium] = ACTIONS(250), - [anon_sym_ATpreserveGlobalState] = ACTIONS(250), - [anon_sym_ATrequires] = ACTIONS(248), - [anon_sym_ATrequiresusages] = ACTIONS(250), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(250), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(250), - [anon_sym_ATsmall] = ACTIONS(250), - [anon_sym_ATtest] = ACTIONS(248), - [anon_sym_ATtestWith] = ACTIONS(250), - [anon_sym_ATtestdox] = ACTIONS(250), - [anon_sym_ATticket] = ACTIONS(250), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(250), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(250), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(250), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(248), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(250), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(248), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(250), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(250), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(250), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(250), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(250), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(250), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(250), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(250), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(250), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(248), - [anon_sym_ATreadonly] = ACTIONS(250), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(250), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(250), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(250), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(250), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(250), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(250), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(250), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(250), - [anon_sym_ATparam_DASHout] = ACTIONS(250), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(250), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(248), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(250), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(250), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(250), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(250), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(250), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(250), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(250), - [anon_sym_ATmixin] = ACTIONS(250), - [anon_sym_COMMA] = ACTIONS(250), - [anon_sym_PIPE] = ACTIONS(250), - [anon_sym_AMP] = ACTIONS(250), - [anon_sym_RPAREN] = ACTIONS(250), - [anon_sym_DOLLAR] = ACTIONS(250), - [sym__end] = ACTIONS(250), + [sym_name] = ACTIONS(241), + [anon_sym_ATinheritdoc] = ACTIONS(243), + [anon_sym_ATinheritDoc] = ACTIONS(243), + [anon_sym_ATapi] = ACTIONS(243), + [anon_sym_ATfilesource] = ACTIONS(243), + [anon_sym_ATignore] = ACTIONS(243), + [anon_sym_ATinternal] = ACTIONS(243), + [anon_sym_ATcategory] = ACTIONS(243), + [anon_sym_ATcopyright] = ACTIONS(243), + [anon_sym_ATtodo] = ACTIONS(243), + [anon_sym_ATexample] = ACTIONS(243), + [anon_sym_ATlicense] = ACTIONS(243), + [anon_sym_ATpackage] = ACTIONS(243), + [anon_sym_ATsource] = ACTIONS(243), + [anon_sym_ATsubpackage] = ACTIONS(243), + [anon_sym_ATuses] = ACTIONS(243), + [anon_sym_ATauthor] = ACTIONS(243), + [anon_sym_GT] = ACTIONS(243), + [anon_sym_ATglobal] = ACTIONS(243), + [anon_sym_ATlink] = ACTIONS(243), + [anon_sym_ATmethod] = ACTIONS(243), + [anon_sym_ATparam] = ACTIONS(241), + [anon_sym_ATproperty] = ACTIONS(241), + [anon_sym_ATproperty_DASHread] = ACTIONS(243), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(243), + [anon_sym_ATreturn] = ACTIONS(243), + [anon_sym_ATsee] = ACTIONS(243), + [anon_sym_ATthrows] = ACTIONS(243), + [anon_sym_ATvar] = ACTIONS(243), + [anon_sym_ATdeprecated] = ACTIONS(243), + [anon_sym_ATsince] = ACTIONS(243), + [anon_sym_ATversion] = ACTIONS(243), + [anon_sym_ATtemplate] = ACTIONS(241), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(243), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(243), + [anon_sym_of] = ACTIONS(241), + [anon_sym_ATimplements] = ACTIONS(243), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(243), + [anon_sym_ATextends] = ACTIONS(243), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(243), + [anon_sym_ATuse] = ACTIONS(241), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(243), + [anon_sym_ATafter] = ACTIONS(241), + [anon_sym_ATafterClass] = ACTIONS(243), + [anon_sym_ATannotation] = ACTIONS(243), + [anon_sym_ATbackupGlobals] = ACTIONS(243), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(243), + [anon_sym_ATbefore] = ACTIONS(241), + [anon_sym_ATbeforeClass] = ACTIONS(243), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(241), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(243), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(243), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(243), + [anon_sym_ATcovers] = ACTIONS(241), + [anon_sym_ATcoversDefaultClass] = ACTIONS(241), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(243), + [anon_sym_ATcoversNothing] = ACTIONS(243), + [anon_sym_ATdataProvider] = ACTIONS(243), + [anon_sym_ATdepends] = ACTIONS(241), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(243), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(243), + [anon_sym_ATgroup] = ACTIONS(243), + [anon_sym_ATlarge] = ACTIONS(243), + [anon_sym_ATmedium] = ACTIONS(243), + [anon_sym_ATpreserveGlobalState] = ACTIONS(243), + [anon_sym_ATrequires] = ACTIONS(241), + [anon_sym_ATrequiresusages] = ACTIONS(243), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(243), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(243), + [anon_sym_ATsmall] = ACTIONS(243), + [anon_sym_ATtest] = ACTIONS(241), + [anon_sym_ATtestWith] = ACTIONS(243), + [anon_sym_ATtestdox] = ACTIONS(243), + [anon_sym_ATticket] = ACTIONS(243), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(243), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(243), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(243), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(241), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(243), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(241), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(243), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(243), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(243), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(243), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(243), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(243), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(243), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(243), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(243), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(241), + [anon_sym_ATreadonly] = ACTIONS(243), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(243), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(243), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(243), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(243), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(243), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(243), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(243), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(243), + [anon_sym_ATparam_DASHout] = ACTIONS(243), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(243), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(241), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(243), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(243), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(243), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(243), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(243), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(243), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(243), + [anon_sym_ATmixin] = ACTIONS(243), + [anon_sym_COMMA] = ACTIONS(243), + [anon_sym_PIPE] = ACTIONS(243), + [anon_sym_AMP] = ACTIONS(243), + [anon_sym_RPAREN] = ACTIONS(243), + [anon_sym_DOLLAR] = ACTIONS(243), + [sym__end] = ACTIONS(243), }, [26] = { - [sym__type_argument_list] = STATE(42), + [sym__type_argument_list] = STATE(44), [anon_sym_LBRACE] = ACTIONS(184), [anon_sym_ATinheritdoc] = ACTIONS(184), [anon_sym_ATinheritDoc] = ACTIONS(184), @@ -10158,7 +10166,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATsubpackage] = ACTIONS(184), [anon_sym_ATuses] = ACTIONS(184), [anon_sym_ATauthor] = ACTIONS(184), - [anon_sym_LT] = ACTIONS(245), + [anon_sym_LT] = ACTIONS(226), [anon_sym_ATglobal] = ACTIONS(184), [anon_sym_ATlink] = ACTIONS(184), [anon_sym_ATmethod] = ACTIONS(184), @@ -10376,122 +10384,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(282), }, [28] = { - [sym__type_argument_list] = STATE(111), - [aux_sym_namespace_name_repeat1] = STATE(285), - [anon_sym_LBRACE] = ACTIONS(184), - [anon_sym_ATinheritdoc] = ACTIONS(184), - [anon_sym_ATinheritDoc] = ACTIONS(184), - [anon_sym_ATapi] = ACTIONS(184), - [anon_sym_ATfilesource] = ACTIONS(184), - [anon_sym_ATignore] = ACTIONS(184), - [anon_sym_ATinternal] = ACTIONS(184), - [anon_sym_ATcategory] = ACTIONS(184), - [anon_sym_ATcopyright] = ACTIONS(184), - [anon_sym_ATtodo] = ACTIONS(184), - [anon_sym_ATexample] = ACTIONS(184), - [anon_sym_ATlicense] = ACTIONS(184), - [anon_sym_ATpackage] = ACTIONS(184), - [anon_sym_ATsource] = ACTIONS(184), - [anon_sym_ATsubpackage] = ACTIONS(184), - [anon_sym_ATuses] = ACTIONS(184), - [anon_sym_ATauthor] = ACTIONS(184), - [anon_sym_LT] = ACTIONS(284), - [anon_sym_ATglobal] = ACTIONS(184), - [anon_sym_ATlink] = ACTIONS(184), - [anon_sym_ATmethod] = ACTIONS(184), - [anon_sym_ATparam] = ACTIONS(182), - [anon_sym_ATproperty] = ACTIONS(182), - [anon_sym_ATproperty_DASHread] = ACTIONS(184), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(184), - [anon_sym_ATreturn] = ACTIONS(184), - [anon_sym_ATsee] = ACTIONS(184), - [anon_sym_ATthrows] = ACTIONS(184), - [anon_sym_ATvar] = ACTIONS(184), - [anon_sym_ATdeprecated] = ACTIONS(184), - [anon_sym_ATsince] = ACTIONS(184), - [anon_sym_ATversion] = ACTIONS(184), - [anon_sym_ATtemplate] = ACTIONS(182), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(184), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(184), - [anon_sym_ATimplements] = ACTIONS(184), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(184), - [anon_sym_ATextends] = ACTIONS(184), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(184), - [anon_sym_ATuse] = ACTIONS(182), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(184), - [anon_sym_ATafter] = ACTIONS(182), - [anon_sym_ATafterClass] = ACTIONS(184), - [anon_sym_ATannotation] = ACTIONS(184), - [anon_sym_ATbackupGlobals] = ACTIONS(184), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(184), - [anon_sym_ATbefore] = ACTIONS(182), - [anon_sym_ATbeforeClass] = ACTIONS(184), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(182), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(184), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(184), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(184), - [anon_sym_ATcovers] = ACTIONS(182), - [anon_sym_ATcoversDefaultClass] = ACTIONS(182), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(184), - [anon_sym_ATcoversNothing] = ACTIONS(184), - [anon_sym_ATdataProvider] = ACTIONS(184), - [anon_sym_ATdepends] = ACTIONS(182), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(184), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(184), - [anon_sym_ATgroup] = ACTIONS(184), - [anon_sym_ATlarge] = ACTIONS(184), - [anon_sym_ATmedium] = ACTIONS(184), - [anon_sym_ATpreserveGlobalState] = ACTIONS(184), - [anon_sym_ATrequires] = ACTIONS(182), - [anon_sym_ATrequiresusages] = ACTIONS(184), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(184), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(184), - [anon_sym_ATsmall] = ACTIONS(184), - [anon_sym_ATtest] = ACTIONS(182), - [anon_sym_ATtestWith] = ACTIONS(184), - [anon_sym_ATtestdox] = ACTIONS(184), - [anon_sym_ATticket] = ACTIONS(184), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(184), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(184), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(184), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(182), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(184), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(182), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(184), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(184), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(184), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(184), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(184), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(184), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(184), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(184), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(184), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(182), - [anon_sym_ATreadonly] = ACTIONS(184), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(184), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(184), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(184), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(184), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(184), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(184), - [anon_sym_ATparam_DASHout] = ACTIONS(184), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(184), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(182), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(184), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(184), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(184), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(184), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(184), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(184), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(184), - [anon_sym_ATmixin] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(189), - [anon_sym_LPAREN_RPAREN] = ACTIONS(286), - [anon_sym_COLON_COLON] = ACTIONS(184), - [sym__end] = ACTIONS(184), - [sym_text] = ACTIONS(184), + [sym_name] = ACTIONS(284), + [anon_sym_ATinheritdoc] = ACTIONS(286), + [anon_sym_ATinheritDoc] = ACTIONS(286), + [anon_sym_ATapi] = ACTIONS(286), + [anon_sym_ATfilesource] = ACTIONS(286), + [anon_sym_ATignore] = ACTIONS(286), + [anon_sym_ATinternal] = ACTIONS(286), + [anon_sym_ATcategory] = ACTIONS(286), + [anon_sym_ATcopyright] = ACTIONS(286), + [anon_sym_ATtodo] = ACTIONS(286), + [anon_sym_ATexample] = ACTIONS(286), + [anon_sym_ATlicense] = ACTIONS(286), + [anon_sym_ATpackage] = ACTIONS(286), + [anon_sym_ATsource] = ACTIONS(286), + [anon_sym_ATsubpackage] = ACTIONS(286), + [anon_sym_ATuses] = ACTIONS(286), + [anon_sym_ATauthor] = ACTIONS(286), + [anon_sym_GT] = ACTIONS(286), + [anon_sym_ATglobal] = ACTIONS(286), + [anon_sym_ATlink] = ACTIONS(286), + [anon_sym_ATmethod] = ACTIONS(286), + [anon_sym_ATparam] = ACTIONS(284), + [anon_sym_ATproperty] = ACTIONS(284), + [anon_sym_ATproperty_DASHread] = ACTIONS(286), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(286), + [anon_sym_ATreturn] = ACTIONS(286), + [anon_sym_ATsee] = ACTIONS(286), + [anon_sym_ATthrows] = ACTIONS(286), + [anon_sym_ATvar] = ACTIONS(286), + [anon_sym_ATdeprecated] = ACTIONS(286), + [anon_sym_ATsince] = ACTIONS(286), + [anon_sym_ATversion] = ACTIONS(286), + [anon_sym_ATtemplate] = ACTIONS(284), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(286), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(286), + [anon_sym_of] = ACTIONS(284), + [anon_sym_ATimplements] = ACTIONS(286), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(286), + [anon_sym_ATextends] = ACTIONS(286), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(286), + [anon_sym_ATuse] = ACTIONS(284), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(286), + [anon_sym_ATafter] = ACTIONS(284), + [anon_sym_ATafterClass] = ACTIONS(286), + [anon_sym_ATannotation] = ACTIONS(286), + [anon_sym_ATbackupGlobals] = ACTIONS(286), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(286), + [anon_sym_ATbefore] = ACTIONS(284), + [anon_sym_ATbeforeClass] = ACTIONS(286), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(284), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(286), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(286), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(286), + [anon_sym_ATcovers] = ACTIONS(284), + [anon_sym_ATcoversDefaultClass] = ACTIONS(284), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(286), + [anon_sym_ATcoversNothing] = ACTIONS(286), + [anon_sym_ATdataProvider] = ACTIONS(286), + [anon_sym_ATdepends] = ACTIONS(284), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(286), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(286), + [anon_sym_ATgroup] = ACTIONS(286), + [anon_sym_ATlarge] = ACTIONS(286), + [anon_sym_ATmedium] = ACTIONS(286), + [anon_sym_ATpreserveGlobalState] = ACTIONS(286), + [anon_sym_ATrequires] = ACTIONS(284), + [anon_sym_ATrequiresusages] = ACTIONS(286), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(286), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(286), + [anon_sym_ATsmall] = ACTIONS(286), + [anon_sym_ATtest] = ACTIONS(284), + [anon_sym_ATtestWith] = ACTIONS(286), + [anon_sym_ATtestdox] = ACTIONS(286), + [anon_sym_ATticket] = ACTIONS(286), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(286), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(286), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(286), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(284), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(286), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(284), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(286), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(286), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(286), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(286), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(286), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(286), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(286), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(286), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(286), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(284), + [anon_sym_ATreadonly] = ACTIONS(286), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(286), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(286), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(286), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(286), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(286), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(286), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(286), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(286), + [anon_sym_ATparam_DASHout] = ACTIONS(286), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(286), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(284), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(286), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(286), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(286), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(286), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(286), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(286), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(286), + [anon_sym_ATmixin] = ACTIONS(286), + [anon_sym_COMMA] = ACTIONS(286), + [anon_sym_PIPE] = ACTIONS(286), + [anon_sym_AMP] = ACTIONS(286), + [anon_sym_RPAREN] = ACTIONS(286), + [anon_sym_DOLLAR] = ACTIONS(286), + [sym__end] = ACTIONS(286), }, [29] = { [sym_name] = ACTIONS(288), @@ -10612,122 +10620,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(290), }, [30] = { - [sym_name] = ACTIONS(292), - [anon_sym_ATinheritdoc] = ACTIONS(294), - [anon_sym_ATinheritDoc] = ACTIONS(294), - [anon_sym_ATapi] = ACTIONS(294), - [anon_sym_ATfilesource] = ACTIONS(294), - [anon_sym_ATignore] = ACTIONS(294), - [anon_sym_ATinternal] = ACTIONS(294), - [anon_sym_ATcategory] = ACTIONS(294), - [anon_sym_ATcopyright] = ACTIONS(294), - [anon_sym_ATtodo] = ACTIONS(294), - [anon_sym_ATexample] = ACTIONS(294), - [anon_sym_ATlicense] = ACTIONS(294), - [anon_sym_ATpackage] = ACTIONS(294), - [anon_sym_ATsource] = ACTIONS(294), - [anon_sym_ATsubpackage] = ACTIONS(294), - [anon_sym_ATuses] = ACTIONS(294), - [anon_sym_ATauthor] = ACTIONS(294), - [anon_sym_GT] = ACTIONS(294), - [anon_sym_ATglobal] = ACTIONS(294), - [anon_sym_ATlink] = ACTIONS(294), - [anon_sym_ATmethod] = ACTIONS(294), - [anon_sym_ATparam] = ACTIONS(292), - [anon_sym_ATproperty] = ACTIONS(292), - [anon_sym_ATproperty_DASHread] = ACTIONS(294), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(294), - [anon_sym_ATreturn] = ACTIONS(294), - [anon_sym_ATsee] = ACTIONS(294), - [anon_sym_ATthrows] = ACTIONS(294), - [anon_sym_ATvar] = ACTIONS(294), - [anon_sym_ATdeprecated] = ACTIONS(294), - [anon_sym_ATsince] = ACTIONS(294), - [anon_sym_ATversion] = ACTIONS(294), - [anon_sym_ATtemplate] = ACTIONS(292), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(294), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(294), - [anon_sym_of] = ACTIONS(292), - [anon_sym_ATimplements] = ACTIONS(294), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(294), - [anon_sym_ATextends] = ACTIONS(294), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(294), - [anon_sym_ATuse] = ACTIONS(292), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(294), - [anon_sym_ATafter] = ACTIONS(292), - [anon_sym_ATafterClass] = ACTIONS(294), - [anon_sym_ATannotation] = ACTIONS(294), - [anon_sym_ATbackupGlobals] = ACTIONS(294), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(294), - [anon_sym_ATbefore] = ACTIONS(292), - [anon_sym_ATbeforeClass] = ACTIONS(294), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(292), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(294), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(294), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(294), - [anon_sym_ATcovers] = ACTIONS(292), - [anon_sym_ATcoversDefaultClass] = ACTIONS(292), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(294), - [anon_sym_ATcoversNothing] = ACTIONS(294), - [anon_sym_ATdataProvider] = ACTIONS(294), - [anon_sym_ATdepends] = ACTIONS(292), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(294), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(294), - [anon_sym_ATgroup] = ACTIONS(294), - [anon_sym_ATlarge] = ACTIONS(294), - [anon_sym_ATmedium] = ACTIONS(294), - [anon_sym_ATpreserveGlobalState] = ACTIONS(294), - [anon_sym_ATrequires] = ACTIONS(292), - [anon_sym_ATrequiresusages] = ACTIONS(294), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(294), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(294), - [anon_sym_ATsmall] = ACTIONS(294), - [anon_sym_ATtest] = ACTIONS(292), - [anon_sym_ATtestWith] = ACTIONS(294), - [anon_sym_ATtestdox] = ACTIONS(294), - [anon_sym_ATticket] = ACTIONS(294), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(294), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(294), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(294), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(292), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(294), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(292), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(294), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(294), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(294), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(294), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(294), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(294), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(294), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(294), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(294), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(292), - [anon_sym_ATreadonly] = ACTIONS(294), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(294), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(294), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(294), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(294), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(294), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(294), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(294), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(294), - [anon_sym_ATparam_DASHout] = ACTIONS(294), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(294), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(292), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(294), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(294), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(294), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(294), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(294), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(294), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(294), - [anon_sym_ATmixin] = ACTIONS(294), - [anon_sym_COMMA] = ACTIONS(294), - [anon_sym_PIPE] = ACTIONS(294), + [aux_sym_union_type_repeat1] = STATE(60), + [aux_sym_intersection_type_repeat1] = STATE(61), + [aux_sym_disjunctive_normal_form_type_repeat1] = STATE(75), + [anon_sym_LBRACE] = ACTIONS(267), + [anon_sym_ATinheritdoc] = ACTIONS(267), + [anon_sym_ATinheritDoc] = ACTIONS(267), + [anon_sym_ATapi] = ACTIONS(267), + [anon_sym_ATfilesource] = ACTIONS(267), + [anon_sym_ATignore] = ACTIONS(267), + [anon_sym_ATinternal] = ACTIONS(267), + [anon_sym_ATcategory] = ACTIONS(267), + [anon_sym_ATcopyright] = ACTIONS(267), + [anon_sym_ATtodo] = ACTIONS(267), + [anon_sym_ATexample] = ACTIONS(267), + [anon_sym_ATlicense] = ACTIONS(267), + [anon_sym_ATpackage] = ACTIONS(267), + [anon_sym_ATsource] = ACTIONS(267), + [anon_sym_ATsubpackage] = ACTIONS(267), + [anon_sym_ATuses] = ACTIONS(267), + [anon_sym_ATauthor] = ACTIONS(267), + [anon_sym_ATglobal] = ACTIONS(267), + [anon_sym_ATlink] = ACTIONS(267), + [anon_sym_ATmethod] = ACTIONS(267), + [anon_sym_ATparam] = ACTIONS(262), + [anon_sym_ATproperty] = ACTIONS(262), + [anon_sym_ATproperty_DASHread] = ACTIONS(267), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(267), + [anon_sym_ATreturn] = ACTIONS(267), + [anon_sym_ATsee] = ACTIONS(267), + [anon_sym_ATthrows] = ACTIONS(267), + [anon_sym_ATvar] = ACTIONS(267), + [anon_sym_ATdeprecated] = ACTIONS(267), + [anon_sym_ATsince] = ACTIONS(267), + [anon_sym_ATversion] = ACTIONS(267), + [anon_sym_ATtemplate] = ACTIONS(262), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(267), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(267), + [anon_sym_ATimplements] = ACTIONS(267), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(267), + [anon_sym_ATextends] = ACTIONS(267), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(267), + [anon_sym_ATuse] = ACTIONS(262), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(267), + [anon_sym_ATafter] = ACTIONS(262), + [anon_sym_ATafterClass] = ACTIONS(267), + [anon_sym_ATannotation] = ACTIONS(267), + [anon_sym_ATbackupGlobals] = ACTIONS(267), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(267), + [anon_sym_ATbefore] = ACTIONS(262), + [anon_sym_ATbeforeClass] = ACTIONS(267), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(262), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(267), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(267), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(267), + [anon_sym_ATcovers] = ACTIONS(262), + [anon_sym_ATcoversDefaultClass] = ACTIONS(262), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(267), + [anon_sym_ATcoversNothing] = ACTIONS(267), + [anon_sym_ATdataProvider] = ACTIONS(267), + [anon_sym_ATdepends] = ACTIONS(262), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(267), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(267), + [anon_sym_ATgroup] = ACTIONS(267), + [anon_sym_ATlarge] = ACTIONS(267), + [anon_sym_ATmedium] = ACTIONS(267), + [anon_sym_ATpreserveGlobalState] = ACTIONS(267), + [anon_sym_ATrequires] = ACTIONS(262), + [anon_sym_ATrequiresusages] = ACTIONS(267), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(267), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(267), + [anon_sym_ATsmall] = ACTIONS(267), + [anon_sym_ATtest] = ACTIONS(262), + [anon_sym_ATtestWith] = ACTIONS(267), + [anon_sym_ATtestdox] = ACTIONS(267), + [anon_sym_ATticket] = ACTIONS(267), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(267), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(267), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(267), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(262), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(267), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(262), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(267), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(267), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(267), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(267), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(267), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(267), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(267), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(267), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(267), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(262), + [anon_sym_ATreadonly] = ACTIONS(267), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(267), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(267), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(267), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(267), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(267), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(267), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(267), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(267), + [anon_sym_ATparam_DASHout] = ACTIONS(267), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(267), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(262), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(267), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(267), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(267), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(267), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(267), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(267), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(267), + [anon_sym_ATmixin] = ACTIONS(267), + [anon_sym_PIPE] = ACTIONS(292), [anon_sym_AMP] = ACTIONS(294), - [anon_sym_RPAREN] = ACTIONS(294), - [anon_sym_DOLLAR] = ACTIONS(294), - [sym__end] = ACTIONS(294), + [anon_sym_DOLLAR] = ACTIONS(267), + [sym__end] = ACTIONS(267), + [sym__text_after_type] = ACTIONS(267), }, [31] = { [sym_name] = ACTIONS(296), @@ -11084,711 +11092,711 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(306), }, [34] = { - [aux_sym_union_type_repeat1] = STATE(83), - [aux_sym_intersection_type_repeat1] = STATE(85), - [aux_sym_disjunctive_normal_form_type_repeat1] = STATE(87), - [anon_sym_LBRACE] = ACTIONS(267), - [anon_sym_ATinheritdoc] = ACTIONS(267), - [anon_sym_ATinheritDoc] = ACTIONS(267), - [anon_sym_ATapi] = ACTIONS(267), - [anon_sym_ATfilesource] = ACTIONS(267), - [anon_sym_ATignore] = ACTIONS(267), - [anon_sym_ATinternal] = ACTIONS(267), - [anon_sym_ATcategory] = ACTIONS(267), - [anon_sym_ATcopyright] = ACTIONS(267), - [anon_sym_ATtodo] = ACTIONS(267), - [anon_sym_ATexample] = ACTIONS(267), - [anon_sym_ATlicense] = ACTIONS(267), - [anon_sym_ATpackage] = ACTIONS(267), - [anon_sym_ATsource] = ACTIONS(267), - [anon_sym_ATsubpackage] = ACTIONS(267), - [anon_sym_ATuses] = ACTIONS(267), - [anon_sym_ATauthor] = ACTIONS(267), - [anon_sym_ATglobal] = ACTIONS(267), - [anon_sym_ATlink] = ACTIONS(267), - [anon_sym_ATmethod] = ACTIONS(267), - [anon_sym_ATparam] = ACTIONS(262), - [anon_sym_ATproperty] = ACTIONS(262), - [anon_sym_ATproperty_DASHread] = ACTIONS(267), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(267), - [anon_sym_ATreturn] = ACTIONS(267), - [anon_sym_ATsee] = ACTIONS(267), - [anon_sym_ATthrows] = ACTIONS(267), - [anon_sym_ATvar] = ACTIONS(267), - [anon_sym_ATdeprecated] = ACTIONS(267), - [anon_sym_ATsince] = ACTIONS(267), - [anon_sym_ATversion] = ACTIONS(267), - [anon_sym_ATtemplate] = ACTIONS(262), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(267), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(267), - [anon_sym_ATimplements] = ACTIONS(267), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(267), - [anon_sym_ATextends] = ACTIONS(267), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(267), - [anon_sym_ATuse] = ACTIONS(262), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(267), - [anon_sym_ATafter] = ACTIONS(262), - [anon_sym_ATafterClass] = ACTIONS(267), - [anon_sym_ATannotation] = ACTIONS(267), - [anon_sym_ATbackupGlobals] = ACTIONS(267), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(267), - [anon_sym_ATbefore] = ACTIONS(262), - [anon_sym_ATbeforeClass] = ACTIONS(267), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(262), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(267), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(267), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(267), - [anon_sym_ATcovers] = ACTIONS(262), - [anon_sym_ATcoversDefaultClass] = ACTIONS(262), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(267), - [anon_sym_ATcoversNothing] = ACTIONS(267), - [anon_sym_ATdataProvider] = ACTIONS(267), - [anon_sym_ATdepends] = ACTIONS(262), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(267), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(267), - [anon_sym_ATgroup] = ACTIONS(267), - [anon_sym_ATlarge] = ACTIONS(267), - [anon_sym_ATmedium] = ACTIONS(267), - [anon_sym_ATpreserveGlobalState] = ACTIONS(267), - [anon_sym_ATrequires] = ACTIONS(262), - [anon_sym_ATrequiresusages] = ACTIONS(267), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(267), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(267), - [anon_sym_ATsmall] = ACTIONS(267), - [anon_sym_ATtest] = ACTIONS(262), - [anon_sym_ATtestWith] = ACTIONS(267), - [anon_sym_ATtestdox] = ACTIONS(267), - [anon_sym_ATticket] = ACTIONS(267), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(267), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(267), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(267), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(262), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(267), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(262), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(267), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(267), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(267), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(267), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(267), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(267), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(267), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(267), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(267), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(262), - [anon_sym_ATreadonly] = ACTIONS(267), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(267), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(267), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(267), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(267), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(267), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(267), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(267), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(267), - [anon_sym_ATparam_DASHout] = ACTIONS(267), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(267), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(262), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(267), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(267), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(267), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(267), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(267), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(267), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(267), - [anon_sym_ATmixin] = ACTIONS(267), - [anon_sym_PIPE] = ACTIONS(308), - [anon_sym_AMP] = ACTIONS(310), - [anon_sym_DOLLAR] = ACTIONS(267), - [sym__end] = ACTIONS(267), - [sym__text_after_type] = ACTIONS(267), + [sym__type_argument_list] = STATE(110), + [aux_sym_namespace_name_repeat1] = STATE(288), + [anon_sym_LBRACE] = ACTIONS(184), + [anon_sym_ATinheritdoc] = ACTIONS(184), + [anon_sym_ATinheritDoc] = ACTIONS(184), + [anon_sym_ATapi] = ACTIONS(184), + [anon_sym_ATfilesource] = ACTIONS(184), + [anon_sym_ATignore] = ACTIONS(184), + [anon_sym_ATinternal] = ACTIONS(184), + [anon_sym_ATcategory] = ACTIONS(184), + [anon_sym_ATcopyright] = ACTIONS(184), + [anon_sym_ATtodo] = ACTIONS(184), + [anon_sym_ATexample] = ACTIONS(184), + [anon_sym_ATlicense] = ACTIONS(184), + [anon_sym_ATpackage] = ACTIONS(184), + [anon_sym_ATsource] = ACTIONS(184), + [anon_sym_ATsubpackage] = ACTIONS(184), + [anon_sym_ATuses] = ACTIONS(184), + [anon_sym_ATauthor] = ACTIONS(184), + [anon_sym_LT] = ACTIONS(308), + [anon_sym_ATglobal] = ACTIONS(184), + [anon_sym_ATlink] = ACTIONS(184), + [anon_sym_ATmethod] = ACTIONS(184), + [anon_sym_ATparam] = ACTIONS(182), + [anon_sym_ATproperty] = ACTIONS(182), + [anon_sym_ATproperty_DASHread] = ACTIONS(184), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(184), + [anon_sym_ATreturn] = ACTIONS(184), + [anon_sym_ATsee] = ACTIONS(184), + [anon_sym_ATthrows] = ACTIONS(184), + [anon_sym_ATvar] = ACTIONS(184), + [anon_sym_ATdeprecated] = ACTIONS(184), + [anon_sym_ATsince] = ACTIONS(184), + [anon_sym_ATversion] = ACTIONS(184), + [anon_sym_ATtemplate] = ACTIONS(182), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(184), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(184), + [anon_sym_ATimplements] = ACTIONS(184), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(184), + [anon_sym_ATextends] = ACTIONS(184), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(184), + [anon_sym_ATuse] = ACTIONS(182), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(184), + [anon_sym_ATafter] = ACTIONS(182), + [anon_sym_ATafterClass] = ACTIONS(184), + [anon_sym_ATannotation] = ACTIONS(184), + [anon_sym_ATbackupGlobals] = ACTIONS(184), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(184), + [anon_sym_ATbefore] = ACTIONS(182), + [anon_sym_ATbeforeClass] = ACTIONS(184), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(182), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(184), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(184), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(184), + [anon_sym_ATcovers] = ACTIONS(182), + [anon_sym_ATcoversDefaultClass] = ACTIONS(182), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(184), + [anon_sym_ATcoversNothing] = ACTIONS(184), + [anon_sym_ATdataProvider] = ACTIONS(184), + [anon_sym_ATdepends] = ACTIONS(182), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(184), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(184), + [anon_sym_ATgroup] = ACTIONS(184), + [anon_sym_ATlarge] = ACTIONS(184), + [anon_sym_ATmedium] = ACTIONS(184), + [anon_sym_ATpreserveGlobalState] = ACTIONS(184), + [anon_sym_ATrequires] = ACTIONS(182), + [anon_sym_ATrequiresusages] = ACTIONS(184), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(184), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(184), + [anon_sym_ATsmall] = ACTIONS(184), + [anon_sym_ATtest] = ACTIONS(182), + [anon_sym_ATtestWith] = ACTIONS(184), + [anon_sym_ATtestdox] = ACTIONS(184), + [anon_sym_ATticket] = ACTIONS(184), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(184), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(184), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(184), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(182), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(184), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(182), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(184), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(184), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(184), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(184), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(184), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(184), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(184), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(184), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(184), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(182), + [anon_sym_ATreadonly] = ACTIONS(184), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(184), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(184), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(184), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(184), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(184), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(184), + [anon_sym_ATparam_DASHout] = ACTIONS(184), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(184), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(182), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(184), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(184), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(184), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(184), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(184), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(184), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(184), + [anon_sym_ATmixin] = ACTIONS(184), + [anon_sym_BSLASH] = ACTIONS(189), + [anon_sym_LPAREN_RPAREN] = ACTIONS(310), + [anon_sym_COLON_COLON] = ACTIONS(184), + [sym__end] = ACTIONS(184), + [sym_text] = ACTIONS(184), }, [35] = { - [aux_sym_intersection_type_repeat1] = STATE(35), - [sym_name] = ACTIONS(312), - [anon_sym_ATinheritdoc] = ACTIONS(314), - [anon_sym_ATinheritDoc] = ACTIONS(314), - [anon_sym_ATapi] = ACTIONS(314), - [anon_sym_ATfilesource] = ACTIONS(314), - [anon_sym_ATignore] = ACTIONS(314), - [anon_sym_ATinternal] = ACTIONS(314), - [anon_sym_ATcategory] = ACTIONS(314), - [anon_sym_ATcopyright] = ACTIONS(314), - [anon_sym_ATtodo] = ACTIONS(314), - [anon_sym_ATexample] = ACTIONS(314), - [anon_sym_ATlicense] = ACTIONS(314), - [anon_sym_ATpackage] = ACTIONS(314), - [anon_sym_ATsource] = ACTIONS(314), - [anon_sym_ATsubpackage] = ACTIONS(314), - [anon_sym_ATuses] = ACTIONS(314), - [anon_sym_ATauthor] = ACTIONS(314), - [anon_sym_ATglobal] = ACTIONS(314), - [anon_sym_ATlink] = ACTIONS(314), - [anon_sym_ATmethod] = ACTIONS(314), - [anon_sym_ATparam] = ACTIONS(312), - [anon_sym_ATproperty] = ACTIONS(312), - [anon_sym_ATproperty_DASHread] = ACTIONS(314), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(314), - [anon_sym_ATreturn] = ACTIONS(314), - [anon_sym_ATsee] = ACTIONS(314), - [anon_sym_ATthrows] = ACTIONS(314), - [anon_sym_ATvar] = ACTIONS(314), - [anon_sym_ATdeprecated] = ACTIONS(314), - [anon_sym_ATsince] = ACTIONS(314), - [anon_sym_ATversion] = ACTIONS(314), - [anon_sym_ATtemplate] = ACTIONS(312), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(314), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(314), - [anon_sym_of] = ACTIONS(312), - [anon_sym_ATimplements] = ACTIONS(314), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(314), - [anon_sym_ATextends] = ACTIONS(314), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(314), - [anon_sym_ATuse] = ACTIONS(312), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(314), - [anon_sym_ATafter] = ACTIONS(312), - [anon_sym_ATafterClass] = ACTIONS(314), - [anon_sym_ATannotation] = ACTIONS(314), - [anon_sym_ATbackupGlobals] = ACTIONS(314), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(314), - [anon_sym_ATbefore] = ACTIONS(312), - [anon_sym_ATbeforeClass] = ACTIONS(314), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(312), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(314), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(314), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(314), - [anon_sym_ATcovers] = ACTIONS(312), - [anon_sym_ATcoversDefaultClass] = ACTIONS(312), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(314), - [anon_sym_ATcoversNothing] = ACTIONS(314), - [anon_sym_ATdataProvider] = ACTIONS(314), - [anon_sym_ATdepends] = ACTIONS(312), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(314), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(314), - [anon_sym_ATgroup] = ACTIONS(314), - [anon_sym_ATlarge] = ACTIONS(314), - [anon_sym_ATmedium] = ACTIONS(314), - [anon_sym_ATpreserveGlobalState] = ACTIONS(314), - [anon_sym_ATrequires] = ACTIONS(312), - [anon_sym_ATrequiresusages] = ACTIONS(314), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(314), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(314), - [anon_sym_ATsmall] = ACTIONS(314), - [anon_sym_ATtest] = ACTIONS(312), - [anon_sym_ATtestWith] = ACTIONS(314), - [anon_sym_ATtestdox] = ACTIONS(314), - [anon_sym_ATticket] = ACTIONS(314), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(314), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(314), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(314), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(312), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(314), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(312), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(314), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(314), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(314), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(314), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(314), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(314), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(314), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(314), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(314), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(312), - [anon_sym_ATreadonly] = ACTIONS(314), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(314), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(314), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(314), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(314), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(314), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(314), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(314), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(314), - [anon_sym_ATparam_DASHout] = ACTIONS(314), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(314), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(312), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(314), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(314), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(314), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(314), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(314), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(314), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(314), - [anon_sym_ATmixin] = ACTIONS(314), - [anon_sym_COMMA] = ACTIONS(314), - [anon_sym_AMP] = ACTIONS(316), - [anon_sym_RPAREN] = ACTIONS(314), - [anon_sym_DOLLAR] = ACTIONS(314), - [sym__end] = ACTIONS(314), + [anon_sym_LBRACE] = ACTIONS(206), + [anon_sym_ATinheritdoc] = ACTIONS(206), + [anon_sym_ATinheritDoc] = ACTIONS(206), + [anon_sym_ATapi] = ACTIONS(206), + [anon_sym_ATfilesource] = ACTIONS(206), + [anon_sym_ATignore] = ACTIONS(206), + [anon_sym_ATinternal] = ACTIONS(206), + [anon_sym_ATcategory] = ACTIONS(206), + [anon_sym_ATcopyright] = ACTIONS(206), + [anon_sym_ATtodo] = ACTIONS(206), + [anon_sym_ATexample] = ACTIONS(206), + [anon_sym_ATlicense] = ACTIONS(206), + [anon_sym_ATpackage] = ACTIONS(206), + [anon_sym_ATsource] = ACTIONS(206), + [anon_sym_ATsubpackage] = ACTIONS(206), + [anon_sym_ATuses] = ACTIONS(206), + [anon_sym_ATauthor] = ACTIONS(206), + [anon_sym_LT] = ACTIONS(206), + [anon_sym_ATglobal] = ACTIONS(206), + [anon_sym_ATlink] = ACTIONS(206), + [anon_sym_ATmethod] = ACTIONS(206), + [anon_sym_ATparam] = ACTIONS(204), + [anon_sym_ATproperty] = ACTIONS(204), + [anon_sym_ATproperty_DASHread] = ACTIONS(206), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(206), + [anon_sym_ATreturn] = ACTIONS(206), + [anon_sym_ATsee] = ACTIONS(206), + [anon_sym_ATthrows] = ACTIONS(206), + [anon_sym_ATvar] = ACTIONS(206), + [anon_sym_ATdeprecated] = ACTIONS(206), + [anon_sym_ATsince] = ACTIONS(206), + [anon_sym_ATversion] = ACTIONS(206), + [anon_sym_ATtemplate] = ACTIONS(204), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(206), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(206), + [anon_sym_ATimplements] = ACTIONS(206), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(206), + [anon_sym_ATextends] = ACTIONS(206), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(206), + [anon_sym_ATuse] = ACTIONS(204), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(206), + [anon_sym_ATafter] = ACTIONS(204), + [anon_sym_ATafterClass] = ACTIONS(206), + [anon_sym_ATannotation] = ACTIONS(206), + [anon_sym_ATbackupGlobals] = ACTIONS(206), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(206), + [anon_sym_ATbefore] = ACTIONS(204), + [anon_sym_ATbeforeClass] = ACTIONS(206), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(204), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(206), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(206), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(206), + [anon_sym_ATcovers] = ACTIONS(204), + [anon_sym_ATcoversDefaultClass] = ACTIONS(204), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(206), + [anon_sym_ATcoversNothing] = ACTIONS(206), + [anon_sym_ATdataProvider] = ACTIONS(206), + [anon_sym_ATdepends] = ACTIONS(204), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(206), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(206), + [anon_sym_ATgroup] = ACTIONS(206), + [anon_sym_ATlarge] = ACTIONS(206), + [anon_sym_ATmedium] = ACTIONS(206), + [anon_sym_ATpreserveGlobalState] = ACTIONS(206), + [anon_sym_ATrequires] = ACTIONS(204), + [anon_sym_ATrequiresusages] = ACTIONS(206), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(206), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(206), + [anon_sym_ATsmall] = ACTIONS(206), + [anon_sym_ATtest] = ACTIONS(204), + [anon_sym_ATtestWith] = ACTIONS(206), + [anon_sym_ATtestdox] = ACTIONS(206), + [anon_sym_ATticket] = ACTIONS(206), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(206), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(206), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(206), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(204), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(206), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(204), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(206), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(206), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(206), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(206), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(206), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(206), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(206), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(206), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(206), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(204), + [anon_sym_ATreadonly] = ACTIONS(206), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(206), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(206), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(206), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(206), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(206), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(206), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(206), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(206), + [anon_sym_ATparam_DASHout] = ACTIONS(206), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(206), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(204), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(206), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(206), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(206), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(206), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(206), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(206), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(206), + [anon_sym_ATmixin] = ACTIONS(206), + [anon_sym_LBRACK_RBRACK] = ACTIONS(206), + [anon_sym_PIPE] = ACTIONS(206), + [anon_sym_AMP] = ACTIONS(206), + [anon_sym_DOLLAR] = ACTIONS(206), + [sym__end] = ACTIONS(206), + [sym__text_after_type] = ACTIONS(206), }, [36] = { - [aux_sym_intersection_type_repeat1] = STATE(35), - [sym_name] = ACTIONS(319), - [anon_sym_ATinheritdoc] = ACTIONS(321), - [anon_sym_ATinheritDoc] = ACTIONS(321), - [anon_sym_ATapi] = ACTIONS(321), - [anon_sym_ATfilesource] = ACTIONS(321), - [anon_sym_ATignore] = ACTIONS(321), - [anon_sym_ATinternal] = ACTIONS(321), - [anon_sym_ATcategory] = ACTIONS(321), - [anon_sym_ATcopyright] = ACTIONS(321), - [anon_sym_ATtodo] = ACTIONS(321), - [anon_sym_ATexample] = ACTIONS(321), - [anon_sym_ATlicense] = ACTIONS(321), - [anon_sym_ATpackage] = ACTIONS(321), - [anon_sym_ATsource] = ACTIONS(321), - [anon_sym_ATsubpackage] = ACTIONS(321), - [anon_sym_ATuses] = ACTIONS(321), - [anon_sym_ATauthor] = ACTIONS(321), - [anon_sym_ATglobal] = ACTIONS(321), - [anon_sym_ATlink] = ACTIONS(321), - [anon_sym_ATmethod] = ACTIONS(321), - [anon_sym_ATparam] = ACTIONS(319), - [anon_sym_ATproperty] = ACTIONS(319), - [anon_sym_ATproperty_DASHread] = ACTIONS(321), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(321), - [anon_sym_ATreturn] = ACTIONS(321), - [anon_sym_ATsee] = ACTIONS(321), - [anon_sym_ATthrows] = ACTIONS(321), - [anon_sym_ATvar] = ACTIONS(321), - [anon_sym_ATdeprecated] = ACTIONS(321), - [anon_sym_ATsince] = ACTIONS(321), - [anon_sym_ATversion] = ACTIONS(321), - [anon_sym_ATtemplate] = ACTIONS(319), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(321), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(321), - [anon_sym_of] = ACTIONS(319), - [anon_sym_ATimplements] = ACTIONS(321), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(321), - [anon_sym_ATextends] = ACTIONS(321), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(321), - [anon_sym_ATuse] = ACTIONS(319), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(321), - [anon_sym_ATafter] = ACTIONS(319), - [anon_sym_ATafterClass] = ACTIONS(321), - [anon_sym_ATannotation] = ACTIONS(321), - [anon_sym_ATbackupGlobals] = ACTIONS(321), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(321), - [anon_sym_ATbefore] = ACTIONS(319), - [anon_sym_ATbeforeClass] = ACTIONS(321), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(319), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(321), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(321), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(321), - [anon_sym_ATcovers] = ACTIONS(319), - [anon_sym_ATcoversDefaultClass] = ACTIONS(319), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(321), - [anon_sym_ATcoversNothing] = ACTIONS(321), - [anon_sym_ATdataProvider] = ACTIONS(321), - [anon_sym_ATdepends] = ACTIONS(319), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(321), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(321), - [anon_sym_ATgroup] = ACTIONS(321), - [anon_sym_ATlarge] = ACTIONS(321), - [anon_sym_ATmedium] = ACTIONS(321), - [anon_sym_ATpreserveGlobalState] = ACTIONS(321), - [anon_sym_ATrequires] = ACTIONS(319), - [anon_sym_ATrequiresusages] = ACTIONS(321), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(321), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(321), - [anon_sym_ATsmall] = ACTIONS(321), - [anon_sym_ATtest] = ACTIONS(319), - [anon_sym_ATtestWith] = ACTIONS(321), - [anon_sym_ATtestdox] = ACTIONS(321), - [anon_sym_ATticket] = ACTIONS(321), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(321), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(321), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(321), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(319), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(321), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(319), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(321), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(321), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(321), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(321), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(321), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(321), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(321), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(321), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(321), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(319), - [anon_sym_ATreadonly] = ACTIONS(321), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(321), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(321), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(321), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(321), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(321), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(321), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(321), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(321), - [anon_sym_ATparam_DASHout] = ACTIONS(321), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(321), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(319), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(321), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(321), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(321), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(321), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(321), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(321), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(321), - [anon_sym_ATmixin] = ACTIONS(321), - [anon_sym_COMMA] = ACTIONS(321), - [anon_sym_AMP] = ACTIONS(274), - [anon_sym_RPAREN] = ACTIONS(321), - [anon_sym_DOLLAR] = ACTIONS(321), - [sym__end] = ACTIONS(321), - }, - [37] = { - [anon_sym_LBRACE] = ACTIONS(256), - [anon_sym_ATinheritdoc] = ACTIONS(256), - [anon_sym_ATinheritDoc] = ACTIONS(256), - [anon_sym_ATapi] = ACTIONS(256), - [anon_sym_ATfilesource] = ACTIONS(256), - [anon_sym_ATignore] = ACTIONS(256), - [anon_sym_ATinternal] = ACTIONS(256), - [anon_sym_ATcategory] = ACTIONS(256), - [anon_sym_ATcopyright] = ACTIONS(256), - [anon_sym_ATtodo] = ACTIONS(256), - [anon_sym_ATexample] = ACTIONS(256), - [anon_sym_ATlicense] = ACTIONS(256), - [anon_sym_ATpackage] = ACTIONS(256), - [anon_sym_ATsource] = ACTIONS(256), - [anon_sym_ATsubpackage] = ACTIONS(256), - [anon_sym_ATuses] = ACTIONS(256), - [anon_sym_ATauthor] = ACTIONS(256), - [anon_sym_LT] = ACTIONS(256), - [anon_sym_ATglobal] = ACTIONS(256), - [anon_sym_ATlink] = ACTIONS(256), - [anon_sym_ATmethod] = ACTIONS(256), - [anon_sym_ATparam] = ACTIONS(254), - [anon_sym_ATproperty] = ACTIONS(254), - [anon_sym_ATproperty_DASHread] = ACTIONS(256), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(256), - [anon_sym_ATreturn] = ACTIONS(256), - [anon_sym_ATsee] = ACTIONS(256), - [anon_sym_ATthrows] = ACTIONS(256), - [anon_sym_ATvar] = ACTIONS(256), - [anon_sym_ATdeprecated] = ACTIONS(256), - [anon_sym_ATsince] = ACTIONS(256), - [anon_sym_ATversion] = ACTIONS(256), - [anon_sym_ATtemplate] = ACTIONS(254), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(256), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(256), - [anon_sym_ATimplements] = ACTIONS(256), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(256), - [anon_sym_ATextends] = ACTIONS(256), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(256), - [anon_sym_ATuse] = ACTIONS(254), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(256), - [anon_sym_ATafter] = ACTIONS(254), - [anon_sym_ATafterClass] = ACTIONS(256), - [anon_sym_ATannotation] = ACTIONS(256), - [anon_sym_ATbackupGlobals] = ACTIONS(256), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(256), - [anon_sym_ATbefore] = ACTIONS(254), - [anon_sym_ATbeforeClass] = ACTIONS(256), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(254), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(256), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(256), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(256), - [anon_sym_ATcovers] = ACTIONS(254), - [anon_sym_ATcoversDefaultClass] = ACTIONS(254), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(256), - [anon_sym_ATcoversNothing] = ACTIONS(256), - [anon_sym_ATdataProvider] = ACTIONS(256), - [anon_sym_ATdepends] = ACTIONS(254), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(256), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(256), - [anon_sym_ATgroup] = ACTIONS(256), - [anon_sym_ATlarge] = ACTIONS(256), - [anon_sym_ATmedium] = ACTIONS(256), - [anon_sym_ATpreserveGlobalState] = ACTIONS(256), - [anon_sym_ATrequires] = ACTIONS(254), - [anon_sym_ATrequiresusages] = ACTIONS(256), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(256), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(256), - [anon_sym_ATsmall] = ACTIONS(256), - [anon_sym_ATtest] = ACTIONS(254), - [anon_sym_ATtestWith] = ACTIONS(256), - [anon_sym_ATtestdox] = ACTIONS(256), - [anon_sym_ATticket] = ACTIONS(256), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(256), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(256), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(256), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(254), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(256), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(254), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(256), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(256), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(256), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(256), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(256), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(256), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(256), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(256), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(256), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(254), - [anon_sym_ATreadonly] = ACTIONS(256), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(256), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(256), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(256), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(256), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(256), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(256), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(256), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(256), - [anon_sym_ATparam_DASHout] = ACTIONS(256), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(256), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(254), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(256), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(256), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(256), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(256), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(256), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(256), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(256), - [anon_sym_ATmixin] = ACTIONS(256), - [anon_sym_LBRACK_RBRACK] = ACTIONS(256), - [anon_sym_PIPE] = ACTIONS(256), - [anon_sym_AMP] = ACTIONS(256), - [anon_sym_DOLLAR] = ACTIONS(256), - [sym__end] = ACTIONS(256), - [sym__text_after_type] = ACTIONS(256), - }, - [38] = { - [anon_sym_LBRACE] = ACTIONS(260), - [anon_sym_ATinheritdoc] = ACTIONS(260), - [anon_sym_ATinheritDoc] = ACTIONS(260), - [anon_sym_ATapi] = ACTIONS(260), - [anon_sym_ATfilesource] = ACTIONS(260), - [anon_sym_ATignore] = ACTIONS(260), - [anon_sym_ATinternal] = ACTIONS(260), - [anon_sym_ATcategory] = ACTIONS(260), - [anon_sym_ATcopyright] = ACTIONS(260), - [anon_sym_ATtodo] = ACTIONS(260), - [anon_sym_ATexample] = ACTIONS(260), - [anon_sym_ATlicense] = ACTIONS(260), - [anon_sym_ATpackage] = ACTIONS(260), - [anon_sym_ATsource] = ACTIONS(260), - [anon_sym_ATsubpackage] = ACTIONS(260), - [anon_sym_ATuses] = ACTIONS(260), - [anon_sym_ATauthor] = ACTIONS(260), - [anon_sym_LT] = ACTIONS(260), - [anon_sym_ATglobal] = ACTIONS(260), - [anon_sym_ATlink] = ACTIONS(260), - [anon_sym_ATmethod] = ACTIONS(260), - [anon_sym_ATparam] = ACTIONS(258), - [anon_sym_ATproperty] = ACTIONS(258), - [anon_sym_ATproperty_DASHread] = ACTIONS(260), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(260), - [anon_sym_ATreturn] = ACTIONS(260), - [anon_sym_ATsee] = ACTIONS(260), - [anon_sym_ATthrows] = ACTIONS(260), - [anon_sym_ATvar] = ACTIONS(260), - [anon_sym_ATdeprecated] = ACTIONS(260), - [anon_sym_ATsince] = ACTIONS(260), - [anon_sym_ATversion] = ACTIONS(260), - [anon_sym_ATtemplate] = ACTIONS(258), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(260), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(260), - [anon_sym_ATimplements] = ACTIONS(260), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(260), - [anon_sym_ATextends] = ACTIONS(260), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(260), - [anon_sym_ATuse] = ACTIONS(258), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(260), - [anon_sym_ATafter] = ACTIONS(258), - [anon_sym_ATafterClass] = ACTIONS(260), - [anon_sym_ATannotation] = ACTIONS(260), - [anon_sym_ATbackupGlobals] = ACTIONS(260), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(260), - [anon_sym_ATbefore] = ACTIONS(258), - [anon_sym_ATbeforeClass] = ACTIONS(260), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(258), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(260), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(260), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(260), - [anon_sym_ATcovers] = ACTIONS(258), - [anon_sym_ATcoversDefaultClass] = ACTIONS(258), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(260), - [anon_sym_ATcoversNothing] = ACTIONS(260), - [anon_sym_ATdataProvider] = ACTIONS(260), - [anon_sym_ATdepends] = ACTIONS(258), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(260), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(260), - [anon_sym_ATgroup] = ACTIONS(260), - [anon_sym_ATlarge] = ACTIONS(260), - [anon_sym_ATmedium] = ACTIONS(260), - [anon_sym_ATpreserveGlobalState] = ACTIONS(260), - [anon_sym_ATrequires] = ACTIONS(258), - [anon_sym_ATrequiresusages] = ACTIONS(260), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(260), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(260), - [anon_sym_ATsmall] = ACTIONS(260), - [anon_sym_ATtest] = ACTIONS(258), - [anon_sym_ATtestWith] = ACTIONS(260), - [anon_sym_ATtestdox] = ACTIONS(260), - [anon_sym_ATticket] = ACTIONS(260), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(260), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(260), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(260), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(258), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(260), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(258), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(260), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(260), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(260), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(260), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(260), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(260), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(260), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(260), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(260), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(258), - [anon_sym_ATreadonly] = ACTIONS(260), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(260), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(260), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(260), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(260), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(260), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(260), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(260), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(260), - [anon_sym_ATparam_DASHout] = ACTIONS(260), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(260), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(258), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(260), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(260), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(260), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(260), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(260), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(260), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(260), - [anon_sym_ATmixin] = ACTIONS(260), - [anon_sym_LBRACK_RBRACK] = ACTIONS(260), - [anon_sym_PIPE] = ACTIONS(260), - [anon_sym_AMP] = ACTIONS(260), - [anon_sym_DOLLAR] = ACTIONS(260), - [sym__end] = ACTIONS(260), - [sym__text_after_type] = ACTIONS(260), + [anon_sym_LBRACE] = ACTIONS(202), + [anon_sym_ATinheritdoc] = ACTIONS(202), + [anon_sym_ATinheritDoc] = ACTIONS(202), + [anon_sym_ATapi] = ACTIONS(202), + [anon_sym_ATfilesource] = ACTIONS(202), + [anon_sym_ATignore] = ACTIONS(202), + [anon_sym_ATinternal] = ACTIONS(202), + [anon_sym_ATcategory] = ACTIONS(202), + [anon_sym_ATcopyright] = ACTIONS(202), + [anon_sym_ATtodo] = ACTIONS(202), + [anon_sym_ATexample] = ACTIONS(202), + [anon_sym_ATlicense] = ACTIONS(202), + [anon_sym_ATpackage] = ACTIONS(202), + [anon_sym_ATsource] = ACTIONS(202), + [anon_sym_ATsubpackage] = ACTIONS(202), + [anon_sym_ATuses] = ACTIONS(202), + [anon_sym_ATauthor] = ACTIONS(202), + [anon_sym_LT] = ACTIONS(202), + [anon_sym_ATglobal] = ACTIONS(202), + [anon_sym_ATlink] = ACTIONS(202), + [anon_sym_ATmethod] = ACTIONS(202), + [anon_sym_ATparam] = ACTIONS(200), + [anon_sym_ATproperty] = ACTIONS(200), + [anon_sym_ATproperty_DASHread] = ACTIONS(202), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(202), + [anon_sym_ATreturn] = ACTIONS(202), + [anon_sym_ATsee] = ACTIONS(202), + [anon_sym_ATthrows] = ACTIONS(202), + [anon_sym_ATvar] = ACTIONS(202), + [anon_sym_ATdeprecated] = ACTIONS(202), + [anon_sym_ATsince] = ACTIONS(202), + [anon_sym_ATversion] = ACTIONS(202), + [anon_sym_ATtemplate] = ACTIONS(200), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(202), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(202), + [anon_sym_ATimplements] = ACTIONS(202), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(202), + [anon_sym_ATextends] = ACTIONS(202), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(202), + [anon_sym_ATuse] = ACTIONS(200), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(202), + [anon_sym_ATafter] = ACTIONS(200), + [anon_sym_ATafterClass] = ACTIONS(202), + [anon_sym_ATannotation] = ACTIONS(202), + [anon_sym_ATbackupGlobals] = ACTIONS(202), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(202), + [anon_sym_ATbefore] = ACTIONS(200), + [anon_sym_ATbeforeClass] = ACTIONS(202), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(200), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(202), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(202), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(202), + [anon_sym_ATcovers] = ACTIONS(200), + [anon_sym_ATcoversDefaultClass] = ACTIONS(200), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(202), + [anon_sym_ATcoversNothing] = ACTIONS(202), + [anon_sym_ATdataProvider] = ACTIONS(202), + [anon_sym_ATdepends] = ACTIONS(200), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(202), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(202), + [anon_sym_ATgroup] = ACTIONS(202), + [anon_sym_ATlarge] = ACTIONS(202), + [anon_sym_ATmedium] = ACTIONS(202), + [anon_sym_ATpreserveGlobalState] = ACTIONS(202), + [anon_sym_ATrequires] = ACTIONS(200), + [anon_sym_ATrequiresusages] = ACTIONS(202), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(202), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(202), + [anon_sym_ATsmall] = ACTIONS(202), + [anon_sym_ATtest] = ACTIONS(200), + [anon_sym_ATtestWith] = ACTIONS(202), + [anon_sym_ATtestdox] = ACTIONS(202), + [anon_sym_ATticket] = ACTIONS(202), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(202), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(202), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(202), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(200), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(202), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(200), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(202), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(202), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(202), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(202), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(202), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(202), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(202), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(202), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(202), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(200), + [anon_sym_ATreadonly] = ACTIONS(202), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(202), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(202), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(202), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(202), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(202), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(202), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(202), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(202), + [anon_sym_ATparam_DASHout] = ACTIONS(202), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(202), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(200), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(202), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(202), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(202), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(202), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(202), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(202), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(202), + [anon_sym_ATmixin] = ACTIONS(202), + [anon_sym_LBRACK_RBRACK] = ACTIONS(202), + [anon_sym_PIPE] = ACTIONS(202), + [anon_sym_AMP] = ACTIONS(202), + [anon_sym_DOLLAR] = ACTIONS(202), + [sym__end] = ACTIONS(202), + [sym__text_after_type] = ACTIONS(202), }, - [39] = { - [anon_sym_LBRACE] = ACTIONS(194), - [anon_sym_ATinheritdoc] = ACTIONS(194), - [anon_sym_ATinheritDoc] = ACTIONS(194), - [anon_sym_ATapi] = ACTIONS(194), - [anon_sym_ATfilesource] = ACTIONS(194), - [anon_sym_ATignore] = ACTIONS(194), - [anon_sym_ATinternal] = ACTIONS(194), - [anon_sym_ATcategory] = ACTIONS(194), - [anon_sym_ATcopyright] = ACTIONS(194), - [anon_sym_ATtodo] = ACTIONS(194), - [anon_sym_ATexample] = ACTIONS(194), - [anon_sym_ATlicense] = ACTIONS(194), - [anon_sym_ATpackage] = ACTIONS(194), - [anon_sym_ATsource] = ACTIONS(194), - [anon_sym_ATsubpackage] = ACTIONS(194), - [anon_sym_ATuses] = ACTIONS(194), - [anon_sym_ATauthor] = ACTIONS(194), - [anon_sym_LT] = ACTIONS(194), - [anon_sym_ATglobal] = ACTIONS(194), - [anon_sym_ATlink] = ACTIONS(194), - [anon_sym_ATmethod] = ACTIONS(194), - [anon_sym_ATparam] = ACTIONS(192), - [anon_sym_ATproperty] = ACTIONS(192), - [anon_sym_ATproperty_DASHread] = ACTIONS(194), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(194), - [anon_sym_ATreturn] = ACTIONS(194), - [anon_sym_ATsee] = ACTIONS(194), - [anon_sym_ATthrows] = ACTIONS(194), - [anon_sym_ATvar] = ACTIONS(194), - [anon_sym_ATdeprecated] = ACTIONS(194), - [anon_sym_ATsince] = ACTIONS(194), - [anon_sym_ATversion] = ACTIONS(194), - [anon_sym_ATtemplate] = ACTIONS(192), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(194), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(194), - [anon_sym_ATimplements] = ACTIONS(194), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(194), - [anon_sym_ATextends] = ACTIONS(194), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(194), - [anon_sym_ATuse] = ACTIONS(192), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(194), - [anon_sym_ATafter] = ACTIONS(192), - [anon_sym_ATafterClass] = ACTIONS(194), - [anon_sym_ATannotation] = ACTIONS(194), - [anon_sym_ATbackupGlobals] = ACTIONS(194), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(194), - [anon_sym_ATbefore] = ACTIONS(192), - [anon_sym_ATbeforeClass] = ACTIONS(194), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(192), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(194), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(194), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(194), - [anon_sym_ATcovers] = ACTIONS(192), - [anon_sym_ATcoversDefaultClass] = ACTIONS(192), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(194), - [anon_sym_ATcoversNothing] = ACTIONS(194), - [anon_sym_ATdataProvider] = ACTIONS(194), - [anon_sym_ATdepends] = ACTIONS(192), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(194), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(194), - [anon_sym_ATgroup] = ACTIONS(194), - [anon_sym_ATlarge] = ACTIONS(194), - [anon_sym_ATmedium] = ACTIONS(194), - [anon_sym_ATpreserveGlobalState] = ACTIONS(194), - [anon_sym_ATrequires] = ACTIONS(192), - [anon_sym_ATrequiresusages] = ACTIONS(194), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(194), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(194), - [anon_sym_ATsmall] = ACTIONS(194), - [anon_sym_ATtest] = ACTIONS(192), - [anon_sym_ATtestWith] = ACTIONS(194), - [anon_sym_ATtestdox] = ACTIONS(194), - [anon_sym_ATticket] = ACTIONS(194), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(194), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(194), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(194), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(192), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(194), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(192), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(194), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(194), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(194), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(194), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(194), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(194), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(194), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(194), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(194), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(192), - [anon_sym_ATreadonly] = ACTIONS(194), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(194), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(194), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(194), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(194), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(194), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(194), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(194), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(194), - [anon_sym_ATparam_DASHout] = ACTIONS(194), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(194), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(192), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(194), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(194), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(194), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(194), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(194), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(194), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(194), - [anon_sym_ATmixin] = ACTIONS(194), - [anon_sym_LBRACK_RBRACK] = ACTIONS(194), - [anon_sym_PIPE] = ACTIONS(194), - [anon_sym_AMP] = ACTIONS(194), - [anon_sym_DOLLAR] = ACTIONS(194), - [sym__end] = ACTIONS(194), - [sym__text_after_type] = ACTIONS(194), + [37] = { + [aux_sym_intersection_type_repeat1] = STATE(42), + [sym_name] = ACTIONS(312), + [anon_sym_ATinheritdoc] = ACTIONS(314), + [anon_sym_ATinheritDoc] = ACTIONS(314), + [anon_sym_ATapi] = ACTIONS(314), + [anon_sym_ATfilesource] = ACTIONS(314), + [anon_sym_ATignore] = ACTIONS(314), + [anon_sym_ATinternal] = ACTIONS(314), + [anon_sym_ATcategory] = ACTIONS(314), + [anon_sym_ATcopyright] = ACTIONS(314), + [anon_sym_ATtodo] = ACTIONS(314), + [anon_sym_ATexample] = ACTIONS(314), + [anon_sym_ATlicense] = ACTIONS(314), + [anon_sym_ATpackage] = ACTIONS(314), + [anon_sym_ATsource] = ACTIONS(314), + [anon_sym_ATsubpackage] = ACTIONS(314), + [anon_sym_ATuses] = ACTIONS(314), + [anon_sym_ATauthor] = ACTIONS(314), + [anon_sym_ATglobal] = ACTIONS(314), + [anon_sym_ATlink] = ACTIONS(314), + [anon_sym_ATmethod] = ACTIONS(314), + [anon_sym_ATparam] = ACTIONS(312), + [anon_sym_ATproperty] = ACTIONS(312), + [anon_sym_ATproperty_DASHread] = ACTIONS(314), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(314), + [anon_sym_ATreturn] = ACTIONS(314), + [anon_sym_ATsee] = ACTIONS(314), + [anon_sym_ATthrows] = ACTIONS(314), + [anon_sym_ATvar] = ACTIONS(314), + [anon_sym_ATdeprecated] = ACTIONS(314), + [anon_sym_ATsince] = ACTIONS(314), + [anon_sym_ATversion] = ACTIONS(314), + [anon_sym_ATtemplate] = ACTIONS(312), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(314), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(314), + [anon_sym_of] = ACTIONS(312), + [anon_sym_ATimplements] = ACTIONS(314), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(314), + [anon_sym_ATextends] = ACTIONS(314), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(314), + [anon_sym_ATuse] = ACTIONS(312), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(314), + [anon_sym_ATafter] = ACTIONS(312), + [anon_sym_ATafterClass] = ACTIONS(314), + [anon_sym_ATannotation] = ACTIONS(314), + [anon_sym_ATbackupGlobals] = ACTIONS(314), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(314), + [anon_sym_ATbefore] = ACTIONS(312), + [anon_sym_ATbeforeClass] = ACTIONS(314), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(312), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(314), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(314), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(314), + [anon_sym_ATcovers] = ACTIONS(312), + [anon_sym_ATcoversDefaultClass] = ACTIONS(312), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(314), + [anon_sym_ATcoversNothing] = ACTIONS(314), + [anon_sym_ATdataProvider] = ACTIONS(314), + [anon_sym_ATdepends] = ACTIONS(312), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(314), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(314), + [anon_sym_ATgroup] = ACTIONS(314), + [anon_sym_ATlarge] = ACTIONS(314), + [anon_sym_ATmedium] = ACTIONS(314), + [anon_sym_ATpreserveGlobalState] = ACTIONS(314), + [anon_sym_ATrequires] = ACTIONS(312), + [anon_sym_ATrequiresusages] = ACTIONS(314), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(314), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(314), + [anon_sym_ATsmall] = ACTIONS(314), + [anon_sym_ATtest] = ACTIONS(312), + [anon_sym_ATtestWith] = ACTIONS(314), + [anon_sym_ATtestdox] = ACTIONS(314), + [anon_sym_ATticket] = ACTIONS(314), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(314), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(314), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(314), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(312), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(314), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(312), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(314), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(314), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(314), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(314), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(314), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(314), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(314), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(314), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(314), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(312), + [anon_sym_ATreadonly] = ACTIONS(314), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(314), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(314), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(314), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(314), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(314), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(314), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(314), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(314), + [anon_sym_ATparam_DASHout] = ACTIONS(314), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(314), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(312), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(314), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(314), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(314), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(314), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(314), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(314), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(314), + [anon_sym_ATmixin] = ACTIONS(314), + [anon_sym_COMMA] = ACTIONS(314), + [anon_sym_AMP] = ACTIONS(274), + [anon_sym_RPAREN] = ACTIONS(314), + [anon_sym_DOLLAR] = ACTIONS(314), + [sym__end] = ACTIONS(314), + }, + [38] = { + [sym__type_argument_named_type] = STATE(92), + [anon_sym_LBRACE] = ACTIONS(243), + [anon_sym_ATinheritdoc] = ACTIONS(243), + [anon_sym_ATinheritDoc] = ACTIONS(243), + [anon_sym_ATapi] = ACTIONS(243), + [anon_sym_ATfilesource] = ACTIONS(243), + [anon_sym_ATignore] = ACTIONS(243), + [anon_sym_ATinternal] = ACTIONS(243), + [anon_sym_ATcategory] = ACTIONS(243), + [anon_sym_ATcopyright] = ACTIONS(243), + [anon_sym_ATtodo] = ACTIONS(243), + [anon_sym_ATexample] = ACTIONS(243), + [anon_sym_ATlicense] = ACTIONS(243), + [anon_sym_ATpackage] = ACTIONS(243), + [anon_sym_ATsource] = ACTIONS(243), + [anon_sym_ATsubpackage] = ACTIONS(243), + [anon_sym_ATuses] = ACTIONS(243), + [anon_sym_ATauthor] = ACTIONS(243), + [anon_sym_LT] = ACTIONS(316), + [anon_sym_ATglobal] = ACTIONS(243), + [anon_sym_ATlink] = ACTIONS(243), + [anon_sym_ATmethod] = ACTIONS(243), + [anon_sym_ATparam] = ACTIONS(241), + [anon_sym_ATproperty] = ACTIONS(241), + [anon_sym_ATproperty_DASHread] = ACTIONS(243), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(243), + [anon_sym_ATreturn] = ACTIONS(243), + [anon_sym_ATsee] = ACTIONS(243), + [anon_sym_ATthrows] = ACTIONS(243), + [anon_sym_ATvar] = ACTIONS(243), + [anon_sym_ATdeprecated] = ACTIONS(243), + [anon_sym_ATsince] = ACTIONS(243), + [anon_sym_ATversion] = ACTIONS(243), + [anon_sym_ATtemplate] = ACTIONS(241), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(243), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(243), + [anon_sym_ATimplements] = ACTIONS(243), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(243), + [anon_sym_ATextends] = ACTIONS(243), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(243), + [anon_sym_ATuse] = ACTIONS(241), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(243), + [anon_sym_ATafter] = ACTIONS(241), + [anon_sym_ATafterClass] = ACTIONS(243), + [anon_sym_ATannotation] = ACTIONS(243), + [anon_sym_ATbackupGlobals] = ACTIONS(243), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(243), + [anon_sym_ATbefore] = ACTIONS(241), + [anon_sym_ATbeforeClass] = ACTIONS(243), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(241), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(243), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(243), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(243), + [anon_sym_ATcovers] = ACTIONS(241), + [anon_sym_ATcoversDefaultClass] = ACTIONS(241), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(243), + [anon_sym_ATcoversNothing] = ACTIONS(243), + [anon_sym_ATdataProvider] = ACTIONS(243), + [anon_sym_ATdepends] = ACTIONS(241), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(243), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(243), + [anon_sym_ATgroup] = ACTIONS(243), + [anon_sym_ATlarge] = ACTIONS(243), + [anon_sym_ATmedium] = ACTIONS(243), + [anon_sym_ATpreserveGlobalState] = ACTIONS(243), + [anon_sym_ATrequires] = ACTIONS(241), + [anon_sym_ATrequiresusages] = ACTIONS(243), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(243), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(243), + [anon_sym_ATsmall] = ACTIONS(243), + [anon_sym_ATtest] = ACTIONS(241), + [anon_sym_ATtestWith] = ACTIONS(243), + [anon_sym_ATtestdox] = ACTIONS(243), + [anon_sym_ATticket] = ACTIONS(243), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(243), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(243), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(243), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(241), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(243), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(241), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(243), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(243), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(243), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(243), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(243), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(243), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(243), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(243), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(243), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(241), + [anon_sym_ATreadonly] = ACTIONS(243), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(243), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(243), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(243), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(243), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(243), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(243), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(243), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(243), + [anon_sym_ATparam_DASHout] = ACTIONS(243), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(243), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(241), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(243), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(243), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(243), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(243), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(243), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(243), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(243), + [anon_sym_ATmixin] = ACTIONS(243), + [anon_sym_PIPE] = ACTIONS(243), + [anon_sym_AMP] = ACTIONS(243), + [anon_sym_DOLLAR] = ACTIONS(243), + [sym__end] = ACTIONS(243), + [sym__text_after_type] = ACTIONS(243), + }, + [39] = { + [aux_sym__phpdoc_array_types_repeat1] = STATE(39), + [anon_sym_LBRACE] = ACTIONS(249), + [anon_sym_ATinheritdoc] = ACTIONS(249), + [anon_sym_ATinheritDoc] = ACTIONS(249), + [anon_sym_ATapi] = ACTIONS(249), + [anon_sym_ATfilesource] = ACTIONS(249), + [anon_sym_ATignore] = ACTIONS(249), + [anon_sym_ATinternal] = ACTIONS(249), + [anon_sym_ATcategory] = ACTIONS(249), + [anon_sym_ATcopyright] = ACTIONS(249), + [anon_sym_ATtodo] = ACTIONS(249), + [anon_sym_ATexample] = ACTIONS(249), + [anon_sym_ATlicense] = ACTIONS(249), + [anon_sym_ATpackage] = ACTIONS(249), + [anon_sym_ATsource] = ACTIONS(249), + [anon_sym_ATsubpackage] = ACTIONS(249), + [anon_sym_ATuses] = ACTIONS(249), + [anon_sym_ATauthor] = ACTIONS(249), + [anon_sym_ATglobal] = ACTIONS(249), + [anon_sym_ATlink] = ACTIONS(249), + [anon_sym_ATmethod] = ACTIONS(249), + [anon_sym_ATparam] = ACTIONS(247), + [anon_sym_ATproperty] = ACTIONS(247), + [anon_sym_ATproperty_DASHread] = ACTIONS(249), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(249), + [anon_sym_ATreturn] = ACTIONS(249), + [anon_sym_ATsee] = ACTIONS(249), + [anon_sym_ATthrows] = ACTIONS(249), + [anon_sym_ATvar] = ACTIONS(249), + [anon_sym_ATdeprecated] = ACTIONS(249), + [anon_sym_ATsince] = ACTIONS(249), + [anon_sym_ATversion] = ACTIONS(249), + [anon_sym_ATtemplate] = ACTIONS(247), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(249), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(249), + [anon_sym_ATimplements] = ACTIONS(249), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(249), + [anon_sym_ATextends] = ACTIONS(249), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(249), + [anon_sym_ATuse] = ACTIONS(247), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(249), + [anon_sym_ATafter] = ACTIONS(247), + [anon_sym_ATafterClass] = ACTIONS(249), + [anon_sym_ATannotation] = ACTIONS(249), + [anon_sym_ATbackupGlobals] = ACTIONS(249), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(249), + [anon_sym_ATbefore] = ACTIONS(247), + [anon_sym_ATbeforeClass] = ACTIONS(249), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(247), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(249), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(249), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(249), + [anon_sym_ATcovers] = ACTIONS(247), + [anon_sym_ATcoversDefaultClass] = ACTIONS(247), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(249), + [anon_sym_ATcoversNothing] = ACTIONS(249), + [anon_sym_ATdataProvider] = ACTIONS(249), + [anon_sym_ATdepends] = ACTIONS(247), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(249), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(249), + [anon_sym_ATgroup] = ACTIONS(249), + [anon_sym_ATlarge] = ACTIONS(249), + [anon_sym_ATmedium] = ACTIONS(249), + [anon_sym_ATpreserveGlobalState] = ACTIONS(249), + [anon_sym_ATrequires] = ACTIONS(247), + [anon_sym_ATrequiresusages] = ACTIONS(249), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(249), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(249), + [anon_sym_ATsmall] = ACTIONS(249), + [anon_sym_ATtest] = ACTIONS(247), + [anon_sym_ATtestWith] = ACTIONS(249), + [anon_sym_ATtestdox] = ACTIONS(249), + [anon_sym_ATticket] = ACTIONS(249), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(249), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(249), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(249), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(247), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(249), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(247), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(249), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(249), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(249), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(249), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(249), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(249), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(249), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(249), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(249), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(247), + [anon_sym_ATreadonly] = ACTIONS(249), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(249), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(249), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(249), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(249), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(249), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(249), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(249), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(249), + [anon_sym_ATparam_DASHout] = ACTIONS(249), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(249), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(247), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(249), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(249), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(249), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(249), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(249), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(249), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(249), + [anon_sym_ATmixin] = ACTIONS(249), + [anon_sym_LBRACK_RBRACK] = ACTIONS(318), + [anon_sym_PIPE] = ACTIONS(249), + [anon_sym_AMP] = ACTIONS(249), + [anon_sym_DOLLAR] = ACTIONS(249), + [sym__end] = ACTIONS(249), + [sym__text_after_type] = ACTIONS(249), }, [40] = { - [sym__type_argument_list] = STATE(10), - [aux_sym_namespace_name_repeat1] = STATE(285), + [sym__type_argument_list] = STATE(9), + [aux_sym_namespace_name_repeat1] = STATE(288), [anon_sym_ATinheritdoc] = ACTIONS(184), [anon_sym_ATinheritDoc] = ACTIONS(184), [anon_sym_ATapi] = ACTIONS(184), @@ -11805,7 +11813,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATsubpackage] = ACTIONS(184), [anon_sym_ATuses] = ACTIONS(184), [anon_sym_ATauthor] = ACTIONS(184), - [anon_sym_LT] = ACTIONS(323), + [anon_sym_LT] = ACTIONS(321), [anon_sym_GT] = ACTIONS(184), [anon_sym_ATglobal] = ACTIONS(184), [anon_sym_ATlink] = ACTIONS(184), @@ -11904,123 +11912,357 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(184), }, [41] = { - [anon_sym_LBRACE] = ACTIONS(206), - [anon_sym_ATinheritdoc] = ACTIONS(206), - [anon_sym_ATinheritDoc] = ACTIONS(206), - [anon_sym_ATapi] = ACTIONS(206), - [anon_sym_ATfilesource] = ACTIONS(206), - [anon_sym_ATignore] = ACTIONS(206), - [anon_sym_ATinternal] = ACTIONS(206), - [anon_sym_ATcategory] = ACTIONS(206), - [anon_sym_ATcopyright] = ACTIONS(206), - [anon_sym_ATtodo] = ACTIONS(206), - [anon_sym_ATexample] = ACTIONS(206), - [anon_sym_ATlicense] = ACTIONS(206), - [anon_sym_ATpackage] = ACTIONS(206), - [anon_sym_ATsource] = ACTIONS(206), - [anon_sym_ATsubpackage] = ACTIONS(206), - [anon_sym_ATuses] = ACTIONS(206), - [anon_sym_ATauthor] = ACTIONS(206), - [anon_sym_LT] = ACTIONS(206), - [anon_sym_ATglobal] = ACTIONS(206), - [anon_sym_ATlink] = ACTIONS(206), - [anon_sym_ATmethod] = ACTIONS(206), - [anon_sym_ATparam] = ACTIONS(204), - [anon_sym_ATproperty] = ACTIONS(204), - [anon_sym_ATproperty_DASHread] = ACTIONS(206), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(206), - [anon_sym_ATreturn] = ACTIONS(206), - [anon_sym_ATsee] = ACTIONS(206), - [anon_sym_ATthrows] = ACTIONS(206), - [anon_sym_ATvar] = ACTIONS(206), - [anon_sym_ATdeprecated] = ACTIONS(206), - [anon_sym_ATsince] = ACTIONS(206), - [anon_sym_ATversion] = ACTIONS(206), - [anon_sym_ATtemplate] = ACTIONS(204), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(206), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(206), - [anon_sym_ATimplements] = ACTIONS(206), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(206), - [anon_sym_ATextends] = ACTIONS(206), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(206), - [anon_sym_ATuse] = ACTIONS(204), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(206), - [anon_sym_ATafter] = ACTIONS(204), - [anon_sym_ATafterClass] = ACTIONS(206), - [anon_sym_ATannotation] = ACTIONS(206), - [anon_sym_ATbackupGlobals] = ACTIONS(206), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(206), - [anon_sym_ATbefore] = ACTIONS(204), - [anon_sym_ATbeforeClass] = ACTIONS(206), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(204), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(206), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(206), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(206), - [anon_sym_ATcovers] = ACTIONS(204), - [anon_sym_ATcoversDefaultClass] = ACTIONS(204), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(206), - [anon_sym_ATcoversNothing] = ACTIONS(206), - [anon_sym_ATdataProvider] = ACTIONS(206), - [anon_sym_ATdepends] = ACTIONS(204), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(206), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(206), - [anon_sym_ATgroup] = ACTIONS(206), - [anon_sym_ATlarge] = ACTIONS(206), - [anon_sym_ATmedium] = ACTIONS(206), - [anon_sym_ATpreserveGlobalState] = ACTIONS(206), - [anon_sym_ATrequires] = ACTIONS(204), - [anon_sym_ATrequiresusages] = ACTIONS(206), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(206), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(206), - [anon_sym_ATsmall] = ACTIONS(206), - [anon_sym_ATtest] = ACTIONS(204), - [anon_sym_ATtestWith] = ACTIONS(206), - [anon_sym_ATtestdox] = ACTIONS(206), - [anon_sym_ATticket] = ACTIONS(206), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(206), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(206), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(206), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(204), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(206), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(204), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(206), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(206), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(206), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(206), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(206), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(206), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(206), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(206), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(206), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(204), - [anon_sym_ATreadonly] = ACTIONS(206), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(206), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(206), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(206), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(206), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(206), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(206), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(206), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(206), - [anon_sym_ATparam_DASHout] = ACTIONS(206), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(206), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(204), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(206), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(206), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(206), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(206), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(206), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(206), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(206), - [anon_sym_ATmixin] = ACTIONS(206), - [anon_sym_LBRACK_RBRACK] = ACTIONS(206), - [anon_sym_PIPE] = ACTIONS(206), - [anon_sym_AMP] = ACTIONS(206), - [anon_sym_DOLLAR] = ACTIONS(206), - [sym__end] = ACTIONS(206), - [sym__text_after_type] = ACTIONS(206), + [anon_sym_LBRACE] = ACTIONS(260), + [anon_sym_ATinheritdoc] = ACTIONS(260), + [anon_sym_ATinheritDoc] = ACTIONS(260), + [anon_sym_ATapi] = ACTIONS(260), + [anon_sym_ATfilesource] = ACTIONS(260), + [anon_sym_ATignore] = ACTIONS(260), + [anon_sym_ATinternal] = ACTIONS(260), + [anon_sym_ATcategory] = ACTIONS(260), + [anon_sym_ATcopyright] = ACTIONS(260), + [anon_sym_ATtodo] = ACTIONS(260), + [anon_sym_ATexample] = ACTIONS(260), + [anon_sym_ATlicense] = ACTIONS(260), + [anon_sym_ATpackage] = ACTIONS(260), + [anon_sym_ATsource] = ACTIONS(260), + [anon_sym_ATsubpackage] = ACTIONS(260), + [anon_sym_ATuses] = ACTIONS(260), + [anon_sym_ATauthor] = ACTIONS(260), + [anon_sym_LT] = ACTIONS(260), + [anon_sym_ATglobal] = ACTIONS(260), + [anon_sym_ATlink] = ACTIONS(260), + [anon_sym_ATmethod] = ACTIONS(260), + [anon_sym_ATparam] = ACTIONS(258), + [anon_sym_ATproperty] = ACTIONS(258), + [anon_sym_ATproperty_DASHread] = ACTIONS(260), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(260), + [anon_sym_ATreturn] = ACTIONS(260), + [anon_sym_ATsee] = ACTIONS(260), + [anon_sym_ATthrows] = ACTIONS(260), + [anon_sym_ATvar] = ACTIONS(260), + [anon_sym_ATdeprecated] = ACTIONS(260), + [anon_sym_ATsince] = ACTIONS(260), + [anon_sym_ATversion] = ACTIONS(260), + [anon_sym_ATtemplate] = ACTIONS(258), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(260), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(260), + [anon_sym_ATimplements] = ACTIONS(260), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(260), + [anon_sym_ATextends] = ACTIONS(260), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(260), + [anon_sym_ATuse] = ACTIONS(258), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(260), + [anon_sym_ATafter] = ACTIONS(258), + [anon_sym_ATafterClass] = ACTIONS(260), + [anon_sym_ATannotation] = ACTIONS(260), + [anon_sym_ATbackupGlobals] = ACTIONS(260), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(260), + [anon_sym_ATbefore] = ACTIONS(258), + [anon_sym_ATbeforeClass] = ACTIONS(260), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(258), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(260), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(260), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(260), + [anon_sym_ATcovers] = ACTIONS(258), + [anon_sym_ATcoversDefaultClass] = ACTIONS(258), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(260), + [anon_sym_ATcoversNothing] = ACTIONS(260), + [anon_sym_ATdataProvider] = ACTIONS(260), + [anon_sym_ATdepends] = ACTIONS(258), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(260), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(260), + [anon_sym_ATgroup] = ACTIONS(260), + [anon_sym_ATlarge] = ACTIONS(260), + [anon_sym_ATmedium] = ACTIONS(260), + [anon_sym_ATpreserveGlobalState] = ACTIONS(260), + [anon_sym_ATrequires] = ACTIONS(258), + [anon_sym_ATrequiresusages] = ACTIONS(260), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(260), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(260), + [anon_sym_ATsmall] = ACTIONS(260), + [anon_sym_ATtest] = ACTIONS(258), + [anon_sym_ATtestWith] = ACTIONS(260), + [anon_sym_ATtestdox] = ACTIONS(260), + [anon_sym_ATticket] = ACTIONS(260), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(260), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(260), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(260), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(258), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(260), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(258), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(260), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(260), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(260), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(260), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(260), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(260), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(260), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(260), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(260), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(258), + [anon_sym_ATreadonly] = ACTIONS(260), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(260), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(260), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(260), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(260), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(260), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(260), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(260), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(260), + [anon_sym_ATparam_DASHout] = ACTIONS(260), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(260), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(258), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(260), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(260), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(260), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(260), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(260), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(260), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(260), + [anon_sym_ATmixin] = ACTIONS(260), + [anon_sym_LBRACK_RBRACK] = ACTIONS(260), + [anon_sym_PIPE] = ACTIONS(260), + [anon_sym_AMP] = ACTIONS(260), + [anon_sym_DOLLAR] = ACTIONS(260), + [sym__end] = ACTIONS(260), + [sym__text_after_type] = ACTIONS(260), + }, + [42] = { + [aux_sym_intersection_type_repeat1] = STATE(42), + [sym_name] = ACTIONS(323), + [anon_sym_ATinheritdoc] = ACTIONS(325), + [anon_sym_ATinheritDoc] = ACTIONS(325), + [anon_sym_ATapi] = ACTIONS(325), + [anon_sym_ATfilesource] = ACTIONS(325), + [anon_sym_ATignore] = ACTIONS(325), + [anon_sym_ATinternal] = ACTIONS(325), + [anon_sym_ATcategory] = ACTIONS(325), + [anon_sym_ATcopyright] = ACTIONS(325), + [anon_sym_ATtodo] = ACTIONS(325), + [anon_sym_ATexample] = ACTIONS(325), + [anon_sym_ATlicense] = ACTIONS(325), + [anon_sym_ATpackage] = ACTIONS(325), + [anon_sym_ATsource] = ACTIONS(325), + [anon_sym_ATsubpackage] = ACTIONS(325), + [anon_sym_ATuses] = ACTIONS(325), + [anon_sym_ATauthor] = ACTIONS(325), + [anon_sym_ATglobal] = ACTIONS(325), + [anon_sym_ATlink] = ACTIONS(325), + [anon_sym_ATmethod] = ACTIONS(325), + [anon_sym_ATparam] = ACTIONS(323), + [anon_sym_ATproperty] = ACTIONS(323), + [anon_sym_ATproperty_DASHread] = ACTIONS(325), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(325), + [anon_sym_ATreturn] = ACTIONS(325), + [anon_sym_ATsee] = ACTIONS(325), + [anon_sym_ATthrows] = ACTIONS(325), + [anon_sym_ATvar] = ACTIONS(325), + [anon_sym_ATdeprecated] = ACTIONS(325), + [anon_sym_ATsince] = ACTIONS(325), + [anon_sym_ATversion] = ACTIONS(325), + [anon_sym_ATtemplate] = ACTIONS(323), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(325), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(325), + [anon_sym_of] = ACTIONS(323), + [anon_sym_ATimplements] = ACTIONS(325), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(325), + [anon_sym_ATextends] = ACTIONS(325), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(325), + [anon_sym_ATuse] = ACTIONS(323), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(325), + [anon_sym_ATafter] = ACTIONS(323), + [anon_sym_ATafterClass] = ACTIONS(325), + [anon_sym_ATannotation] = ACTIONS(325), + [anon_sym_ATbackupGlobals] = ACTIONS(325), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(325), + [anon_sym_ATbefore] = ACTIONS(323), + [anon_sym_ATbeforeClass] = ACTIONS(325), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(323), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(325), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(325), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(325), + [anon_sym_ATcovers] = ACTIONS(323), + [anon_sym_ATcoversDefaultClass] = ACTIONS(323), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(325), + [anon_sym_ATcoversNothing] = ACTIONS(325), + [anon_sym_ATdataProvider] = ACTIONS(325), + [anon_sym_ATdepends] = ACTIONS(323), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(325), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(325), + [anon_sym_ATgroup] = ACTIONS(325), + [anon_sym_ATlarge] = ACTIONS(325), + [anon_sym_ATmedium] = ACTIONS(325), + [anon_sym_ATpreserveGlobalState] = ACTIONS(325), + [anon_sym_ATrequires] = ACTIONS(323), + [anon_sym_ATrequiresusages] = ACTIONS(325), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(325), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(325), + [anon_sym_ATsmall] = ACTIONS(325), + [anon_sym_ATtest] = ACTIONS(323), + [anon_sym_ATtestWith] = ACTIONS(325), + [anon_sym_ATtestdox] = ACTIONS(325), + [anon_sym_ATticket] = ACTIONS(325), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(325), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(325), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(325), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(323), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(325), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(323), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(325), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(325), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(325), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(325), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(325), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(325), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(325), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(325), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(325), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(323), + [anon_sym_ATreadonly] = ACTIONS(325), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(325), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(325), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(325), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(325), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(325), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(325), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(325), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(325), + [anon_sym_ATparam_DASHout] = ACTIONS(325), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(325), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(323), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(325), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(325), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(325), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(325), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(325), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(325), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(325), + [anon_sym_ATmixin] = ACTIONS(325), + [anon_sym_COMMA] = ACTIONS(325), + [anon_sym_AMP] = ACTIONS(327), + [anon_sym_RPAREN] = ACTIONS(325), + [anon_sym_DOLLAR] = ACTIONS(325), + [sym__end] = ACTIONS(325), + }, + [43] = { + [anon_sym_LBRACE] = ACTIONS(194), + [anon_sym_ATinheritdoc] = ACTIONS(194), + [anon_sym_ATinheritDoc] = ACTIONS(194), + [anon_sym_ATapi] = ACTIONS(194), + [anon_sym_ATfilesource] = ACTIONS(194), + [anon_sym_ATignore] = ACTIONS(194), + [anon_sym_ATinternal] = ACTIONS(194), + [anon_sym_ATcategory] = ACTIONS(194), + [anon_sym_ATcopyright] = ACTIONS(194), + [anon_sym_ATtodo] = ACTIONS(194), + [anon_sym_ATexample] = ACTIONS(194), + [anon_sym_ATlicense] = ACTIONS(194), + [anon_sym_ATpackage] = ACTIONS(194), + [anon_sym_ATsource] = ACTIONS(194), + [anon_sym_ATsubpackage] = ACTIONS(194), + [anon_sym_ATuses] = ACTIONS(194), + [anon_sym_ATauthor] = ACTIONS(194), + [anon_sym_LT] = ACTIONS(194), + [anon_sym_ATglobal] = ACTIONS(194), + [anon_sym_ATlink] = ACTIONS(194), + [anon_sym_ATmethod] = ACTIONS(194), + [anon_sym_ATparam] = ACTIONS(192), + [anon_sym_ATproperty] = ACTIONS(192), + [anon_sym_ATproperty_DASHread] = ACTIONS(194), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(194), + [anon_sym_ATreturn] = ACTIONS(194), + [anon_sym_ATsee] = ACTIONS(194), + [anon_sym_ATthrows] = ACTIONS(194), + [anon_sym_ATvar] = ACTIONS(194), + [anon_sym_ATdeprecated] = ACTIONS(194), + [anon_sym_ATsince] = ACTIONS(194), + [anon_sym_ATversion] = ACTIONS(194), + [anon_sym_ATtemplate] = ACTIONS(192), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(194), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(194), + [anon_sym_ATimplements] = ACTIONS(194), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(194), + [anon_sym_ATextends] = ACTIONS(194), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(194), + [anon_sym_ATuse] = ACTIONS(192), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(194), + [anon_sym_ATafter] = ACTIONS(192), + [anon_sym_ATafterClass] = ACTIONS(194), + [anon_sym_ATannotation] = ACTIONS(194), + [anon_sym_ATbackupGlobals] = ACTIONS(194), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(194), + [anon_sym_ATbefore] = ACTIONS(192), + [anon_sym_ATbeforeClass] = ACTIONS(194), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(192), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(194), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(194), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(194), + [anon_sym_ATcovers] = ACTIONS(192), + [anon_sym_ATcoversDefaultClass] = ACTIONS(192), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(194), + [anon_sym_ATcoversNothing] = ACTIONS(194), + [anon_sym_ATdataProvider] = ACTIONS(194), + [anon_sym_ATdepends] = ACTIONS(192), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(194), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(194), + [anon_sym_ATgroup] = ACTIONS(194), + [anon_sym_ATlarge] = ACTIONS(194), + [anon_sym_ATmedium] = ACTIONS(194), + [anon_sym_ATpreserveGlobalState] = ACTIONS(194), + [anon_sym_ATrequires] = ACTIONS(192), + [anon_sym_ATrequiresusages] = ACTIONS(194), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(194), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(194), + [anon_sym_ATsmall] = ACTIONS(194), + [anon_sym_ATtest] = ACTIONS(192), + [anon_sym_ATtestWith] = ACTIONS(194), + [anon_sym_ATtestdox] = ACTIONS(194), + [anon_sym_ATticket] = ACTIONS(194), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(194), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(194), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(194), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(192), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(194), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(192), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(194), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(194), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(194), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(194), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(194), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(194), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(194), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(194), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(194), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(192), + [anon_sym_ATreadonly] = ACTIONS(194), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(194), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(194), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(194), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(194), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(194), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(194), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(194), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(194), + [anon_sym_ATparam_DASHout] = ACTIONS(194), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(194), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(192), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(194), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(194), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(194), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(194), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(194), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(194), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(194), + [anon_sym_ATmixin] = ACTIONS(194), + [anon_sym_LBRACK_RBRACK] = ACTIONS(194), + [anon_sym_PIPE] = ACTIONS(194), + [anon_sym_AMP] = ACTIONS(194), + [anon_sym_DOLLAR] = ACTIONS(194), + [sym__end] = ACTIONS(194), + [sym__text_after_type] = ACTIONS(194), }, - [42] = { + [44] = { [anon_sym_LBRACE] = ACTIONS(198), [anon_sym_ATinheritdoc] = ACTIONS(198), [anon_sym_ATinheritDoc] = ACTIONS(198), @@ -12100,395 +12342,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATpsalm_DASHparam] = ACTIONS(196), [anon_sym_ATpsalm_DASHreturn] = ACTIONS(198), [anon_sym_ATpsalm_DASHproperty] = ACTIONS(196), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(198), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(198), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(198), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(198), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(198), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(198), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(198), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(198), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(198), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(196), - [anon_sym_ATreadonly] = ACTIONS(198), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(198), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(198), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(198), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(198), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(198), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(198), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(198), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(198), - [anon_sym_ATparam_DASHout] = ACTIONS(198), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(198), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(196), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(198), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(198), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(198), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(198), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(198), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(198), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(198), - [anon_sym_ATmixin] = ACTIONS(198), - [anon_sym_LBRACK_RBRACK] = ACTIONS(198), - [anon_sym_PIPE] = ACTIONS(198), - [anon_sym_AMP] = ACTIONS(198), - [anon_sym_DOLLAR] = ACTIONS(198), - [sym__end] = ACTIONS(198), - [sym__text_after_type] = ACTIONS(198), - }, - [43] = { - [anon_sym_LBRACE] = ACTIONS(202), - [anon_sym_ATinheritdoc] = ACTIONS(202), - [anon_sym_ATinheritDoc] = ACTIONS(202), - [anon_sym_ATapi] = ACTIONS(202), - [anon_sym_ATfilesource] = ACTIONS(202), - [anon_sym_ATignore] = ACTIONS(202), - [anon_sym_ATinternal] = ACTIONS(202), - [anon_sym_ATcategory] = ACTIONS(202), - [anon_sym_ATcopyright] = ACTIONS(202), - [anon_sym_ATtodo] = ACTIONS(202), - [anon_sym_ATexample] = ACTIONS(202), - [anon_sym_ATlicense] = ACTIONS(202), - [anon_sym_ATpackage] = ACTIONS(202), - [anon_sym_ATsource] = ACTIONS(202), - [anon_sym_ATsubpackage] = ACTIONS(202), - [anon_sym_ATuses] = ACTIONS(202), - [anon_sym_ATauthor] = ACTIONS(202), - [anon_sym_LT] = ACTIONS(202), - [anon_sym_ATglobal] = ACTIONS(202), - [anon_sym_ATlink] = ACTIONS(202), - [anon_sym_ATmethod] = ACTIONS(202), - [anon_sym_ATparam] = ACTIONS(200), - [anon_sym_ATproperty] = ACTIONS(200), - [anon_sym_ATproperty_DASHread] = ACTIONS(202), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(202), - [anon_sym_ATreturn] = ACTIONS(202), - [anon_sym_ATsee] = ACTIONS(202), - [anon_sym_ATthrows] = ACTIONS(202), - [anon_sym_ATvar] = ACTIONS(202), - [anon_sym_ATdeprecated] = ACTIONS(202), - [anon_sym_ATsince] = ACTIONS(202), - [anon_sym_ATversion] = ACTIONS(202), - [anon_sym_ATtemplate] = ACTIONS(200), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(202), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(202), - [anon_sym_ATimplements] = ACTIONS(202), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(202), - [anon_sym_ATextends] = ACTIONS(202), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(202), - [anon_sym_ATuse] = ACTIONS(200), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(202), - [anon_sym_ATafter] = ACTIONS(200), - [anon_sym_ATafterClass] = ACTIONS(202), - [anon_sym_ATannotation] = ACTIONS(202), - [anon_sym_ATbackupGlobals] = ACTIONS(202), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(202), - [anon_sym_ATbefore] = ACTIONS(200), - [anon_sym_ATbeforeClass] = ACTIONS(202), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(200), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(202), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(202), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(202), - [anon_sym_ATcovers] = ACTIONS(200), - [anon_sym_ATcoversDefaultClass] = ACTIONS(200), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(202), - [anon_sym_ATcoversNothing] = ACTIONS(202), - [anon_sym_ATdataProvider] = ACTIONS(202), - [anon_sym_ATdepends] = ACTIONS(200), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(202), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(202), - [anon_sym_ATgroup] = ACTIONS(202), - [anon_sym_ATlarge] = ACTIONS(202), - [anon_sym_ATmedium] = ACTIONS(202), - [anon_sym_ATpreserveGlobalState] = ACTIONS(202), - [anon_sym_ATrequires] = ACTIONS(200), - [anon_sym_ATrequiresusages] = ACTIONS(202), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(202), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(202), - [anon_sym_ATsmall] = ACTIONS(202), - [anon_sym_ATtest] = ACTIONS(200), - [anon_sym_ATtestWith] = ACTIONS(202), - [anon_sym_ATtestdox] = ACTIONS(202), - [anon_sym_ATticket] = ACTIONS(202), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(202), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(202), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(202), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(200), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(202), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(200), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(202), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(202), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(202), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(202), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(202), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(202), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(202), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(202), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(202), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(200), - [anon_sym_ATreadonly] = ACTIONS(202), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(202), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(202), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(202), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(202), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(202), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(202), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(202), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(202), - [anon_sym_ATparam_DASHout] = ACTIONS(202), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(202), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(200), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(202), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(202), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(202), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(202), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(202), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(202), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(202), - [anon_sym_ATmixin] = ACTIONS(202), - [anon_sym_LBRACK_RBRACK] = ACTIONS(202), - [anon_sym_PIPE] = ACTIONS(202), - [anon_sym_AMP] = ACTIONS(202), - [anon_sym_DOLLAR] = ACTIONS(202), - [sym__end] = ACTIONS(202), - [sym__text_after_type] = ACTIONS(202), - }, - [44] = { - [aux_sym__phpdoc_array_types_repeat1] = STATE(48), - [anon_sym_LBRACE] = ACTIONS(229), - [anon_sym_ATinheritdoc] = ACTIONS(229), - [anon_sym_ATinheritDoc] = ACTIONS(229), - [anon_sym_ATapi] = ACTIONS(229), - [anon_sym_ATfilesource] = ACTIONS(229), - [anon_sym_ATignore] = ACTIONS(229), - [anon_sym_ATinternal] = ACTIONS(229), - [anon_sym_ATcategory] = ACTIONS(229), - [anon_sym_ATcopyright] = ACTIONS(229), - [anon_sym_ATtodo] = ACTIONS(229), - [anon_sym_ATexample] = ACTIONS(229), - [anon_sym_ATlicense] = ACTIONS(229), - [anon_sym_ATpackage] = ACTIONS(229), - [anon_sym_ATsource] = ACTIONS(229), - [anon_sym_ATsubpackage] = ACTIONS(229), - [anon_sym_ATuses] = ACTIONS(229), - [anon_sym_ATauthor] = ACTIONS(229), - [anon_sym_ATglobal] = ACTIONS(229), - [anon_sym_ATlink] = ACTIONS(229), - [anon_sym_ATmethod] = ACTIONS(229), - [anon_sym_ATparam] = ACTIONS(227), - [anon_sym_ATproperty] = ACTIONS(227), - [anon_sym_ATproperty_DASHread] = ACTIONS(229), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(229), - [anon_sym_ATreturn] = ACTIONS(229), - [anon_sym_ATsee] = ACTIONS(229), - [anon_sym_ATthrows] = ACTIONS(229), - [anon_sym_ATvar] = ACTIONS(229), - [anon_sym_ATdeprecated] = ACTIONS(229), - [anon_sym_ATsince] = ACTIONS(229), - [anon_sym_ATversion] = ACTIONS(229), - [anon_sym_ATtemplate] = ACTIONS(227), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(229), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(229), - [anon_sym_ATimplements] = ACTIONS(229), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(229), - [anon_sym_ATextends] = ACTIONS(229), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(229), - [anon_sym_ATuse] = ACTIONS(227), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(229), - [anon_sym_ATafter] = ACTIONS(227), - [anon_sym_ATafterClass] = ACTIONS(229), - [anon_sym_ATannotation] = ACTIONS(229), - [anon_sym_ATbackupGlobals] = ACTIONS(229), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(229), - [anon_sym_ATbefore] = ACTIONS(227), - [anon_sym_ATbeforeClass] = ACTIONS(229), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(227), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(229), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(229), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(229), - [anon_sym_ATcovers] = ACTIONS(227), - [anon_sym_ATcoversDefaultClass] = ACTIONS(227), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(229), - [anon_sym_ATcoversNothing] = ACTIONS(229), - [anon_sym_ATdataProvider] = ACTIONS(229), - [anon_sym_ATdepends] = ACTIONS(227), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(229), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(229), - [anon_sym_ATgroup] = ACTIONS(229), - [anon_sym_ATlarge] = ACTIONS(229), - [anon_sym_ATmedium] = ACTIONS(229), - [anon_sym_ATpreserveGlobalState] = ACTIONS(229), - [anon_sym_ATrequires] = ACTIONS(227), - [anon_sym_ATrequiresusages] = ACTIONS(229), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(229), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(229), - [anon_sym_ATsmall] = ACTIONS(229), - [anon_sym_ATtest] = ACTIONS(227), - [anon_sym_ATtestWith] = ACTIONS(229), - [anon_sym_ATtestdox] = ACTIONS(229), - [anon_sym_ATticket] = ACTIONS(229), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(229), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(229), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(229), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(227), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(229), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(227), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(229), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(229), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(229), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(229), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(229), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(229), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(229), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(229), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(229), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(227), - [anon_sym_ATreadonly] = ACTIONS(229), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(229), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(229), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(229), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(229), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(229), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(229), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(229), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(229), - [anon_sym_ATparam_DASHout] = ACTIONS(229), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(229), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(227), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(229), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(229), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(229), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(229), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(229), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(229), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(229), - [anon_sym_ATmixin] = ACTIONS(229), - [anon_sym_LBRACK_RBRACK] = ACTIONS(325), - [anon_sym_PIPE] = ACTIONS(229), - [anon_sym_AMP] = ACTIONS(229), - [anon_sym_DOLLAR] = ACTIONS(229), - [sym__end] = ACTIONS(229), - [sym__text_after_type] = ACTIONS(229), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(198), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(198), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(198), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(198), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(198), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(198), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(198), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(198), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(198), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(196), + [anon_sym_ATreadonly] = ACTIONS(198), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(198), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(198), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(198), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(198), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(198), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(198), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(198), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(198), + [anon_sym_ATparam_DASHout] = ACTIONS(198), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(198), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(196), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(198), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(198), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(198), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(198), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(198), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(198), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(198), + [anon_sym_ATmixin] = ACTIONS(198), + [anon_sym_LBRACK_RBRACK] = ACTIONS(198), + [anon_sym_PIPE] = ACTIONS(198), + [anon_sym_AMP] = ACTIONS(198), + [anon_sym_DOLLAR] = ACTIONS(198), + [sym__end] = ACTIONS(198), + [sym__text_after_type] = ACTIONS(198), }, [45] = { - [anon_sym_LBRACE] = ACTIONS(184), - [anon_sym_ATinheritdoc] = ACTIONS(184), - [anon_sym_ATinheritDoc] = ACTIONS(184), - [anon_sym_ATapi] = ACTIONS(184), - [anon_sym_ATfilesource] = ACTIONS(184), - [anon_sym_ATignore] = ACTIONS(184), - [anon_sym_ATinternal] = ACTIONS(184), - [anon_sym_ATcategory] = ACTIONS(184), - [anon_sym_ATcopyright] = ACTIONS(184), - [anon_sym_ATtodo] = ACTIONS(184), - [anon_sym_ATexample] = ACTIONS(184), - [anon_sym_ATlicense] = ACTIONS(184), - [anon_sym_ATpackage] = ACTIONS(184), - [anon_sym_ATsource] = ACTIONS(184), - [anon_sym_ATsubpackage] = ACTIONS(184), - [anon_sym_ATuses] = ACTIONS(184), - [anon_sym_ATauthor] = ACTIONS(184), - [anon_sym_LT] = ACTIONS(184), - [anon_sym_ATglobal] = ACTIONS(184), - [anon_sym_ATlink] = ACTIONS(184), - [anon_sym_ATmethod] = ACTIONS(184), - [anon_sym_ATparam] = ACTIONS(182), - [anon_sym_ATproperty] = ACTIONS(182), - [anon_sym_ATproperty_DASHread] = ACTIONS(184), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(184), - [anon_sym_ATreturn] = ACTIONS(184), - [anon_sym_ATsee] = ACTIONS(184), - [anon_sym_ATthrows] = ACTIONS(184), - [anon_sym_ATvar] = ACTIONS(184), - [anon_sym_ATdeprecated] = ACTIONS(184), - [anon_sym_ATsince] = ACTIONS(184), - [anon_sym_ATversion] = ACTIONS(184), - [anon_sym_ATtemplate] = ACTIONS(182), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(184), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(184), - [anon_sym_ATimplements] = ACTIONS(184), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(184), - [anon_sym_ATextends] = ACTIONS(184), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(184), - [anon_sym_ATuse] = ACTIONS(182), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(184), - [anon_sym_ATafter] = ACTIONS(182), - [anon_sym_ATafterClass] = ACTIONS(184), - [anon_sym_ATannotation] = ACTIONS(184), - [anon_sym_ATbackupGlobals] = ACTIONS(184), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(184), - [anon_sym_ATbefore] = ACTIONS(182), - [anon_sym_ATbeforeClass] = ACTIONS(184), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(182), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(184), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(184), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(184), - [anon_sym_ATcovers] = ACTIONS(182), - [anon_sym_ATcoversDefaultClass] = ACTIONS(182), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(184), - [anon_sym_ATcoversNothing] = ACTIONS(184), - [anon_sym_ATdataProvider] = ACTIONS(184), - [anon_sym_ATdepends] = ACTIONS(182), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(184), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(184), - [anon_sym_ATgroup] = ACTIONS(184), - [anon_sym_ATlarge] = ACTIONS(184), - [anon_sym_ATmedium] = ACTIONS(184), - [anon_sym_ATpreserveGlobalState] = ACTIONS(184), - [anon_sym_ATrequires] = ACTIONS(182), - [anon_sym_ATrequiresusages] = ACTIONS(184), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(184), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(184), - [anon_sym_ATsmall] = ACTIONS(184), - [anon_sym_ATtest] = ACTIONS(182), - [anon_sym_ATtestWith] = ACTIONS(184), - [anon_sym_ATtestdox] = ACTIONS(184), - [anon_sym_ATticket] = ACTIONS(184), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(184), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(184), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(184), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(182), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(184), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(182), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(184), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(184), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(184), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(184), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(184), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(184), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(184), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(184), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(184), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(182), - [anon_sym_ATreadonly] = ACTIONS(184), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(184), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(184), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(184), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(184), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(184), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(184), - [anon_sym_ATparam_DASHout] = ACTIONS(184), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(184), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(182), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(184), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(184), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(184), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(184), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(184), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(184), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(184), - [anon_sym_ATmixin] = ACTIONS(184), - [anon_sym_LBRACK_RBRACK] = ACTIONS(184), - [anon_sym_PIPE] = ACTIONS(184), - [anon_sym_AMP] = ACTIONS(184), - [anon_sym_DOLLAR] = ACTIONS(184), - [sym__end] = ACTIONS(184), - [sym__text_after_type] = ACTIONS(184), - }, - [46] = { [anon_sym_LBRACE] = ACTIONS(210), [anon_sym_ATinheritdoc] = ACTIONS(210), [anon_sym_ATinheritDoc] = ACTIONS(210), @@ -12605,125 +12496,242 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(210), [sym__text_after_type] = ACTIONS(210), }, + [46] = { + [anon_sym_LBRACE] = ACTIONS(184), + [anon_sym_ATinheritdoc] = ACTIONS(184), + [anon_sym_ATinheritDoc] = ACTIONS(184), + [anon_sym_ATapi] = ACTIONS(184), + [anon_sym_ATfilesource] = ACTIONS(184), + [anon_sym_ATignore] = ACTIONS(184), + [anon_sym_ATinternal] = ACTIONS(184), + [anon_sym_ATcategory] = ACTIONS(184), + [anon_sym_ATcopyright] = ACTIONS(184), + [anon_sym_ATtodo] = ACTIONS(184), + [anon_sym_ATexample] = ACTIONS(184), + [anon_sym_ATlicense] = ACTIONS(184), + [anon_sym_ATpackage] = ACTIONS(184), + [anon_sym_ATsource] = ACTIONS(184), + [anon_sym_ATsubpackage] = ACTIONS(184), + [anon_sym_ATuses] = ACTIONS(184), + [anon_sym_ATauthor] = ACTIONS(184), + [anon_sym_LT] = ACTIONS(184), + [anon_sym_ATglobal] = ACTIONS(184), + [anon_sym_ATlink] = ACTIONS(184), + [anon_sym_ATmethod] = ACTIONS(184), + [anon_sym_ATparam] = ACTIONS(182), + [anon_sym_ATproperty] = ACTIONS(182), + [anon_sym_ATproperty_DASHread] = ACTIONS(184), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(184), + [anon_sym_ATreturn] = ACTIONS(184), + [anon_sym_ATsee] = ACTIONS(184), + [anon_sym_ATthrows] = ACTIONS(184), + [anon_sym_ATvar] = ACTIONS(184), + [anon_sym_ATdeprecated] = ACTIONS(184), + [anon_sym_ATsince] = ACTIONS(184), + [anon_sym_ATversion] = ACTIONS(184), + [anon_sym_ATtemplate] = ACTIONS(182), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(184), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(184), + [anon_sym_ATimplements] = ACTIONS(184), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(184), + [anon_sym_ATextends] = ACTIONS(184), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(184), + [anon_sym_ATuse] = ACTIONS(182), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(184), + [anon_sym_ATafter] = ACTIONS(182), + [anon_sym_ATafterClass] = ACTIONS(184), + [anon_sym_ATannotation] = ACTIONS(184), + [anon_sym_ATbackupGlobals] = ACTIONS(184), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(184), + [anon_sym_ATbefore] = ACTIONS(182), + [anon_sym_ATbeforeClass] = ACTIONS(184), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(182), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(184), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(184), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(184), + [anon_sym_ATcovers] = ACTIONS(182), + [anon_sym_ATcoversDefaultClass] = ACTIONS(182), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(184), + [anon_sym_ATcoversNothing] = ACTIONS(184), + [anon_sym_ATdataProvider] = ACTIONS(184), + [anon_sym_ATdepends] = ACTIONS(182), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(184), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(184), + [anon_sym_ATgroup] = ACTIONS(184), + [anon_sym_ATlarge] = ACTIONS(184), + [anon_sym_ATmedium] = ACTIONS(184), + [anon_sym_ATpreserveGlobalState] = ACTIONS(184), + [anon_sym_ATrequires] = ACTIONS(182), + [anon_sym_ATrequiresusages] = ACTIONS(184), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(184), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(184), + [anon_sym_ATsmall] = ACTIONS(184), + [anon_sym_ATtest] = ACTIONS(182), + [anon_sym_ATtestWith] = ACTIONS(184), + [anon_sym_ATtestdox] = ACTIONS(184), + [anon_sym_ATticket] = ACTIONS(184), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(184), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(184), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(184), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(182), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(184), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(182), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(184), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(184), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(184), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(184), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(184), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(184), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(184), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(184), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(184), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(182), + [anon_sym_ATreadonly] = ACTIONS(184), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(184), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(184), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(184), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(184), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(184), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(184), + [anon_sym_ATparam_DASHout] = ACTIONS(184), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(184), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(182), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(184), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(184), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(184), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(184), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(184), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(184), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(184), + [anon_sym_ATmixin] = ACTIONS(184), + [anon_sym_LBRACK_RBRACK] = ACTIONS(184), + [anon_sym_PIPE] = ACTIONS(184), + [anon_sym_AMP] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(184), + [sym__end] = ACTIONS(184), + [sym__text_after_type] = ACTIONS(184), + }, [47] = { - [sym__type_argument_named_type] = STATE(77), - [anon_sym_LBRACE] = ACTIONS(250), - [anon_sym_ATinheritdoc] = ACTIONS(250), - [anon_sym_ATinheritDoc] = ACTIONS(250), - [anon_sym_ATapi] = ACTIONS(250), - [anon_sym_ATfilesource] = ACTIONS(250), - [anon_sym_ATignore] = ACTIONS(250), - [anon_sym_ATinternal] = ACTIONS(250), - [anon_sym_ATcategory] = ACTIONS(250), - [anon_sym_ATcopyright] = ACTIONS(250), - [anon_sym_ATtodo] = ACTIONS(250), - [anon_sym_ATexample] = ACTIONS(250), - [anon_sym_ATlicense] = ACTIONS(250), - [anon_sym_ATpackage] = ACTIONS(250), - [anon_sym_ATsource] = ACTIONS(250), - [anon_sym_ATsubpackage] = ACTIONS(250), - [anon_sym_ATuses] = ACTIONS(250), - [anon_sym_ATauthor] = ACTIONS(250), - [anon_sym_LT] = ACTIONS(327), - [anon_sym_ATglobal] = ACTIONS(250), - [anon_sym_ATlink] = ACTIONS(250), - [anon_sym_ATmethod] = ACTIONS(250), - [anon_sym_ATparam] = ACTIONS(248), - [anon_sym_ATproperty] = ACTIONS(248), - [anon_sym_ATproperty_DASHread] = ACTIONS(250), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(250), - [anon_sym_ATreturn] = ACTIONS(250), - [anon_sym_ATsee] = ACTIONS(250), - [anon_sym_ATthrows] = ACTIONS(250), - [anon_sym_ATvar] = ACTIONS(250), - [anon_sym_ATdeprecated] = ACTIONS(250), - [anon_sym_ATsince] = ACTIONS(250), - [anon_sym_ATversion] = ACTIONS(250), - [anon_sym_ATtemplate] = ACTIONS(248), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(250), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(250), - [anon_sym_ATimplements] = ACTIONS(250), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(250), - [anon_sym_ATextends] = ACTIONS(250), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(250), - [anon_sym_ATuse] = ACTIONS(248), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(250), - [anon_sym_ATafter] = ACTIONS(248), - [anon_sym_ATafterClass] = ACTIONS(250), - [anon_sym_ATannotation] = ACTIONS(250), - [anon_sym_ATbackupGlobals] = ACTIONS(250), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(250), - [anon_sym_ATbefore] = ACTIONS(248), - [anon_sym_ATbeforeClass] = ACTIONS(250), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(248), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(250), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(250), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(250), - [anon_sym_ATcovers] = ACTIONS(248), - [anon_sym_ATcoversDefaultClass] = ACTIONS(248), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(250), - [anon_sym_ATcoversNothing] = ACTIONS(250), - [anon_sym_ATdataProvider] = ACTIONS(250), - [anon_sym_ATdepends] = ACTIONS(248), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(250), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(250), - [anon_sym_ATgroup] = ACTIONS(250), - [anon_sym_ATlarge] = ACTIONS(250), - [anon_sym_ATmedium] = ACTIONS(250), - [anon_sym_ATpreserveGlobalState] = ACTIONS(250), - [anon_sym_ATrequires] = ACTIONS(248), - [anon_sym_ATrequiresusages] = ACTIONS(250), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(250), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(250), - [anon_sym_ATsmall] = ACTIONS(250), - [anon_sym_ATtest] = ACTIONS(248), - [anon_sym_ATtestWith] = ACTIONS(250), - [anon_sym_ATtestdox] = ACTIONS(250), - [anon_sym_ATticket] = ACTIONS(250), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(250), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(250), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(250), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(248), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(250), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(248), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(250), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(250), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(250), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(250), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(250), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(250), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(250), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(250), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(250), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(248), - [anon_sym_ATreadonly] = ACTIONS(250), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(250), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(250), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(250), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(250), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(250), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(250), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(250), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(250), - [anon_sym_ATparam_DASHout] = ACTIONS(250), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(250), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(248), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(250), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(250), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(250), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(250), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(250), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(250), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(250), - [anon_sym_ATmixin] = ACTIONS(250), - [anon_sym_PIPE] = ACTIONS(250), - [anon_sym_AMP] = ACTIONS(250), - [anon_sym_DOLLAR] = ACTIONS(250), - [sym__end] = ACTIONS(250), - [sym__text_after_type] = ACTIONS(250), + [anon_sym_LBRACE] = ACTIONS(256), + [anon_sym_ATinheritdoc] = ACTIONS(256), + [anon_sym_ATinheritDoc] = ACTIONS(256), + [anon_sym_ATapi] = ACTIONS(256), + [anon_sym_ATfilesource] = ACTIONS(256), + [anon_sym_ATignore] = ACTIONS(256), + [anon_sym_ATinternal] = ACTIONS(256), + [anon_sym_ATcategory] = ACTIONS(256), + [anon_sym_ATcopyright] = ACTIONS(256), + [anon_sym_ATtodo] = ACTIONS(256), + [anon_sym_ATexample] = ACTIONS(256), + [anon_sym_ATlicense] = ACTIONS(256), + [anon_sym_ATpackage] = ACTIONS(256), + [anon_sym_ATsource] = ACTIONS(256), + [anon_sym_ATsubpackage] = ACTIONS(256), + [anon_sym_ATuses] = ACTIONS(256), + [anon_sym_ATauthor] = ACTIONS(256), + [anon_sym_LT] = ACTIONS(256), + [anon_sym_ATglobal] = ACTIONS(256), + [anon_sym_ATlink] = ACTIONS(256), + [anon_sym_ATmethod] = ACTIONS(256), + [anon_sym_ATparam] = ACTIONS(254), + [anon_sym_ATproperty] = ACTIONS(254), + [anon_sym_ATproperty_DASHread] = ACTIONS(256), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(256), + [anon_sym_ATreturn] = ACTIONS(256), + [anon_sym_ATsee] = ACTIONS(256), + [anon_sym_ATthrows] = ACTIONS(256), + [anon_sym_ATvar] = ACTIONS(256), + [anon_sym_ATdeprecated] = ACTIONS(256), + [anon_sym_ATsince] = ACTIONS(256), + [anon_sym_ATversion] = ACTIONS(256), + [anon_sym_ATtemplate] = ACTIONS(254), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(256), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(256), + [anon_sym_ATimplements] = ACTIONS(256), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(256), + [anon_sym_ATextends] = ACTIONS(256), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(256), + [anon_sym_ATuse] = ACTIONS(254), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(256), + [anon_sym_ATafter] = ACTIONS(254), + [anon_sym_ATafterClass] = ACTIONS(256), + [anon_sym_ATannotation] = ACTIONS(256), + [anon_sym_ATbackupGlobals] = ACTIONS(256), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(256), + [anon_sym_ATbefore] = ACTIONS(254), + [anon_sym_ATbeforeClass] = ACTIONS(256), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(254), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(256), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(256), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(256), + [anon_sym_ATcovers] = ACTIONS(254), + [anon_sym_ATcoversDefaultClass] = ACTIONS(254), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(256), + [anon_sym_ATcoversNothing] = ACTIONS(256), + [anon_sym_ATdataProvider] = ACTIONS(256), + [anon_sym_ATdepends] = ACTIONS(254), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(256), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(256), + [anon_sym_ATgroup] = ACTIONS(256), + [anon_sym_ATlarge] = ACTIONS(256), + [anon_sym_ATmedium] = ACTIONS(256), + [anon_sym_ATpreserveGlobalState] = ACTIONS(256), + [anon_sym_ATrequires] = ACTIONS(254), + [anon_sym_ATrequiresusages] = ACTIONS(256), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(256), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(256), + [anon_sym_ATsmall] = ACTIONS(256), + [anon_sym_ATtest] = ACTIONS(254), + [anon_sym_ATtestWith] = ACTIONS(256), + [anon_sym_ATtestdox] = ACTIONS(256), + [anon_sym_ATticket] = ACTIONS(256), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(256), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(256), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(256), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(254), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(256), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(254), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(256), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(256), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(256), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(256), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(256), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(256), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(256), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(256), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(256), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(254), + [anon_sym_ATreadonly] = ACTIONS(256), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(256), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(256), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(256), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(256), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(256), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(256), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(256), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(256), + [anon_sym_ATparam_DASHout] = ACTIONS(256), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(256), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(254), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(256), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(256), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(256), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(256), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(256), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(256), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(256), + [anon_sym_ATmixin] = ACTIONS(256), + [anon_sym_LBRACK_RBRACK] = ACTIONS(256), + [anon_sym_PIPE] = ACTIONS(256), + [anon_sym_AMP] = ACTIONS(256), + [anon_sym_DOLLAR] = ACTIONS(256), + [sym__end] = ACTIONS(256), + [sym__text_after_type] = ACTIONS(256), }, [48] = { - [aux_sym__phpdoc_array_types_repeat1] = STATE(48), + [aux_sym__phpdoc_array_types_repeat1] = STATE(39), [anon_sym_LBRACE] = ACTIONS(222), [anon_sym_ATinheritdoc] = ACTIONS(222), [anon_sym_ATinheritDoc] = ACTIONS(222), @@ -12832,7 +12840,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(222), [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(222), [anon_sym_ATmixin] = ACTIONS(222), - [anon_sym_LBRACK_RBRACK] = ACTIONS(329), + [anon_sym_LBRACK_RBRACK] = ACTIONS(330), [anon_sym_PIPE] = ACTIONS(222), [anon_sym_AMP] = ACTIONS(222), [anon_sym_DOLLAR] = ACTIONS(222), @@ -12840,7 +12848,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__text_after_type] = ACTIONS(222), }, [49] = { - [aux_sym_disjunctive_normal_form_type_repeat1] = STATE(55), + [aux_sym_union_type_repeat1] = STATE(54), [sym_name] = ACTIONS(332), [anon_sym_ATinheritdoc] = ACTIONS(334), [anon_sym_ATinheritDoc] = ACTIONS(334), @@ -13067,357 +13075,357 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(340), [anon_sym_ATmixin] = ACTIONS(340), [anon_sym_COMMA] = ACTIONS(340), - [anon_sym_PIPE] = ACTIONS(336), - [anon_sym_DOLLAR] = ACTIONS(340), - [sym__end] = ACTIONS(340), - }, - [51] = { - [aux_sym_disjunctive_normal_form_type_repeat1] = STATE(49), - [sym_name] = ACTIONS(342), - [anon_sym_ATinheritdoc] = ACTIONS(344), - [anon_sym_ATinheritDoc] = ACTIONS(344), - [anon_sym_ATapi] = ACTIONS(344), - [anon_sym_ATfilesource] = ACTIONS(344), - [anon_sym_ATignore] = ACTIONS(344), - [anon_sym_ATinternal] = ACTIONS(344), - [anon_sym_ATcategory] = ACTIONS(344), - [anon_sym_ATcopyright] = ACTIONS(344), - [anon_sym_ATtodo] = ACTIONS(344), - [anon_sym_ATexample] = ACTIONS(344), - [anon_sym_ATlicense] = ACTIONS(344), - [anon_sym_ATpackage] = ACTIONS(344), - [anon_sym_ATsource] = ACTIONS(344), - [anon_sym_ATsubpackage] = ACTIONS(344), - [anon_sym_ATuses] = ACTIONS(344), - [anon_sym_ATauthor] = ACTIONS(344), - [anon_sym_ATglobal] = ACTIONS(344), - [anon_sym_ATlink] = ACTIONS(344), - [anon_sym_ATmethod] = ACTIONS(344), - [anon_sym_ATparam] = ACTIONS(342), - [anon_sym_ATproperty] = ACTIONS(342), - [anon_sym_ATproperty_DASHread] = ACTIONS(344), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(344), - [anon_sym_ATreturn] = ACTIONS(344), - [anon_sym_ATsee] = ACTIONS(344), - [anon_sym_ATthrows] = ACTIONS(344), - [anon_sym_ATvar] = ACTIONS(344), - [anon_sym_ATdeprecated] = ACTIONS(344), - [anon_sym_ATsince] = ACTIONS(344), - [anon_sym_ATversion] = ACTIONS(344), - [anon_sym_ATtemplate] = ACTIONS(342), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(344), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(344), - [anon_sym_of] = ACTIONS(342), - [anon_sym_ATimplements] = ACTIONS(344), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(344), - [anon_sym_ATextends] = ACTIONS(344), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(344), - [anon_sym_ATuse] = ACTIONS(342), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(344), - [anon_sym_ATafter] = ACTIONS(342), - [anon_sym_ATafterClass] = ACTIONS(344), - [anon_sym_ATannotation] = ACTIONS(344), - [anon_sym_ATbackupGlobals] = ACTIONS(344), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(344), - [anon_sym_ATbefore] = ACTIONS(342), - [anon_sym_ATbeforeClass] = ACTIONS(344), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(342), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(344), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(344), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(344), - [anon_sym_ATcovers] = ACTIONS(342), - [anon_sym_ATcoversDefaultClass] = ACTIONS(342), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(344), - [anon_sym_ATcoversNothing] = ACTIONS(344), - [anon_sym_ATdataProvider] = ACTIONS(344), - [anon_sym_ATdepends] = ACTIONS(342), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(344), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(344), - [anon_sym_ATgroup] = ACTIONS(344), - [anon_sym_ATlarge] = ACTIONS(344), - [anon_sym_ATmedium] = ACTIONS(344), - [anon_sym_ATpreserveGlobalState] = ACTIONS(344), - [anon_sym_ATrequires] = ACTIONS(342), - [anon_sym_ATrequiresusages] = ACTIONS(344), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(344), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(344), - [anon_sym_ATsmall] = ACTIONS(344), - [anon_sym_ATtest] = ACTIONS(342), - [anon_sym_ATtestWith] = ACTIONS(344), - [anon_sym_ATtestdox] = ACTIONS(344), - [anon_sym_ATticket] = ACTIONS(344), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(344), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(344), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(344), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(342), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(344), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(342), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(344), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(344), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(344), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(344), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(344), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(344), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(344), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(344), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(344), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(342), - [anon_sym_ATreadonly] = ACTIONS(344), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(344), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(344), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(344), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(344), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(344), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(344), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(344), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(344), - [anon_sym_ATparam_DASHout] = ACTIONS(344), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(344), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(342), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(344), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(344), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(344), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(344), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(344), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(344), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(344), - [anon_sym_ATmixin] = ACTIONS(344), - [anon_sym_COMMA] = ACTIONS(344), - [anon_sym_PIPE] = ACTIONS(336), - [anon_sym_DOLLAR] = ACTIONS(344), - [sym__end] = ACTIONS(344), - }, - [52] = { - [aux_sym_union_type_repeat1] = STATE(54), - [sym_name] = ACTIONS(346), - [anon_sym_ATinheritdoc] = ACTIONS(348), - [anon_sym_ATinheritDoc] = ACTIONS(348), - [anon_sym_ATapi] = ACTIONS(348), - [anon_sym_ATfilesource] = ACTIONS(348), - [anon_sym_ATignore] = ACTIONS(348), - [anon_sym_ATinternal] = ACTIONS(348), - [anon_sym_ATcategory] = ACTIONS(348), - [anon_sym_ATcopyright] = ACTIONS(348), - [anon_sym_ATtodo] = ACTIONS(348), - [anon_sym_ATexample] = ACTIONS(348), - [anon_sym_ATlicense] = ACTIONS(348), - [anon_sym_ATpackage] = ACTIONS(348), - [anon_sym_ATsource] = ACTIONS(348), - [anon_sym_ATsubpackage] = ACTIONS(348), - [anon_sym_ATuses] = ACTIONS(348), - [anon_sym_ATauthor] = ACTIONS(348), - [anon_sym_ATglobal] = ACTIONS(348), - [anon_sym_ATlink] = ACTIONS(348), - [anon_sym_ATmethod] = ACTIONS(348), - [anon_sym_ATparam] = ACTIONS(346), - [anon_sym_ATproperty] = ACTIONS(346), - [anon_sym_ATproperty_DASHread] = ACTIONS(348), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(348), - [anon_sym_ATreturn] = ACTIONS(348), - [anon_sym_ATsee] = ACTIONS(348), - [anon_sym_ATthrows] = ACTIONS(348), - [anon_sym_ATvar] = ACTIONS(348), - [anon_sym_ATdeprecated] = ACTIONS(348), - [anon_sym_ATsince] = ACTIONS(348), - [anon_sym_ATversion] = ACTIONS(348), - [anon_sym_ATtemplate] = ACTIONS(346), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(348), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(348), - [anon_sym_of] = ACTIONS(346), - [anon_sym_ATimplements] = ACTIONS(348), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(348), - [anon_sym_ATextends] = ACTIONS(348), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(348), - [anon_sym_ATuse] = ACTIONS(346), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(348), - [anon_sym_ATafter] = ACTIONS(346), - [anon_sym_ATafterClass] = ACTIONS(348), - [anon_sym_ATannotation] = ACTIONS(348), - [anon_sym_ATbackupGlobals] = ACTIONS(348), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(348), - [anon_sym_ATbefore] = ACTIONS(346), - [anon_sym_ATbeforeClass] = ACTIONS(348), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(346), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(348), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(348), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(348), - [anon_sym_ATcovers] = ACTIONS(346), - [anon_sym_ATcoversDefaultClass] = ACTIONS(346), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(348), - [anon_sym_ATcoversNothing] = ACTIONS(348), - [anon_sym_ATdataProvider] = ACTIONS(348), - [anon_sym_ATdepends] = ACTIONS(346), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(348), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(348), - [anon_sym_ATgroup] = ACTIONS(348), - [anon_sym_ATlarge] = ACTIONS(348), - [anon_sym_ATmedium] = ACTIONS(348), - [anon_sym_ATpreserveGlobalState] = ACTIONS(348), - [anon_sym_ATrequires] = ACTIONS(346), - [anon_sym_ATrequiresusages] = ACTIONS(348), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(348), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(348), - [anon_sym_ATsmall] = ACTIONS(348), - [anon_sym_ATtest] = ACTIONS(346), - [anon_sym_ATtestWith] = ACTIONS(348), - [anon_sym_ATtestdox] = ACTIONS(348), - [anon_sym_ATticket] = ACTIONS(348), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(348), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(348), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(348), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(346), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(348), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(346), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(348), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(348), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(348), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(348), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(348), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(348), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(348), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(348), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(348), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(346), - [anon_sym_ATreadonly] = ACTIONS(348), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(348), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(348), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(348), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(348), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(348), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(348), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(348), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(348), - [anon_sym_ATparam_DASHout] = ACTIONS(348), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(348), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(346), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(348), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(348), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(348), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(348), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(348), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(348), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(348), - [anon_sym_ATmixin] = ACTIONS(348), - [anon_sym_COMMA] = ACTIONS(348), - [anon_sym_PIPE] = ACTIONS(350), - [anon_sym_DOLLAR] = ACTIONS(348), - [sym__end] = ACTIONS(348), - }, - [53] = { - [sym_name] = ACTIONS(312), - [anon_sym_ATinheritdoc] = ACTIONS(314), - [anon_sym_ATinheritDoc] = ACTIONS(314), - [anon_sym_ATapi] = ACTIONS(314), - [anon_sym_ATfilesource] = ACTIONS(314), - [anon_sym_ATignore] = ACTIONS(314), - [anon_sym_ATinternal] = ACTIONS(314), - [anon_sym_ATcategory] = ACTIONS(314), - [anon_sym_ATcopyright] = ACTIONS(314), - [anon_sym_ATtodo] = ACTIONS(314), - [anon_sym_ATexample] = ACTIONS(314), - [anon_sym_ATlicense] = ACTIONS(314), - [anon_sym_ATpackage] = ACTIONS(314), - [anon_sym_ATsource] = ACTIONS(314), - [anon_sym_ATsubpackage] = ACTIONS(314), - [anon_sym_ATuses] = ACTIONS(314), - [anon_sym_ATauthor] = ACTIONS(314), - [anon_sym_ATglobal] = ACTIONS(314), - [anon_sym_ATlink] = ACTIONS(314), - [anon_sym_ATmethod] = ACTIONS(314), - [anon_sym_ATparam] = ACTIONS(312), - [anon_sym_ATproperty] = ACTIONS(312), - [anon_sym_ATproperty_DASHread] = ACTIONS(314), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(314), - [anon_sym_ATreturn] = ACTIONS(314), - [anon_sym_ATsee] = ACTIONS(314), - [anon_sym_ATthrows] = ACTIONS(314), - [anon_sym_ATvar] = ACTIONS(314), - [anon_sym_ATdeprecated] = ACTIONS(314), - [anon_sym_ATsince] = ACTIONS(314), - [anon_sym_ATversion] = ACTIONS(314), - [anon_sym_ATtemplate] = ACTIONS(312), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(314), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(314), - [anon_sym_of] = ACTIONS(312), - [anon_sym_ATimplements] = ACTIONS(314), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(314), - [anon_sym_ATextends] = ACTIONS(314), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(314), - [anon_sym_ATuse] = ACTIONS(312), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(314), - [anon_sym_ATafter] = ACTIONS(312), - [anon_sym_ATafterClass] = ACTIONS(314), - [anon_sym_ATannotation] = ACTIONS(314), - [anon_sym_ATbackupGlobals] = ACTIONS(314), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(314), - [anon_sym_ATbefore] = ACTIONS(312), - [anon_sym_ATbeforeClass] = ACTIONS(314), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(312), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(314), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(314), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(314), - [anon_sym_ATcovers] = ACTIONS(312), - [anon_sym_ATcoversDefaultClass] = ACTIONS(312), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(314), - [anon_sym_ATcoversNothing] = ACTIONS(314), - [anon_sym_ATdataProvider] = ACTIONS(314), - [anon_sym_ATdepends] = ACTIONS(312), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(314), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(314), - [anon_sym_ATgroup] = ACTIONS(314), - [anon_sym_ATlarge] = ACTIONS(314), - [anon_sym_ATmedium] = ACTIONS(314), - [anon_sym_ATpreserveGlobalState] = ACTIONS(314), - [anon_sym_ATrequires] = ACTIONS(312), - [anon_sym_ATrequiresusages] = ACTIONS(314), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(314), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(314), - [anon_sym_ATsmall] = ACTIONS(314), - [anon_sym_ATtest] = ACTIONS(312), - [anon_sym_ATtestWith] = ACTIONS(314), - [anon_sym_ATtestdox] = ACTIONS(314), - [anon_sym_ATticket] = ACTIONS(314), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(314), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(314), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(314), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(312), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(314), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(312), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(314), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(314), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(314), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(314), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(314), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(314), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(314), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(314), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(314), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(312), - [anon_sym_ATreadonly] = ACTIONS(314), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(314), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(314), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(314), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(314), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(314), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(314), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(314), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(314), - [anon_sym_ATparam_DASHout] = ACTIONS(314), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(314), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(312), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(314), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(314), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(314), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(314), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(314), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(314), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(314), - [anon_sym_ATmixin] = ACTIONS(314), - [anon_sym_COMMA] = ACTIONS(314), - [anon_sym_AMP] = ACTIONS(314), - [anon_sym_RPAREN] = ACTIONS(314), - [anon_sym_DOLLAR] = ACTIONS(314), - [sym__end] = ACTIONS(314), + [anon_sym_PIPE] = ACTIONS(342), + [anon_sym_DOLLAR] = ACTIONS(340), + [sym__end] = ACTIONS(340), + }, + [51] = { + [aux_sym_disjunctive_normal_form_type_repeat1] = STATE(50), + [sym_name] = ACTIONS(344), + [anon_sym_ATinheritdoc] = ACTIONS(346), + [anon_sym_ATinheritDoc] = ACTIONS(346), + [anon_sym_ATapi] = ACTIONS(346), + [anon_sym_ATfilesource] = ACTIONS(346), + [anon_sym_ATignore] = ACTIONS(346), + [anon_sym_ATinternal] = ACTIONS(346), + [anon_sym_ATcategory] = ACTIONS(346), + [anon_sym_ATcopyright] = ACTIONS(346), + [anon_sym_ATtodo] = ACTIONS(346), + [anon_sym_ATexample] = ACTIONS(346), + [anon_sym_ATlicense] = ACTIONS(346), + [anon_sym_ATpackage] = ACTIONS(346), + [anon_sym_ATsource] = ACTIONS(346), + [anon_sym_ATsubpackage] = ACTIONS(346), + [anon_sym_ATuses] = ACTIONS(346), + [anon_sym_ATauthor] = ACTIONS(346), + [anon_sym_ATglobal] = ACTIONS(346), + [anon_sym_ATlink] = ACTIONS(346), + [anon_sym_ATmethod] = ACTIONS(346), + [anon_sym_ATparam] = ACTIONS(344), + [anon_sym_ATproperty] = ACTIONS(344), + [anon_sym_ATproperty_DASHread] = ACTIONS(346), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(346), + [anon_sym_ATreturn] = ACTIONS(346), + [anon_sym_ATsee] = ACTIONS(346), + [anon_sym_ATthrows] = ACTIONS(346), + [anon_sym_ATvar] = ACTIONS(346), + [anon_sym_ATdeprecated] = ACTIONS(346), + [anon_sym_ATsince] = ACTIONS(346), + [anon_sym_ATversion] = ACTIONS(346), + [anon_sym_ATtemplate] = ACTIONS(344), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(346), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(346), + [anon_sym_of] = ACTIONS(344), + [anon_sym_ATimplements] = ACTIONS(346), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(346), + [anon_sym_ATextends] = ACTIONS(346), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(346), + [anon_sym_ATuse] = ACTIONS(344), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(346), + [anon_sym_ATafter] = ACTIONS(344), + [anon_sym_ATafterClass] = ACTIONS(346), + [anon_sym_ATannotation] = ACTIONS(346), + [anon_sym_ATbackupGlobals] = ACTIONS(346), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(346), + [anon_sym_ATbefore] = ACTIONS(344), + [anon_sym_ATbeforeClass] = ACTIONS(346), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(344), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(346), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(346), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(346), + [anon_sym_ATcovers] = ACTIONS(344), + [anon_sym_ATcoversDefaultClass] = ACTIONS(344), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(346), + [anon_sym_ATcoversNothing] = ACTIONS(346), + [anon_sym_ATdataProvider] = ACTIONS(346), + [anon_sym_ATdepends] = ACTIONS(344), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(346), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(346), + [anon_sym_ATgroup] = ACTIONS(346), + [anon_sym_ATlarge] = ACTIONS(346), + [anon_sym_ATmedium] = ACTIONS(346), + [anon_sym_ATpreserveGlobalState] = ACTIONS(346), + [anon_sym_ATrequires] = ACTIONS(344), + [anon_sym_ATrequiresusages] = ACTIONS(346), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(346), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(346), + [anon_sym_ATsmall] = ACTIONS(346), + [anon_sym_ATtest] = ACTIONS(344), + [anon_sym_ATtestWith] = ACTIONS(346), + [anon_sym_ATtestdox] = ACTIONS(346), + [anon_sym_ATticket] = ACTIONS(346), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(346), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(346), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(346), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(344), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(346), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(344), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(346), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(346), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(346), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(346), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(346), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(346), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(346), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(346), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(346), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(344), + [anon_sym_ATreadonly] = ACTIONS(346), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(346), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(346), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(346), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(346), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(346), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(346), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(346), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(346), + [anon_sym_ATparam_DASHout] = ACTIONS(346), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(346), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(344), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(346), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(346), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(346), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(346), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(346), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(346), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(346), + [anon_sym_ATmixin] = ACTIONS(346), + [anon_sym_COMMA] = ACTIONS(346), + [anon_sym_PIPE] = ACTIONS(342), + [anon_sym_DOLLAR] = ACTIONS(346), + [sym__end] = ACTIONS(346), + }, + [52] = { + [aux_sym_disjunctive_normal_form_type_repeat1] = STATE(55), + [sym_name] = ACTIONS(348), + [anon_sym_ATinheritdoc] = ACTIONS(350), + [anon_sym_ATinheritDoc] = ACTIONS(350), + [anon_sym_ATapi] = ACTIONS(350), + [anon_sym_ATfilesource] = ACTIONS(350), + [anon_sym_ATignore] = ACTIONS(350), + [anon_sym_ATinternal] = ACTIONS(350), + [anon_sym_ATcategory] = ACTIONS(350), + [anon_sym_ATcopyright] = ACTIONS(350), + [anon_sym_ATtodo] = ACTIONS(350), + [anon_sym_ATexample] = ACTIONS(350), + [anon_sym_ATlicense] = ACTIONS(350), + [anon_sym_ATpackage] = ACTIONS(350), + [anon_sym_ATsource] = ACTIONS(350), + [anon_sym_ATsubpackage] = ACTIONS(350), + [anon_sym_ATuses] = ACTIONS(350), + [anon_sym_ATauthor] = ACTIONS(350), + [anon_sym_ATglobal] = ACTIONS(350), + [anon_sym_ATlink] = ACTIONS(350), + [anon_sym_ATmethod] = ACTIONS(350), + [anon_sym_ATparam] = ACTIONS(348), + [anon_sym_ATproperty] = ACTIONS(348), + [anon_sym_ATproperty_DASHread] = ACTIONS(350), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(350), + [anon_sym_ATreturn] = ACTIONS(350), + [anon_sym_ATsee] = ACTIONS(350), + [anon_sym_ATthrows] = ACTIONS(350), + [anon_sym_ATvar] = ACTIONS(350), + [anon_sym_ATdeprecated] = ACTIONS(350), + [anon_sym_ATsince] = ACTIONS(350), + [anon_sym_ATversion] = ACTIONS(350), + [anon_sym_ATtemplate] = ACTIONS(348), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(350), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(350), + [anon_sym_of] = ACTIONS(348), + [anon_sym_ATimplements] = ACTIONS(350), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(350), + [anon_sym_ATextends] = ACTIONS(350), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(350), + [anon_sym_ATuse] = ACTIONS(348), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(350), + [anon_sym_ATafter] = ACTIONS(348), + [anon_sym_ATafterClass] = ACTIONS(350), + [anon_sym_ATannotation] = ACTIONS(350), + [anon_sym_ATbackupGlobals] = ACTIONS(350), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(350), + [anon_sym_ATbefore] = ACTIONS(348), + [anon_sym_ATbeforeClass] = ACTIONS(350), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(348), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(350), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(350), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(350), + [anon_sym_ATcovers] = ACTIONS(348), + [anon_sym_ATcoversDefaultClass] = ACTIONS(348), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(350), + [anon_sym_ATcoversNothing] = ACTIONS(350), + [anon_sym_ATdataProvider] = ACTIONS(350), + [anon_sym_ATdepends] = ACTIONS(348), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(350), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(350), + [anon_sym_ATgroup] = ACTIONS(350), + [anon_sym_ATlarge] = ACTIONS(350), + [anon_sym_ATmedium] = ACTIONS(350), + [anon_sym_ATpreserveGlobalState] = ACTIONS(350), + [anon_sym_ATrequires] = ACTIONS(348), + [anon_sym_ATrequiresusages] = ACTIONS(350), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(350), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(350), + [anon_sym_ATsmall] = ACTIONS(350), + [anon_sym_ATtest] = ACTIONS(348), + [anon_sym_ATtestWith] = ACTIONS(350), + [anon_sym_ATtestdox] = ACTIONS(350), + [anon_sym_ATticket] = ACTIONS(350), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(350), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(350), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(350), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(348), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(350), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(348), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(350), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(350), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(350), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(350), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(350), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(350), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(350), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(350), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(350), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(348), + [anon_sym_ATreadonly] = ACTIONS(350), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(350), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(350), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(350), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(350), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(350), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(350), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(350), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(350), + [anon_sym_ATparam_DASHout] = ACTIONS(350), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(350), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(348), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(350), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(350), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(350), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(350), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(350), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(350), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(350), + [anon_sym_ATmixin] = ACTIONS(350), + [anon_sym_COMMA] = ACTIONS(350), + [anon_sym_PIPE] = ACTIONS(342), + [anon_sym_DOLLAR] = ACTIONS(350), + [sym__end] = ACTIONS(350), + }, + [53] = { + [sym_name] = ACTIONS(323), + [anon_sym_ATinheritdoc] = ACTIONS(325), + [anon_sym_ATinheritDoc] = ACTIONS(325), + [anon_sym_ATapi] = ACTIONS(325), + [anon_sym_ATfilesource] = ACTIONS(325), + [anon_sym_ATignore] = ACTIONS(325), + [anon_sym_ATinternal] = ACTIONS(325), + [anon_sym_ATcategory] = ACTIONS(325), + [anon_sym_ATcopyright] = ACTIONS(325), + [anon_sym_ATtodo] = ACTIONS(325), + [anon_sym_ATexample] = ACTIONS(325), + [anon_sym_ATlicense] = ACTIONS(325), + [anon_sym_ATpackage] = ACTIONS(325), + [anon_sym_ATsource] = ACTIONS(325), + [anon_sym_ATsubpackage] = ACTIONS(325), + [anon_sym_ATuses] = ACTIONS(325), + [anon_sym_ATauthor] = ACTIONS(325), + [anon_sym_ATglobal] = ACTIONS(325), + [anon_sym_ATlink] = ACTIONS(325), + [anon_sym_ATmethod] = ACTIONS(325), + [anon_sym_ATparam] = ACTIONS(323), + [anon_sym_ATproperty] = ACTIONS(323), + [anon_sym_ATproperty_DASHread] = ACTIONS(325), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(325), + [anon_sym_ATreturn] = ACTIONS(325), + [anon_sym_ATsee] = ACTIONS(325), + [anon_sym_ATthrows] = ACTIONS(325), + [anon_sym_ATvar] = ACTIONS(325), + [anon_sym_ATdeprecated] = ACTIONS(325), + [anon_sym_ATsince] = ACTIONS(325), + [anon_sym_ATversion] = ACTIONS(325), + [anon_sym_ATtemplate] = ACTIONS(323), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(325), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(325), + [anon_sym_of] = ACTIONS(323), + [anon_sym_ATimplements] = ACTIONS(325), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(325), + [anon_sym_ATextends] = ACTIONS(325), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(325), + [anon_sym_ATuse] = ACTIONS(323), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(325), + [anon_sym_ATafter] = ACTIONS(323), + [anon_sym_ATafterClass] = ACTIONS(325), + [anon_sym_ATannotation] = ACTIONS(325), + [anon_sym_ATbackupGlobals] = ACTIONS(325), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(325), + [anon_sym_ATbefore] = ACTIONS(323), + [anon_sym_ATbeforeClass] = ACTIONS(325), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(323), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(325), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(325), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(325), + [anon_sym_ATcovers] = ACTIONS(323), + [anon_sym_ATcoversDefaultClass] = ACTIONS(323), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(325), + [anon_sym_ATcoversNothing] = ACTIONS(325), + [anon_sym_ATdataProvider] = ACTIONS(325), + [anon_sym_ATdepends] = ACTIONS(323), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(325), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(325), + [anon_sym_ATgroup] = ACTIONS(325), + [anon_sym_ATlarge] = ACTIONS(325), + [anon_sym_ATmedium] = ACTIONS(325), + [anon_sym_ATpreserveGlobalState] = ACTIONS(325), + [anon_sym_ATrequires] = ACTIONS(323), + [anon_sym_ATrequiresusages] = ACTIONS(325), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(325), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(325), + [anon_sym_ATsmall] = ACTIONS(325), + [anon_sym_ATtest] = ACTIONS(323), + [anon_sym_ATtestWith] = ACTIONS(325), + [anon_sym_ATtestdox] = ACTIONS(325), + [anon_sym_ATticket] = ACTIONS(325), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(325), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(325), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(325), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(323), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(325), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(323), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(325), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(325), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(325), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(325), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(325), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(325), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(325), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(325), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(325), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(323), + [anon_sym_ATreadonly] = ACTIONS(325), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(325), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(325), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(325), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(325), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(325), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(325), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(325), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(325), + [anon_sym_ATparam_DASHout] = ACTIONS(325), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(325), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(323), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(325), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(325), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(325), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(325), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(325), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(325), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(325), + [anon_sym_ATmixin] = ACTIONS(325), + [anon_sym_COMMA] = ACTIONS(325), + [anon_sym_AMP] = ACTIONS(325), + [anon_sym_RPAREN] = ACTIONS(325), + [anon_sym_DOLLAR] = ACTIONS(325), + [sym__end] = ACTIONS(325), }, [54] = { [aux_sym_union_type_repeat1] = STATE(54), @@ -13639,365 +13647,480 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(361), [anon_sym_ATpsalm_DASHassert] = ACTIONS(359), [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(361), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(361), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(361), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(361), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(361), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(361), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(361), - [anon_sym_ATmixin] = ACTIONS(361), - [anon_sym_COMMA] = ACTIONS(361), - [anon_sym_PIPE] = ACTIONS(363), - [anon_sym_DOLLAR] = ACTIONS(361), - [sym__end] = ACTIONS(361), - }, - [56] = { - [sym_description] = STATE(154), - [sym_inline_tag] = STATE(102), - [aux_sym_description_repeat1] = STATE(102), - [anon_sym_LBRACE] = ACTIONS(5), - [anon_sym_ATinheritdoc] = ACTIONS(366), - [anon_sym_ATinheritDoc] = ACTIONS(366), - [anon_sym_ATapi] = ACTIONS(366), - [anon_sym_ATfilesource] = ACTIONS(366), - [anon_sym_ATignore] = ACTIONS(366), - [anon_sym_ATinternal] = ACTIONS(366), - [anon_sym_ATcategory] = ACTIONS(366), - [anon_sym_ATcopyright] = ACTIONS(366), - [anon_sym_ATtodo] = ACTIONS(366), - [anon_sym_ATexample] = ACTIONS(366), - [anon_sym_ATlicense] = ACTIONS(366), - [anon_sym_ATpackage] = ACTIONS(366), - [anon_sym_ATsource] = ACTIONS(366), - [anon_sym_ATsubpackage] = ACTIONS(366), - [anon_sym_ATuses] = ACTIONS(366), - [anon_sym_ATauthor] = ACTIONS(366), - [anon_sym_ATglobal] = ACTIONS(366), - [anon_sym_ATlink] = ACTIONS(366), - [anon_sym_ATmethod] = ACTIONS(366), - [anon_sym_ATparam] = ACTIONS(368), - [anon_sym_ATproperty] = ACTIONS(368), - [anon_sym_ATproperty_DASHread] = ACTIONS(366), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(366), - [anon_sym_ATreturn] = ACTIONS(366), - [anon_sym_ATsee] = ACTIONS(366), - [anon_sym_ATthrows] = ACTIONS(366), - [anon_sym_ATvar] = ACTIONS(366), - [anon_sym_ATdeprecated] = ACTIONS(366), - [anon_sym_ATsince] = ACTIONS(366), - [anon_sym_ATversion] = ACTIONS(366), - [anon_sym_ATtemplate] = ACTIONS(368), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(366), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(366), - [anon_sym_ATimplements] = ACTIONS(366), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(366), - [anon_sym_ATextends] = ACTIONS(366), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(366), - [anon_sym_ATuse] = ACTIONS(368), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(366), - [anon_sym_ATafter] = ACTIONS(368), - [anon_sym_ATafterClass] = ACTIONS(366), - [anon_sym_ATannotation] = ACTIONS(366), - [anon_sym_ATbackupGlobals] = ACTIONS(366), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(366), - [anon_sym_ATbefore] = ACTIONS(368), - [anon_sym_ATbeforeClass] = ACTIONS(366), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(368), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(366), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(366), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(366), - [anon_sym_ATcovers] = ACTIONS(368), - [anon_sym_ATcoversDefaultClass] = ACTIONS(368), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(366), - [anon_sym_ATcoversNothing] = ACTIONS(366), - [anon_sym_ATdataProvider] = ACTIONS(366), - [anon_sym_ATdepends] = ACTIONS(368), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(366), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(366), - [anon_sym_ATgroup] = ACTIONS(366), - [anon_sym_ATlarge] = ACTIONS(366), - [anon_sym_ATmedium] = ACTIONS(366), - [anon_sym_ATpreserveGlobalState] = ACTIONS(366), - [anon_sym_ATrequires] = ACTIONS(368), - [anon_sym_ATrequiresusages] = ACTIONS(366), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(366), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(366), - [anon_sym_ATsmall] = ACTIONS(366), - [anon_sym_ATtest] = ACTIONS(368), - [anon_sym_ATtestWith] = ACTIONS(366), - [anon_sym_ATtestdox] = ACTIONS(366), - [anon_sym_ATticket] = ACTIONS(366), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(366), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(366), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(366), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(368), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(366), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(368), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(366), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(366), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(366), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(366), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(366), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(366), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(366), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(366), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(366), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(368), - [anon_sym_ATreadonly] = ACTIONS(366), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(366), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(366), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(366), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(366), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(366), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(366), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(366), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(366), - [anon_sym_ATparam_DASHout] = ACTIONS(366), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(366), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(368), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(366), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(366), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(366), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(366), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(366), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(366), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(366), - [anon_sym_ATmixin] = ACTIONS(366), - [sym__end] = ACTIONS(366), - [sym_text] = ACTIONS(75), - }, - [57] = { - [anon_sym_LBRACE] = ACTIONS(298), - [anon_sym_ATinheritdoc] = ACTIONS(298), - [anon_sym_ATinheritDoc] = ACTIONS(298), - [anon_sym_ATapi] = ACTIONS(298), - [anon_sym_ATfilesource] = ACTIONS(298), - [anon_sym_ATignore] = ACTIONS(298), - [anon_sym_ATinternal] = ACTIONS(298), - [anon_sym_ATcategory] = ACTIONS(298), - [anon_sym_ATcopyright] = ACTIONS(298), - [anon_sym_ATtodo] = ACTIONS(298), - [anon_sym_ATexample] = ACTIONS(298), - [anon_sym_ATlicense] = ACTIONS(298), - [anon_sym_ATpackage] = ACTIONS(298), - [anon_sym_ATsource] = ACTIONS(298), - [anon_sym_ATsubpackage] = ACTIONS(298), - [anon_sym_ATuses] = ACTIONS(298), - [anon_sym_ATauthor] = ACTIONS(298), - [anon_sym_ATglobal] = ACTIONS(298), - [anon_sym_ATlink] = ACTIONS(298), - [anon_sym_ATmethod] = ACTIONS(298), - [anon_sym_ATparam] = ACTIONS(296), - [anon_sym_ATproperty] = ACTIONS(296), - [anon_sym_ATproperty_DASHread] = ACTIONS(298), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(298), - [anon_sym_ATreturn] = ACTIONS(298), - [anon_sym_ATsee] = ACTIONS(298), - [anon_sym_ATthrows] = ACTIONS(298), - [anon_sym_ATvar] = ACTIONS(298), - [anon_sym_ATdeprecated] = ACTIONS(298), - [anon_sym_ATsince] = ACTIONS(298), - [anon_sym_ATversion] = ACTIONS(298), - [anon_sym_ATtemplate] = ACTIONS(296), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(298), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(298), - [anon_sym_ATimplements] = ACTIONS(298), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(298), - [anon_sym_ATextends] = ACTIONS(298), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(298), - [anon_sym_ATuse] = ACTIONS(296), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(298), - [anon_sym_ATafter] = ACTIONS(296), - [anon_sym_ATafterClass] = ACTIONS(298), - [anon_sym_ATannotation] = ACTIONS(298), - [anon_sym_ATbackupGlobals] = ACTIONS(298), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(298), - [anon_sym_ATbefore] = ACTIONS(296), - [anon_sym_ATbeforeClass] = ACTIONS(298), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(296), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(298), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(298), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(298), - [anon_sym_ATcovers] = ACTIONS(296), - [anon_sym_ATcoversDefaultClass] = ACTIONS(296), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(298), - [anon_sym_ATcoversNothing] = ACTIONS(298), - [anon_sym_ATdataProvider] = ACTIONS(298), - [anon_sym_ATdepends] = ACTIONS(296), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(298), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(298), - [anon_sym_ATgroup] = ACTIONS(298), - [anon_sym_ATlarge] = ACTIONS(298), - [anon_sym_ATmedium] = ACTIONS(298), - [anon_sym_ATpreserveGlobalState] = ACTIONS(298), - [anon_sym_ATrequires] = ACTIONS(296), - [anon_sym_ATrequiresusages] = ACTIONS(298), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(298), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(298), - [anon_sym_ATsmall] = ACTIONS(298), - [anon_sym_ATtest] = ACTIONS(296), - [anon_sym_ATtestWith] = ACTIONS(298), - [anon_sym_ATtestdox] = ACTIONS(298), - [anon_sym_ATticket] = ACTIONS(298), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(298), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(298), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(298), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(296), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(298), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(296), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(298), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(298), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(298), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(298), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(298), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(298), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(298), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(298), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(298), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(296), - [anon_sym_ATreadonly] = ACTIONS(298), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(298), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(298), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(298), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(298), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(298), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(298), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(298), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(298), - [anon_sym_ATparam_DASHout] = ACTIONS(298), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(298), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(296), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(298), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(298), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(298), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(298), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(298), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(298), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(298), - [anon_sym_ATmixin] = ACTIONS(298), - [anon_sym_PIPE] = ACTIONS(298), - [anon_sym_AMP] = ACTIONS(298), - [anon_sym_DOLLAR] = ACTIONS(298), - [sym__end] = ACTIONS(298), - [sym__text_after_type] = ACTIONS(298), - }, - [58] = { - [anon_sym_LBRACE] = ACTIONS(282), - [anon_sym_ATinheritdoc] = ACTIONS(282), - [anon_sym_ATinheritDoc] = ACTIONS(282), - [anon_sym_ATapi] = ACTIONS(282), - [anon_sym_ATfilesource] = ACTIONS(282), - [anon_sym_ATignore] = ACTIONS(282), - [anon_sym_ATinternal] = ACTIONS(282), - [anon_sym_ATcategory] = ACTIONS(282), - [anon_sym_ATcopyright] = ACTIONS(282), - [anon_sym_ATtodo] = ACTIONS(282), - [anon_sym_ATexample] = ACTIONS(282), - [anon_sym_ATlicense] = ACTIONS(282), - [anon_sym_ATpackage] = ACTIONS(282), - [anon_sym_ATsource] = ACTIONS(282), - [anon_sym_ATsubpackage] = ACTIONS(282), - [anon_sym_ATuses] = ACTIONS(282), - [anon_sym_ATauthor] = ACTIONS(282), - [anon_sym_ATglobal] = ACTIONS(282), - [anon_sym_ATlink] = ACTIONS(282), - [anon_sym_ATmethod] = ACTIONS(282), - [anon_sym_ATparam] = ACTIONS(280), - [anon_sym_ATproperty] = ACTIONS(280), - [anon_sym_ATproperty_DASHread] = ACTIONS(282), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(282), - [anon_sym_ATreturn] = ACTIONS(282), - [anon_sym_ATsee] = ACTIONS(282), - [anon_sym_ATthrows] = ACTIONS(282), - [anon_sym_ATvar] = ACTIONS(282), - [anon_sym_ATdeprecated] = ACTIONS(282), - [anon_sym_ATsince] = ACTIONS(282), - [anon_sym_ATversion] = ACTIONS(282), - [anon_sym_ATtemplate] = ACTIONS(280), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(282), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(282), - [anon_sym_ATimplements] = ACTIONS(282), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(282), - [anon_sym_ATextends] = ACTIONS(282), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(282), - [anon_sym_ATuse] = ACTIONS(280), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(282), - [anon_sym_ATafter] = ACTIONS(280), - [anon_sym_ATafterClass] = ACTIONS(282), - [anon_sym_ATannotation] = ACTIONS(282), - [anon_sym_ATbackupGlobals] = ACTIONS(282), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(282), - [anon_sym_ATbefore] = ACTIONS(280), - [anon_sym_ATbeforeClass] = ACTIONS(282), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(280), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(282), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(282), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(282), - [anon_sym_ATcovers] = ACTIONS(280), - [anon_sym_ATcoversDefaultClass] = ACTIONS(280), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(282), - [anon_sym_ATcoversNothing] = ACTIONS(282), - [anon_sym_ATdataProvider] = ACTIONS(282), - [anon_sym_ATdepends] = ACTIONS(280), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(282), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(282), - [anon_sym_ATgroup] = ACTIONS(282), - [anon_sym_ATlarge] = ACTIONS(282), - [anon_sym_ATmedium] = ACTIONS(282), - [anon_sym_ATpreserveGlobalState] = ACTIONS(282), - [anon_sym_ATrequires] = ACTIONS(280), - [anon_sym_ATrequiresusages] = ACTIONS(282), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(282), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(282), - [anon_sym_ATsmall] = ACTIONS(282), - [anon_sym_ATtest] = ACTIONS(280), - [anon_sym_ATtestWith] = ACTIONS(282), - [anon_sym_ATtestdox] = ACTIONS(282), - [anon_sym_ATticket] = ACTIONS(282), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(282), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(282), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(282), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(280), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(282), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(280), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(282), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(282), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(282), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(282), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(282), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(282), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(282), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(282), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(282), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(280), - [anon_sym_ATreadonly] = ACTIONS(282), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(282), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(282), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(282), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(282), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(282), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(282), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(282), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(282), - [anon_sym_ATparam_DASHout] = ACTIONS(282), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(282), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(280), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(282), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(282), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(282), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(282), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(282), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(282), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(282), - [anon_sym_ATmixin] = ACTIONS(282), - [anon_sym_PIPE] = ACTIONS(282), - [anon_sym_AMP] = ACTIONS(282), - [anon_sym_DOLLAR] = ACTIONS(282), - [sym__end] = ACTIONS(282), - [sym__text_after_type] = ACTIONS(282), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(361), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(361), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(361), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(361), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(361), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(361), + [anon_sym_ATmixin] = ACTIONS(361), + [anon_sym_COMMA] = ACTIONS(361), + [anon_sym_PIPE] = ACTIONS(363), + [anon_sym_DOLLAR] = ACTIONS(361), + [sym__end] = ACTIONS(361), + }, + [56] = { + [sym_name] = ACTIONS(366), + [anon_sym_ATinheritdoc] = ACTIONS(368), + [anon_sym_ATinheritDoc] = ACTIONS(368), + [anon_sym_ATapi] = ACTIONS(368), + [anon_sym_ATfilesource] = ACTIONS(368), + [anon_sym_ATignore] = ACTIONS(368), + [anon_sym_ATinternal] = ACTIONS(368), + [anon_sym_ATcategory] = ACTIONS(368), + [anon_sym_ATcopyright] = ACTIONS(368), + [anon_sym_ATtodo] = ACTIONS(368), + [anon_sym_ATexample] = ACTIONS(368), + [anon_sym_ATlicense] = ACTIONS(368), + [anon_sym_ATpackage] = ACTIONS(368), + [anon_sym_ATsource] = ACTIONS(368), + [anon_sym_ATsubpackage] = ACTIONS(368), + [anon_sym_ATuses] = ACTIONS(368), + [anon_sym_ATauthor] = ACTIONS(368), + [anon_sym_ATglobal] = ACTIONS(368), + [anon_sym_ATlink] = ACTIONS(368), + [anon_sym_ATmethod] = ACTIONS(368), + [anon_sym_ATparam] = ACTIONS(366), + [anon_sym_ATproperty] = ACTIONS(366), + [anon_sym_ATproperty_DASHread] = ACTIONS(368), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(368), + [anon_sym_ATreturn] = ACTIONS(368), + [anon_sym_ATsee] = ACTIONS(368), + [anon_sym_ATthrows] = ACTIONS(368), + [anon_sym_ATvar] = ACTIONS(368), + [anon_sym_ATdeprecated] = ACTIONS(368), + [anon_sym_ATsince] = ACTIONS(368), + [anon_sym_ATversion] = ACTIONS(368), + [anon_sym_ATtemplate] = ACTIONS(366), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(368), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(368), + [anon_sym_of] = ACTIONS(366), + [anon_sym_ATimplements] = ACTIONS(368), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(368), + [anon_sym_ATextends] = ACTIONS(368), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(368), + [anon_sym_ATuse] = ACTIONS(366), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(368), + [anon_sym_ATafter] = ACTIONS(366), + [anon_sym_ATafterClass] = ACTIONS(368), + [anon_sym_ATannotation] = ACTIONS(368), + [anon_sym_ATbackupGlobals] = ACTIONS(368), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(368), + [anon_sym_ATbefore] = ACTIONS(366), + [anon_sym_ATbeforeClass] = ACTIONS(368), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(366), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(368), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(368), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(368), + [anon_sym_ATcovers] = ACTIONS(366), + [anon_sym_ATcoversDefaultClass] = ACTIONS(366), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(368), + [anon_sym_ATcoversNothing] = ACTIONS(368), + [anon_sym_ATdataProvider] = ACTIONS(368), + [anon_sym_ATdepends] = ACTIONS(366), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(368), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(368), + [anon_sym_ATgroup] = ACTIONS(368), + [anon_sym_ATlarge] = ACTIONS(368), + [anon_sym_ATmedium] = ACTIONS(368), + [anon_sym_ATpreserveGlobalState] = ACTIONS(368), + [anon_sym_ATrequires] = ACTIONS(366), + [anon_sym_ATrequiresusages] = ACTIONS(368), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(368), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(368), + [anon_sym_ATsmall] = ACTIONS(368), + [anon_sym_ATtest] = ACTIONS(366), + [anon_sym_ATtestWith] = ACTIONS(368), + [anon_sym_ATtestdox] = ACTIONS(368), + [anon_sym_ATticket] = ACTIONS(368), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(368), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(368), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(368), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(366), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(368), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(366), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(368), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(368), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(368), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(368), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(368), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(368), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(368), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(368), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(368), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(366), + [anon_sym_ATreadonly] = ACTIONS(368), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(368), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(368), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(368), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(368), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(368), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(368), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(368), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(368), + [anon_sym_ATparam_DASHout] = ACTIONS(368), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(368), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(366), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(368), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(368), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(368), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(368), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(368), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(368), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(368), + [anon_sym_ATmixin] = ACTIONS(368), + [anon_sym_COMMA] = ACTIONS(368), + [anon_sym_PIPE] = ACTIONS(368), + [anon_sym_DOLLAR] = ACTIONS(368), + [sym__end] = ACTIONS(368), + }, + [57] = { + [sym_description] = STATE(164), + [sym_inline_tag] = STATE(100), + [aux_sym_description_repeat1] = STATE(100), + [anon_sym_LBRACE] = ACTIONS(5), + [anon_sym_ATinheritdoc] = ACTIONS(370), + [anon_sym_ATinheritDoc] = ACTIONS(370), + [anon_sym_ATapi] = ACTIONS(370), + [anon_sym_ATfilesource] = ACTIONS(370), + [anon_sym_ATignore] = ACTIONS(370), + [anon_sym_ATinternal] = ACTIONS(370), + [anon_sym_ATcategory] = ACTIONS(370), + [anon_sym_ATcopyright] = ACTIONS(370), + [anon_sym_ATtodo] = ACTIONS(370), + [anon_sym_ATexample] = ACTIONS(370), + [anon_sym_ATlicense] = ACTIONS(370), + [anon_sym_ATpackage] = ACTIONS(370), + [anon_sym_ATsource] = ACTIONS(370), + [anon_sym_ATsubpackage] = ACTIONS(370), + [anon_sym_ATuses] = ACTIONS(370), + [anon_sym_ATauthor] = ACTIONS(370), + [anon_sym_ATglobal] = ACTIONS(370), + [anon_sym_ATlink] = ACTIONS(370), + [anon_sym_ATmethod] = ACTIONS(370), + [anon_sym_ATparam] = ACTIONS(372), + [anon_sym_ATproperty] = ACTIONS(372), + [anon_sym_ATproperty_DASHread] = ACTIONS(370), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(370), + [anon_sym_ATreturn] = ACTIONS(370), + [anon_sym_ATsee] = ACTIONS(370), + [anon_sym_ATthrows] = ACTIONS(370), + [anon_sym_ATvar] = ACTIONS(370), + [anon_sym_ATdeprecated] = ACTIONS(370), + [anon_sym_ATsince] = ACTIONS(370), + [anon_sym_ATversion] = ACTIONS(370), + [anon_sym_ATtemplate] = ACTIONS(372), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(370), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(370), + [anon_sym_ATimplements] = ACTIONS(370), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(370), + [anon_sym_ATextends] = ACTIONS(370), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(370), + [anon_sym_ATuse] = ACTIONS(372), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(370), + [anon_sym_ATafter] = ACTIONS(372), + [anon_sym_ATafterClass] = ACTIONS(370), + [anon_sym_ATannotation] = ACTIONS(370), + [anon_sym_ATbackupGlobals] = ACTIONS(370), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(370), + [anon_sym_ATbefore] = ACTIONS(372), + [anon_sym_ATbeforeClass] = ACTIONS(370), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(372), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(370), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(370), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(370), + [anon_sym_ATcovers] = ACTIONS(372), + [anon_sym_ATcoversDefaultClass] = ACTIONS(372), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(370), + [anon_sym_ATcoversNothing] = ACTIONS(370), + [anon_sym_ATdataProvider] = ACTIONS(370), + [anon_sym_ATdepends] = ACTIONS(372), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(370), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(370), + [anon_sym_ATgroup] = ACTIONS(370), + [anon_sym_ATlarge] = ACTIONS(370), + [anon_sym_ATmedium] = ACTIONS(370), + [anon_sym_ATpreserveGlobalState] = ACTIONS(370), + [anon_sym_ATrequires] = ACTIONS(372), + [anon_sym_ATrequiresusages] = ACTIONS(370), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(370), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(370), + [anon_sym_ATsmall] = ACTIONS(370), + [anon_sym_ATtest] = ACTIONS(372), + [anon_sym_ATtestWith] = ACTIONS(370), + [anon_sym_ATtestdox] = ACTIONS(370), + [anon_sym_ATticket] = ACTIONS(370), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(370), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(370), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(370), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(372), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(370), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(372), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(370), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(370), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(370), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(370), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(370), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(370), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(370), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(370), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(370), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(372), + [anon_sym_ATreadonly] = ACTIONS(370), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(370), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(370), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(370), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(370), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(370), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(370), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(370), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(370), + [anon_sym_ATparam_DASHout] = ACTIONS(370), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(370), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(372), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(370), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(370), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(370), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(370), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(370), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(370), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(370), + [anon_sym_ATmixin] = ACTIONS(370), + [sym__end] = ACTIONS(370), + [sym_text] = ACTIONS(75), + }, + [58] = { + [sym_description] = STATE(137), + [sym_inline_tag] = STATE(100), + [aux_sym_description_repeat1] = STATE(100), + [anon_sym_LBRACE] = ACTIONS(5), + [anon_sym_ATinheritdoc] = ACTIONS(374), + [anon_sym_ATinheritDoc] = ACTIONS(374), + [anon_sym_ATapi] = ACTIONS(374), + [anon_sym_ATfilesource] = ACTIONS(374), + [anon_sym_ATignore] = ACTIONS(374), + [anon_sym_ATinternal] = ACTIONS(374), + [anon_sym_ATcategory] = ACTIONS(374), + [anon_sym_ATcopyright] = ACTIONS(374), + [anon_sym_ATtodo] = ACTIONS(374), + [anon_sym_ATexample] = ACTIONS(374), + [anon_sym_ATlicense] = ACTIONS(374), + [anon_sym_ATpackage] = ACTIONS(374), + [anon_sym_ATsource] = ACTIONS(374), + [anon_sym_ATsubpackage] = ACTIONS(374), + [anon_sym_ATuses] = ACTIONS(374), + [anon_sym_ATauthor] = ACTIONS(374), + [anon_sym_ATglobal] = ACTIONS(374), + [anon_sym_ATlink] = ACTIONS(374), + [anon_sym_ATmethod] = ACTIONS(374), + [anon_sym_ATparam] = ACTIONS(376), + [anon_sym_ATproperty] = ACTIONS(376), + [anon_sym_ATproperty_DASHread] = ACTIONS(374), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(374), + [anon_sym_ATreturn] = ACTIONS(374), + [anon_sym_ATsee] = ACTIONS(374), + [anon_sym_ATthrows] = ACTIONS(374), + [anon_sym_ATvar] = ACTIONS(374), + [anon_sym_ATdeprecated] = ACTIONS(374), + [anon_sym_ATsince] = ACTIONS(374), + [anon_sym_ATversion] = ACTIONS(374), + [anon_sym_ATtemplate] = ACTIONS(376), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(374), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(374), + [anon_sym_ATimplements] = ACTIONS(374), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(374), + [anon_sym_ATextends] = ACTIONS(374), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(374), + [anon_sym_ATuse] = ACTIONS(376), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(374), + [anon_sym_ATafter] = ACTIONS(376), + [anon_sym_ATafterClass] = ACTIONS(374), + [anon_sym_ATannotation] = ACTIONS(374), + [anon_sym_ATbackupGlobals] = ACTIONS(374), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(374), + [anon_sym_ATbefore] = ACTIONS(376), + [anon_sym_ATbeforeClass] = ACTIONS(374), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(376), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(374), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(374), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(374), + [anon_sym_ATcovers] = ACTIONS(376), + [anon_sym_ATcoversDefaultClass] = ACTIONS(376), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(374), + [anon_sym_ATcoversNothing] = ACTIONS(374), + [anon_sym_ATdataProvider] = ACTIONS(374), + [anon_sym_ATdepends] = ACTIONS(376), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(374), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(374), + [anon_sym_ATgroup] = ACTIONS(374), + [anon_sym_ATlarge] = ACTIONS(374), + [anon_sym_ATmedium] = ACTIONS(374), + [anon_sym_ATpreserveGlobalState] = ACTIONS(374), + [anon_sym_ATrequires] = ACTIONS(376), + [anon_sym_ATrequiresusages] = ACTIONS(374), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(374), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(374), + [anon_sym_ATsmall] = ACTIONS(374), + [anon_sym_ATtest] = ACTIONS(376), + [anon_sym_ATtestWith] = ACTIONS(374), + [anon_sym_ATtestdox] = ACTIONS(374), + [anon_sym_ATticket] = ACTIONS(374), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(374), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(374), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(374), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(376), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(374), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(376), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(374), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(374), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(374), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(374), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(374), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(374), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(374), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(374), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(374), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(376), + [anon_sym_ATreadonly] = ACTIONS(374), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(374), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(374), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(374), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(374), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(374), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(374), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(374), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(374), + [anon_sym_ATparam_DASHout] = ACTIONS(374), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(374), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(376), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(374), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(374), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(374), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(374), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(374), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(374), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(374), + [anon_sym_ATmixin] = ACTIONS(374), + [sym__end] = ACTIONS(374), + [sym_text] = ACTIONS(75), }, [59] = { [aux_sym_disjunctive_normal_form_type_repeat1] = STATE(67), + [anon_sym_LBRACE] = ACTIONS(340), + [anon_sym_ATinheritdoc] = ACTIONS(340), + [anon_sym_ATinheritDoc] = ACTIONS(340), + [anon_sym_ATapi] = ACTIONS(340), + [anon_sym_ATfilesource] = ACTIONS(340), + [anon_sym_ATignore] = ACTIONS(340), + [anon_sym_ATinternal] = ACTIONS(340), + [anon_sym_ATcategory] = ACTIONS(340), + [anon_sym_ATcopyright] = ACTIONS(340), + [anon_sym_ATtodo] = ACTIONS(340), + [anon_sym_ATexample] = ACTIONS(340), + [anon_sym_ATlicense] = ACTIONS(340), + [anon_sym_ATpackage] = ACTIONS(340), + [anon_sym_ATsource] = ACTIONS(340), + [anon_sym_ATsubpackage] = ACTIONS(340), + [anon_sym_ATuses] = ACTIONS(340), + [anon_sym_ATauthor] = ACTIONS(340), + [anon_sym_ATglobal] = ACTIONS(340), + [anon_sym_ATlink] = ACTIONS(340), + [anon_sym_ATmethod] = ACTIONS(340), + [anon_sym_ATparam] = ACTIONS(338), + [anon_sym_ATproperty] = ACTIONS(338), + [anon_sym_ATproperty_DASHread] = ACTIONS(340), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(340), + [anon_sym_ATreturn] = ACTIONS(340), + [anon_sym_ATsee] = ACTIONS(340), + [anon_sym_ATthrows] = ACTIONS(340), + [anon_sym_ATvar] = ACTIONS(340), + [anon_sym_ATdeprecated] = ACTIONS(340), + [anon_sym_ATsince] = ACTIONS(340), + [anon_sym_ATversion] = ACTIONS(340), + [anon_sym_ATtemplate] = ACTIONS(338), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(340), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(340), + [anon_sym_ATimplements] = ACTIONS(340), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(340), + [anon_sym_ATextends] = ACTIONS(340), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(340), + [anon_sym_ATuse] = ACTIONS(338), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(340), + [anon_sym_ATafter] = ACTIONS(338), + [anon_sym_ATafterClass] = ACTIONS(340), + [anon_sym_ATannotation] = ACTIONS(340), + [anon_sym_ATbackupGlobals] = ACTIONS(340), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(340), + [anon_sym_ATbefore] = ACTIONS(338), + [anon_sym_ATbeforeClass] = ACTIONS(340), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(338), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(340), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(340), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(340), + [anon_sym_ATcovers] = ACTIONS(338), + [anon_sym_ATcoversDefaultClass] = ACTIONS(338), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(340), + [anon_sym_ATcoversNothing] = ACTIONS(340), + [anon_sym_ATdataProvider] = ACTIONS(340), + [anon_sym_ATdepends] = ACTIONS(338), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(340), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(340), + [anon_sym_ATgroup] = ACTIONS(340), + [anon_sym_ATlarge] = ACTIONS(340), + [anon_sym_ATmedium] = ACTIONS(340), + [anon_sym_ATpreserveGlobalState] = ACTIONS(340), + [anon_sym_ATrequires] = ACTIONS(338), + [anon_sym_ATrequiresusages] = ACTIONS(340), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(340), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(340), + [anon_sym_ATsmall] = ACTIONS(340), + [anon_sym_ATtest] = ACTIONS(338), + [anon_sym_ATtestWith] = ACTIONS(340), + [anon_sym_ATtestdox] = ACTIONS(340), + [anon_sym_ATticket] = ACTIONS(340), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(340), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(340), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(340), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(338), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(340), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(338), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(340), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(340), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(340), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(340), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(340), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(340), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(340), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(340), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(340), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(338), + [anon_sym_ATreadonly] = ACTIONS(340), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(340), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(340), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(340), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(340), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(340), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(340), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(340), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(340), + [anon_sym_ATparam_DASHout] = ACTIONS(340), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(340), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(338), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(340), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(340), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(340), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(340), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(340), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(340), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(340), + [anon_sym_ATmixin] = ACTIONS(340), + [anon_sym_PIPE] = ACTIONS(378), + [anon_sym_DOLLAR] = ACTIONS(340), + [sym__end] = ACTIONS(340), + [sym__text_after_type] = ACTIONS(340), + }, + [60] = { + [aux_sym_union_type_repeat1] = STATE(70), [anon_sym_LBRACE] = ACTIONS(334), [anon_sym_ATinheritdoc] = ACTIONS(334), [anon_sym_ATinheritDoc] = ACTIONS(334), @@ -14106,472 +14229,472 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(334), [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(334), [anon_sym_ATmixin] = ACTIONS(334), - [anon_sym_PIPE] = ACTIONS(370), + [anon_sym_PIPE] = ACTIONS(380), [anon_sym_DOLLAR] = ACTIONS(334), [sym__end] = ACTIONS(334), [sym__text_after_type] = ACTIONS(334), }, - [60] = { - [anon_sym_LBRACE] = ACTIONS(294), - [anon_sym_ATinheritdoc] = ACTIONS(294), - [anon_sym_ATinheritDoc] = ACTIONS(294), - [anon_sym_ATapi] = ACTIONS(294), - [anon_sym_ATfilesource] = ACTIONS(294), - [anon_sym_ATignore] = ACTIONS(294), - [anon_sym_ATinternal] = ACTIONS(294), - [anon_sym_ATcategory] = ACTIONS(294), - [anon_sym_ATcopyright] = ACTIONS(294), - [anon_sym_ATtodo] = ACTIONS(294), - [anon_sym_ATexample] = ACTIONS(294), - [anon_sym_ATlicense] = ACTIONS(294), - [anon_sym_ATpackage] = ACTIONS(294), - [anon_sym_ATsource] = ACTIONS(294), - [anon_sym_ATsubpackage] = ACTIONS(294), - [anon_sym_ATuses] = ACTIONS(294), - [anon_sym_ATauthor] = ACTIONS(294), - [anon_sym_ATglobal] = ACTIONS(294), - [anon_sym_ATlink] = ACTIONS(294), - [anon_sym_ATmethod] = ACTIONS(294), - [anon_sym_ATparam] = ACTIONS(292), - [anon_sym_ATproperty] = ACTIONS(292), - [anon_sym_ATproperty_DASHread] = ACTIONS(294), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(294), - [anon_sym_ATreturn] = ACTIONS(294), - [anon_sym_ATsee] = ACTIONS(294), - [anon_sym_ATthrows] = ACTIONS(294), - [anon_sym_ATvar] = ACTIONS(294), - [anon_sym_ATdeprecated] = ACTIONS(294), - [anon_sym_ATsince] = ACTIONS(294), - [anon_sym_ATversion] = ACTIONS(294), - [anon_sym_ATtemplate] = ACTIONS(292), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(294), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(294), - [anon_sym_ATimplements] = ACTIONS(294), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(294), - [anon_sym_ATextends] = ACTIONS(294), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(294), - [anon_sym_ATuse] = ACTIONS(292), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(294), - [anon_sym_ATafter] = ACTIONS(292), - [anon_sym_ATafterClass] = ACTIONS(294), - [anon_sym_ATannotation] = ACTIONS(294), - [anon_sym_ATbackupGlobals] = ACTIONS(294), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(294), - [anon_sym_ATbefore] = ACTIONS(292), - [anon_sym_ATbeforeClass] = ACTIONS(294), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(292), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(294), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(294), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(294), - [anon_sym_ATcovers] = ACTIONS(292), - [anon_sym_ATcoversDefaultClass] = ACTIONS(292), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(294), - [anon_sym_ATcoversNothing] = ACTIONS(294), - [anon_sym_ATdataProvider] = ACTIONS(294), - [anon_sym_ATdepends] = ACTIONS(292), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(294), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(294), - [anon_sym_ATgroup] = ACTIONS(294), - [anon_sym_ATlarge] = ACTIONS(294), - [anon_sym_ATmedium] = ACTIONS(294), - [anon_sym_ATpreserveGlobalState] = ACTIONS(294), - [anon_sym_ATrequires] = ACTIONS(292), - [anon_sym_ATrequiresusages] = ACTIONS(294), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(294), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(294), - [anon_sym_ATsmall] = ACTIONS(294), - [anon_sym_ATtest] = ACTIONS(292), - [anon_sym_ATtestWith] = ACTIONS(294), - [anon_sym_ATtestdox] = ACTIONS(294), - [anon_sym_ATticket] = ACTIONS(294), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(294), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(294), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(294), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(292), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(294), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(292), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(294), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(294), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(294), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(294), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(294), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(294), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(294), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(294), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(294), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(292), - [anon_sym_ATreadonly] = ACTIONS(294), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(294), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(294), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(294), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(294), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(294), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(294), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(294), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(294), - [anon_sym_ATparam_DASHout] = ACTIONS(294), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(294), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(292), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(294), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(294), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(294), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(294), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(294), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(294), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(294), - [anon_sym_ATmixin] = ACTIONS(294), - [anon_sym_PIPE] = ACTIONS(294), - [anon_sym_AMP] = ACTIONS(294), - [anon_sym_DOLLAR] = ACTIONS(294), - [sym__end] = ACTIONS(294), - [sym__text_after_type] = ACTIONS(294), - }, [61] = { - [sym_description] = STATE(133), - [sym_inline_tag] = STATE(102), - [aux_sym_description_repeat1] = STATE(102), - [anon_sym_LBRACE] = ACTIONS(5), - [anon_sym_ATinheritdoc] = ACTIONS(372), - [anon_sym_ATinheritDoc] = ACTIONS(372), - [anon_sym_ATapi] = ACTIONS(372), - [anon_sym_ATfilesource] = ACTIONS(372), - [anon_sym_ATignore] = ACTIONS(372), - [anon_sym_ATinternal] = ACTIONS(372), - [anon_sym_ATcategory] = ACTIONS(372), - [anon_sym_ATcopyright] = ACTIONS(372), - [anon_sym_ATtodo] = ACTIONS(372), - [anon_sym_ATexample] = ACTIONS(372), - [anon_sym_ATlicense] = ACTIONS(372), - [anon_sym_ATpackage] = ACTIONS(372), - [anon_sym_ATsource] = ACTIONS(372), - [anon_sym_ATsubpackage] = ACTIONS(372), - [anon_sym_ATuses] = ACTIONS(372), - [anon_sym_ATauthor] = ACTIONS(372), - [anon_sym_ATglobal] = ACTIONS(372), - [anon_sym_ATlink] = ACTIONS(372), - [anon_sym_ATmethod] = ACTIONS(372), - [anon_sym_ATparam] = ACTIONS(374), - [anon_sym_ATproperty] = ACTIONS(374), - [anon_sym_ATproperty_DASHread] = ACTIONS(372), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(372), - [anon_sym_ATreturn] = ACTIONS(372), - [anon_sym_ATsee] = ACTIONS(372), - [anon_sym_ATthrows] = ACTIONS(372), - [anon_sym_ATvar] = ACTIONS(372), - [anon_sym_ATdeprecated] = ACTIONS(372), - [anon_sym_ATsince] = ACTIONS(372), - [anon_sym_ATversion] = ACTIONS(372), - [anon_sym_ATtemplate] = ACTIONS(374), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(372), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(372), - [anon_sym_ATimplements] = ACTIONS(372), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(372), - [anon_sym_ATextends] = ACTIONS(372), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(372), - [anon_sym_ATuse] = ACTIONS(374), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(372), - [anon_sym_ATafter] = ACTIONS(374), - [anon_sym_ATafterClass] = ACTIONS(372), - [anon_sym_ATannotation] = ACTIONS(372), - [anon_sym_ATbackupGlobals] = ACTIONS(372), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(372), - [anon_sym_ATbefore] = ACTIONS(374), - [anon_sym_ATbeforeClass] = ACTIONS(372), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(374), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(372), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(372), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(372), - [anon_sym_ATcovers] = ACTIONS(374), - [anon_sym_ATcoversDefaultClass] = ACTIONS(374), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(372), - [anon_sym_ATcoversNothing] = ACTIONS(372), - [anon_sym_ATdataProvider] = ACTIONS(372), - [anon_sym_ATdepends] = ACTIONS(374), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(372), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(372), - [anon_sym_ATgroup] = ACTIONS(372), - [anon_sym_ATlarge] = ACTIONS(372), - [anon_sym_ATmedium] = ACTIONS(372), - [anon_sym_ATpreserveGlobalState] = ACTIONS(372), - [anon_sym_ATrequires] = ACTIONS(374), - [anon_sym_ATrequiresusages] = ACTIONS(372), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(372), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(372), - [anon_sym_ATsmall] = ACTIONS(372), - [anon_sym_ATtest] = ACTIONS(374), - [anon_sym_ATtestWith] = ACTIONS(372), - [anon_sym_ATtestdox] = ACTIONS(372), - [anon_sym_ATticket] = ACTIONS(372), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(372), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(372), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(372), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(374), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(372), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(374), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(372), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(372), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(372), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(372), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(372), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(372), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(372), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(372), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(372), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(374), - [anon_sym_ATreadonly] = ACTIONS(372), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(372), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(372), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(372), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(372), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(372), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(372), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(372), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(372), - [anon_sym_ATparam_DASHout] = ACTIONS(372), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(372), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(374), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(372), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(372), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(372), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(372), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(372), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(372), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(372), - [anon_sym_ATmixin] = ACTIONS(372), - [sym__end] = ACTIONS(372), - [sym_text] = ACTIONS(75), + [aux_sym_intersection_type_repeat1] = STATE(68), + [anon_sym_LBRACE] = ACTIONS(314), + [anon_sym_ATinheritdoc] = ACTIONS(314), + [anon_sym_ATinheritDoc] = ACTIONS(314), + [anon_sym_ATapi] = ACTIONS(314), + [anon_sym_ATfilesource] = ACTIONS(314), + [anon_sym_ATignore] = ACTIONS(314), + [anon_sym_ATinternal] = ACTIONS(314), + [anon_sym_ATcategory] = ACTIONS(314), + [anon_sym_ATcopyright] = ACTIONS(314), + [anon_sym_ATtodo] = ACTIONS(314), + [anon_sym_ATexample] = ACTIONS(314), + [anon_sym_ATlicense] = ACTIONS(314), + [anon_sym_ATpackage] = ACTIONS(314), + [anon_sym_ATsource] = ACTIONS(314), + [anon_sym_ATsubpackage] = ACTIONS(314), + [anon_sym_ATuses] = ACTIONS(314), + [anon_sym_ATauthor] = ACTIONS(314), + [anon_sym_ATglobal] = ACTIONS(314), + [anon_sym_ATlink] = ACTIONS(314), + [anon_sym_ATmethod] = ACTIONS(314), + [anon_sym_ATparam] = ACTIONS(312), + [anon_sym_ATproperty] = ACTIONS(312), + [anon_sym_ATproperty_DASHread] = ACTIONS(314), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(314), + [anon_sym_ATreturn] = ACTIONS(314), + [anon_sym_ATsee] = ACTIONS(314), + [anon_sym_ATthrows] = ACTIONS(314), + [anon_sym_ATvar] = ACTIONS(314), + [anon_sym_ATdeprecated] = ACTIONS(314), + [anon_sym_ATsince] = ACTIONS(314), + [anon_sym_ATversion] = ACTIONS(314), + [anon_sym_ATtemplate] = ACTIONS(312), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(314), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(314), + [anon_sym_ATimplements] = ACTIONS(314), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(314), + [anon_sym_ATextends] = ACTIONS(314), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(314), + [anon_sym_ATuse] = ACTIONS(312), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(314), + [anon_sym_ATafter] = ACTIONS(312), + [anon_sym_ATafterClass] = ACTIONS(314), + [anon_sym_ATannotation] = ACTIONS(314), + [anon_sym_ATbackupGlobals] = ACTIONS(314), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(314), + [anon_sym_ATbefore] = ACTIONS(312), + [anon_sym_ATbeforeClass] = ACTIONS(314), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(312), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(314), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(314), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(314), + [anon_sym_ATcovers] = ACTIONS(312), + [anon_sym_ATcoversDefaultClass] = ACTIONS(312), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(314), + [anon_sym_ATcoversNothing] = ACTIONS(314), + [anon_sym_ATdataProvider] = ACTIONS(314), + [anon_sym_ATdepends] = ACTIONS(312), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(314), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(314), + [anon_sym_ATgroup] = ACTIONS(314), + [anon_sym_ATlarge] = ACTIONS(314), + [anon_sym_ATmedium] = ACTIONS(314), + [anon_sym_ATpreserveGlobalState] = ACTIONS(314), + [anon_sym_ATrequires] = ACTIONS(312), + [anon_sym_ATrequiresusages] = ACTIONS(314), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(314), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(314), + [anon_sym_ATsmall] = ACTIONS(314), + [anon_sym_ATtest] = ACTIONS(312), + [anon_sym_ATtestWith] = ACTIONS(314), + [anon_sym_ATtestdox] = ACTIONS(314), + [anon_sym_ATticket] = ACTIONS(314), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(314), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(314), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(314), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(312), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(314), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(312), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(314), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(314), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(314), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(314), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(314), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(314), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(314), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(314), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(314), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(312), + [anon_sym_ATreadonly] = ACTIONS(314), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(314), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(314), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(314), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(314), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(314), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(314), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(314), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(314), + [anon_sym_ATparam_DASHout] = ACTIONS(314), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(314), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(312), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(314), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(314), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(314), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(314), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(314), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(314), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(314), + [anon_sym_ATmixin] = ACTIONS(314), + [anon_sym_AMP] = ACTIONS(294), + [anon_sym_DOLLAR] = ACTIONS(314), + [sym__end] = ACTIONS(314), + [sym__text_after_type] = ACTIONS(314), }, [62] = { [sym_description] = STATE(138), - [sym_inline_tag] = STATE(102), - [aux_sym_description_repeat1] = STATE(102), + [sym_inline_tag] = STATE(100), + [aux_sym_description_repeat1] = STATE(100), [anon_sym_LBRACE] = ACTIONS(5), - [anon_sym_ATinheritdoc] = ACTIONS(376), - [anon_sym_ATinheritDoc] = ACTIONS(376), - [anon_sym_ATapi] = ACTIONS(376), - [anon_sym_ATfilesource] = ACTIONS(376), - [anon_sym_ATignore] = ACTIONS(376), - [anon_sym_ATinternal] = ACTIONS(376), - [anon_sym_ATcategory] = ACTIONS(376), - [anon_sym_ATcopyright] = ACTIONS(376), - [anon_sym_ATtodo] = ACTIONS(376), - [anon_sym_ATexample] = ACTIONS(376), - [anon_sym_ATlicense] = ACTIONS(376), - [anon_sym_ATpackage] = ACTIONS(376), - [anon_sym_ATsource] = ACTIONS(376), - [anon_sym_ATsubpackage] = ACTIONS(376), - [anon_sym_ATuses] = ACTIONS(376), - [anon_sym_ATauthor] = ACTIONS(376), - [anon_sym_ATglobal] = ACTIONS(376), - [anon_sym_ATlink] = ACTIONS(376), - [anon_sym_ATmethod] = ACTIONS(376), - [anon_sym_ATparam] = ACTIONS(378), - [anon_sym_ATproperty] = ACTIONS(378), - [anon_sym_ATproperty_DASHread] = ACTIONS(376), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(376), - [anon_sym_ATreturn] = ACTIONS(376), - [anon_sym_ATsee] = ACTIONS(376), - [anon_sym_ATthrows] = ACTIONS(376), - [anon_sym_ATvar] = ACTIONS(376), - [anon_sym_ATdeprecated] = ACTIONS(376), - [anon_sym_ATsince] = ACTIONS(376), - [anon_sym_ATversion] = ACTIONS(376), - [anon_sym_ATtemplate] = ACTIONS(378), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(376), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(376), - [anon_sym_ATimplements] = ACTIONS(376), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(376), - [anon_sym_ATextends] = ACTIONS(376), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(376), - [anon_sym_ATuse] = ACTIONS(378), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(376), - [anon_sym_ATafter] = ACTIONS(378), - [anon_sym_ATafterClass] = ACTIONS(376), - [anon_sym_ATannotation] = ACTIONS(376), - [anon_sym_ATbackupGlobals] = ACTIONS(376), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(376), - [anon_sym_ATbefore] = ACTIONS(378), - [anon_sym_ATbeforeClass] = ACTIONS(376), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(378), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(376), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(376), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(376), - [anon_sym_ATcovers] = ACTIONS(378), - [anon_sym_ATcoversDefaultClass] = ACTIONS(378), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(376), - [anon_sym_ATcoversNothing] = ACTIONS(376), - [anon_sym_ATdataProvider] = ACTIONS(376), - [anon_sym_ATdepends] = ACTIONS(378), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(376), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(376), - [anon_sym_ATgroup] = ACTIONS(376), - [anon_sym_ATlarge] = ACTIONS(376), - [anon_sym_ATmedium] = ACTIONS(376), - [anon_sym_ATpreserveGlobalState] = ACTIONS(376), - [anon_sym_ATrequires] = ACTIONS(378), - [anon_sym_ATrequiresusages] = ACTIONS(376), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(376), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(376), - [anon_sym_ATsmall] = ACTIONS(376), - [anon_sym_ATtest] = ACTIONS(378), - [anon_sym_ATtestWith] = ACTIONS(376), - [anon_sym_ATtestdox] = ACTIONS(376), - [anon_sym_ATticket] = ACTIONS(376), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(376), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(376), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(376), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(378), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(376), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(378), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(376), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(376), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(376), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(376), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(376), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(376), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(376), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(376), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(376), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(378), - [anon_sym_ATreadonly] = ACTIONS(376), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(376), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(376), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(376), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(376), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(376), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(376), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(376), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(376), - [anon_sym_ATparam_DASHout] = ACTIONS(376), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(376), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(378), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(376), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(376), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(376), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(376), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(376), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(376), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(376), - [anon_sym_ATmixin] = ACTIONS(376), - [sym__end] = ACTIONS(376), + [anon_sym_ATinheritdoc] = ACTIONS(382), + [anon_sym_ATinheritDoc] = ACTIONS(382), + [anon_sym_ATapi] = ACTIONS(382), + [anon_sym_ATfilesource] = ACTIONS(382), + [anon_sym_ATignore] = ACTIONS(382), + [anon_sym_ATinternal] = ACTIONS(382), + [anon_sym_ATcategory] = ACTIONS(382), + [anon_sym_ATcopyright] = ACTIONS(382), + [anon_sym_ATtodo] = ACTIONS(382), + [anon_sym_ATexample] = ACTIONS(382), + [anon_sym_ATlicense] = ACTIONS(382), + [anon_sym_ATpackage] = ACTIONS(382), + [anon_sym_ATsource] = ACTIONS(382), + [anon_sym_ATsubpackage] = ACTIONS(382), + [anon_sym_ATuses] = ACTIONS(382), + [anon_sym_ATauthor] = ACTIONS(382), + [anon_sym_ATglobal] = ACTIONS(382), + [anon_sym_ATlink] = ACTIONS(382), + [anon_sym_ATmethod] = ACTIONS(382), + [anon_sym_ATparam] = ACTIONS(384), + [anon_sym_ATproperty] = ACTIONS(384), + [anon_sym_ATproperty_DASHread] = ACTIONS(382), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(382), + [anon_sym_ATreturn] = ACTIONS(382), + [anon_sym_ATsee] = ACTIONS(382), + [anon_sym_ATthrows] = ACTIONS(382), + [anon_sym_ATvar] = ACTIONS(382), + [anon_sym_ATdeprecated] = ACTIONS(382), + [anon_sym_ATsince] = ACTIONS(382), + [anon_sym_ATversion] = ACTIONS(382), + [anon_sym_ATtemplate] = ACTIONS(384), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(382), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(382), + [anon_sym_ATimplements] = ACTIONS(382), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(382), + [anon_sym_ATextends] = ACTIONS(382), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(382), + [anon_sym_ATuse] = ACTIONS(384), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(382), + [anon_sym_ATafter] = ACTIONS(384), + [anon_sym_ATafterClass] = ACTIONS(382), + [anon_sym_ATannotation] = ACTIONS(382), + [anon_sym_ATbackupGlobals] = ACTIONS(382), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(382), + [anon_sym_ATbefore] = ACTIONS(384), + [anon_sym_ATbeforeClass] = ACTIONS(382), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(384), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(382), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(382), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(382), + [anon_sym_ATcovers] = ACTIONS(384), + [anon_sym_ATcoversDefaultClass] = ACTIONS(384), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(382), + [anon_sym_ATcoversNothing] = ACTIONS(382), + [anon_sym_ATdataProvider] = ACTIONS(382), + [anon_sym_ATdepends] = ACTIONS(384), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(382), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(382), + [anon_sym_ATgroup] = ACTIONS(382), + [anon_sym_ATlarge] = ACTIONS(382), + [anon_sym_ATmedium] = ACTIONS(382), + [anon_sym_ATpreserveGlobalState] = ACTIONS(382), + [anon_sym_ATrequires] = ACTIONS(384), + [anon_sym_ATrequiresusages] = ACTIONS(382), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(382), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(382), + [anon_sym_ATsmall] = ACTIONS(382), + [anon_sym_ATtest] = ACTIONS(384), + [anon_sym_ATtestWith] = ACTIONS(382), + [anon_sym_ATtestdox] = ACTIONS(382), + [anon_sym_ATticket] = ACTIONS(382), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(382), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(382), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(382), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(384), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(382), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(384), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(382), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(382), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(382), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(382), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(382), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(382), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(382), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(382), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(382), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(384), + [anon_sym_ATreadonly] = ACTIONS(382), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(382), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(382), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(382), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(382), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(382), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(382), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(382), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(382), + [anon_sym_ATparam_DASHout] = ACTIONS(382), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(382), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(384), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(382), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(382), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(382), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(382), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(382), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(382), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(382), + [anon_sym_ATmixin] = ACTIONS(382), + [sym__end] = ACTIONS(382), [sym_text] = ACTIONS(75), }, - [63] = { - [anon_sym_LBRACE] = ACTIONS(290), - [anon_sym_ATinheritdoc] = ACTIONS(290), - [anon_sym_ATinheritDoc] = ACTIONS(290), - [anon_sym_ATapi] = ACTIONS(290), - [anon_sym_ATfilesource] = ACTIONS(290), - [anon_sym_ATignore] = ACTIONS(290), - [anon_sym_ATinternal] = ACTIONS(290), - [anon_sym_ATcategory] = ACTIONS(290), - [anon_sym_ATcopyright] = ACTIONS(290), - [anon_sym_ATtodo] = ACTIONS(290), - [anon_sym_ATexample] = ACTIONS(290), - [anon_sym_ATlicense] = ACTIONS(290), - [anon_sym_ATpackage] = ACTIONS(290), - [anon_sym_ATsource] = ACTIONS(290), - [anon_sym_ATsubpackage] = ACTIONS(290), - [anon_sym_ATuses] = ACTIONS(290), - [anon_sym_ATauthor] = ACTIONS(290), - [anon_sym_ATglobal] = ACTIONS(290), - [anon_sym_ATlink] = ACTIONS(290), - [anon_sym_ATmethod] = ACTIONS(290), - [anon_sym_ATparam] = ACTIONS(288), - [anon_sym_ATproperty] = ACTIONS(288), - [anon_sym_ATproperty_DASHread] = ACTIONS(290), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(290), - [anon_sym_ATreturn] = ACTIONS(290), - [anon_sym_ATsee] = ACTIONS(290), - [anon_sym_ATthrows] = ACTIONS(290), - [anon_sym_ATvar] = ACTIONS(290), - [anon_sym_ATdeprecated] = ACTIONS(290), - [anon_sym_ATsince] = ACTIONS(290), - [anon_sym_ATversion] = ACTIONS(290), - [anon_sym_ATtemplate] = ACTIONS(288), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(290), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(290), - [anon_sym_ATimplements] = ACTIONS(290), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(290), - [anon_sym_ATextends] = ACTIONS(290), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(290), - [anon_sym_ATuse] = ACTIONS(288), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(290), - [anon_sym_ATafter] = ACTIONS(288), - [anon_sym_ATafterClass] = ACTIONS(290), - [anon_sym_ATannotation] = ACTIONS(290), - [anon_sym_ATbackupGlobals] = ACTIONS(290), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(290), - [anon_sym_ATbefore] = ACTIONS(288), - [anon_sym_ATbeforeClass] = ACTIONS(290), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(288), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(290), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(290), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(290), - [anon_sym_ATcovers] = ACTIONS(288), - [anon_sym_ATcoversDefaultClass] = ACTIONS(288), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(290), - [anon_sym_ATcoversNothing] = ACTIONS(290), - [anon_sym_ATdataProvider] = ACTIONS(290), - [anon_sym_ATdepends] = ACTIONS(288), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(290), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(290), - [anon_sym_ATgroup] = ACTIONS(290), - [anon_sym_ATlarge] = ACTIONS(290), - [anon_sym_ATmedium] = ACTIONS(290), - [anon_sym_ATpreserveGlobalState] = ACTIONS(290), - [anon_sym_ATrequires] = ACTIONS(288), - [anon_sym_ATrequiresusages] = ACTIONS(290), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(290), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(290), - [anon_sym_ATsmall] = ACTIONS(290), - [anon_sym_ATtest] = ACTIONS(288), - [anon_sym_ATtestWith] = ACTIONS(290), - [anon_sym_ATtestdox] = ACTIONS(290), - [anon_sym_ATticket] = ACTIONS(290), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(290), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(290), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(290), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(288), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(290), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(288), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(290), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(290), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(290), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(290), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(290), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(290), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(290), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(290), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(290), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(288), - [anon_sym_ATreadonly] = ACTIONS(290), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(290), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(290), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(290), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(290), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(290), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(290), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(290), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(290), - [anon_sym_ATparam_DASHout] = ACTIONS(290), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(290), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(288), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(290), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(290), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(290), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(290), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(290), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(290), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(290), - [anon_sym_ATmixin] = ACTIONS(290), - [anon_sym_PIPE] = ACTIONS(290), - [anon_sym_AMP] = ACTIONS(290), - [anon_sym_DOLLAR] = ACTIONS(290), - [sym__end] = ACTIONS(290), - [sym__text_after_type] = ACTIONS(290), + [63] = { + [anon_sym_LBRACE] = ACTIONS(282), + [anon_sym_ATinheritdoc] = ACTIONS(282), + [anon_sym_ATinheritDoc] = ACTIONS(282), + [anon_sym_ATapi] = ACTIONS(282), + [anon_sym_ATfilesource] = ACTIONS(282), + [anon_sym_ATignore] = ACTIONS(282), + [anon_sym_ATinternal] = ACTIONS(282), + [anon_sym_ATcategory] = ACTIONS(282), + [anon_sym_ATcopyright] = ACTIONS(282), + [anon_sym_ATtodo] = ACTIONS(282), + [anon_sym_ATexample] = ACTIONS(282), + [anon_sym_ATlicense] = ACTIONS(282), + [anon_sym_ATpackage] = ACTIONS(282), + [anon_sym_ATsource] = ACTIONS(282), + [anon_sym_ATsubpackage] = ACTIONS(282), + [anon_sym_ATuses] = ACTIONS(282), + [anon_sym_ATauthor] = ACTIONS(282), + [anon_sym_ATglobal] = ACTIONS(282), + [anon_sym_ATlink] = ACTIONS(282), + [anon_sym_ATmethod] = ACTIONS(282), + [anon_sym_ATparam] = ACTIONS(280), + [anon_sym_ATproperty] = ACTIONS(280), + [anon_sym_ATproperty_DASHread] = ACTIONS(282), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(282), + [anon_sym_ATreturn] = ACTIONS(282), + [anon_sym_ATsee] = ACTIONS(282), + [anon_sym_ATthrows] = ACTIONS(282), + [anon_sym_ATvar] = ACTIONS(282), + [anon_sym_ATdeprecated] = ACTIONS(282), + [anon_sym_ATsince] = ACTIONS(282), + [anon_sym_ATversion] = ACTIONS(282), + [anon_sym_ATtemplate] = ACTIONS(280), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(282), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(282), + [anon_sym_ATimplements] = ACTIONS(282), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(282), + [anon_sym_ATextends] = ACTIONS(282), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(282), + [anon_sym_ATuse] = ACTIONS(280), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(282), + [anon_sym_ATafter] = ACTIONS(280), + [anon_sym_ATafterClass] = ACTIONS(282), + [anon_sym_ATannotation] = ACTIONS(282), + [anon_sym_ATbackupGlobals] = ACTIONS(282), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(282), + [anon_sym_ATbefore] = ACTIONS(280), + [anon_sym_ATbeforeClass] = ACTIONS(282), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(280), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(282), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(282), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(282), + [anon_sym_ATcovers] = ACTIONS(280), + [anon_sym_ATcoversDefaultClass] = ACTIONS(280), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(282), + [anon_sym_ATcoversNothing] = ACTIONS(282), + [anon_sym_ATdataProvider] = ACTIONS(282), + [anon_sym_ATdepends] = ACTIONS(280), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(282), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(282), + [anon_sym_ATgroup] = ACTIONS(282), + [anon_sym_ATlarge] = ACTIONS(282), + [anon_sym_ATmedium] = ACTIONS(282), + [anon_sym_ATpreserveGlobalState] = ACTIONS(282), + [anon_sym_ATrequires] = ACTIONS(280), + [anon_sym_ATrequiresusages] = ACTIONS(282), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(282), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(282), + [anon_sym_ATsmall] = ACTIONS(282), + [anon_sym_ATtest] = ACTIONS(280), + [anon_sym_ATtestWith] = ACTIONS(282), + [anon_sym_ATtestdox] = ACTIONS(282), + [anon_sym_ATticket] = ACTIONS(282), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(282), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(282), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(282), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(280), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(282), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(280), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(282), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(282), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(282), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(282), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(282), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(282), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(282), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(282), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(282), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(280), + [anon_sym_ATreadonly] = ACTIONS(282), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(282), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(282), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(282), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(282), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(282), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(282), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(282), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(282), + [anon_sym_ATparam_DASHout] = ACTIONS(282), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(282), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(280), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(282), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(282), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(282), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(282), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(282), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(282), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(282), + [anon_sym_ATmixin] = ACTIONS(282), + [anon_sym_PIPE] = ACTIONS(282), + [anon_sym_AMP] = ACTIONS(282), + [anon_sym_DOLLAR] = ACTIONS(282), + [sym__end] = ACTIONS(282), + [sym__text_after_type] = ACTIONS(282), + }, + [64] = { + [anon_sym_LBRACE] = ACTIONS(302), + [anon_sym_ATinheritdoc] = ACTIONS(302), + [anon_sym_ATinheritDoc] = ACTIONS(302), + [anon_sym_ATapi] = ACTIONS(302), + [anon_sym_ATfilesource] = ACTIONS(302), + [anon_sym_ATignore] = ACTIONS(302), + [anon_sym_ATinternal] = ACTIONS(302), + [anon_sym_ATcategory] = ACTIONS(302), + [anon_sym_ATcopyright] = ACTIONS(302), + [anon_sym_ATtodo] = ACTIONS(302), + [anon_sym_ATexample] = ACTIONS(302), + [anon_sym_ATlicense] = ACTIONS(302), + [anon_sym_ATpackage] = ACTIONS(302), + [anon_sym_ATsource] = ACTIONS(302), + [anon_sym_ATsubpackage] = ACTIONS(302), + [anon_sym_ATuses] = ACTIONS(302), + [anon_sym_ATauthor] = ACTIONS(302), + [anon_sym_ATglobal] = ACTIONS(302), + [anon_sym_ATlink] = ACTIONS(302), + [anon_sym_ATmethod] = ACTIONS(302), + [anon_sym_ATparam] = ACTIONS(300), + [anon_sym_ATproperty] = ACTIONS(300), + [anon_sym_ATproperty_DASHread] = ACTIONS(302), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(302), + [anon_sym_ATreturn] = ACTIONS(302), + [anon_sym_ATsee] = ACTIONS(302), + [anon_sym_ATthrows] = ACTIONS(302), + [anon_sym_ATvar] = ACTIONS(302), + [anon_sym_ATdeprecated] = ACTIONS(302), + [anon_sym_ATsince] = ACTIONS(302), + [anon_sym_ATversion] = ACTIONS(302), + [anon_sym_ATtemplate] = ACTIONS(300), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(302), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(302), + [anon_sym_ATimplements] = ACTIONS(302), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(302), + [anon_sym_ATextends] = ACTIONS(302), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(302), + [anon_sym_ATuse] = ACTIONS(300), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(302), + [anon_sym_ATafter] = ACTIONS(300), + [anon_sym_ATafterClass] = ACTIONS(302), + [anon_sym_ATannotation] = ACTIONS(302), + [anon_sym_ATbackupGlobals] = ACTIONS(302), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(302), + [anon_sym_ATbefore] = ACTIONS(300), + [anon_sym_ATbeforeClass] = ACTIONS(302), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(300), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(302), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(302), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(302), + [anon_sym_ATcovers] = ACTIONS(300), + [anon_sym_ATcoversDefaultClass] = ACTIONS(300), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(302), + [anon_sym_ATcoversNothing] = ACTIONS(302), + [anon_sym_ATdataProvider] = ACTIONS(302), + [anon_sym_ATdepends] = ACTIONS(300), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(302), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(302), + [anon_sym_ATgroup] = ACTIONS(302), + [anon_sym_ATlarge] = ACTIONS(302), + [anon_sym_ATmedium] = ACTIONS(302), + [anon_sym_ATpreserveGlobalState] = ACTIONS(302), + [anon_sym_ATrequires] = ACTIONS(300), + [anon_sym_ATrequiresusages] = ACTIONS(302), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(302), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(302), + [anon_sym_ATsmall] = ACTIONS(302), + [anon_sym_ATtest] = ACTIONS(300), + [anon_sym_ATtestWith] = ACTIONS(302), + [anon_sym_ATtestdox] = ACTIONS(302), + [anon_sym_ATticket] = ACTIONS(302), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(302), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(302), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(302), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(300), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(302), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(300), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(302), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(302), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(302), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(302), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(302), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(302), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(302), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(302), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(302), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(300), + [anon_sym_ATreadonly] = ACTIONS(302), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(302), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(302), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(302), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(302), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(302), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(302), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(302), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(302), + [anon_sym_ATparam_DASHout] = ACTIONS(302), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(302), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(300), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(302), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(302), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(302), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(302), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(302), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(302), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(302), + [anon_sym_ATmixin] = ACTIONS(302), + [anon_sym_PIPE] = ACTIONS(302), + [anon_sym_AMP] = ACTIONS(302), + [anon_sym_DOLLAR] = ACTIONS(302), + [sym__end] = ACTIONS(302), + [sym__text_after_type] = ACTIONS(302), }, - [64] = { + [65] = { [anon_sym_LBRACE] = ACTIONS(306), [anon_sym_ATinheritdoc] = ACTIONS(306), [anon_sym_ATinheritDoc] = ACTIONS(306), @@ -14628,293 +14751,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(306), [anon_sym_ATcoversNothing] = ACTIONS(306), [anon_sym_ATdataProvider] = ACTIONS(306), - [anon_sym_ATdepends] = ACTIONS(304), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(306), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(306), - [anon_sym_ATgroup] = ACTIONS(306), - [anon_sym_ATlarge] = ACTIONS(306), - [anon_sym_ATmedium] = ACTIONS(306), - [anon_sym_ATpreserveGlobalState] = ACTIONS(306), - [anon_sym_ATrequires] = ACTIONS(304), - [anon_sym_ATrequiresusages] = ACTIONS(306), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(306), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(306), - [anon_sym_ATsmall] = ACTIONS(306), - [anon_sym_ATtest] = ACTIONS(304), - [anon_sym_ATtestWith] = ACTIONS(306), - [anon_sym_ATtestdox] = ACTIONS(306), - [anon_sym_ATticket] = ACTIONS(306), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(306), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(306), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(306), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(304), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(306), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(304), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(306), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(306), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(306), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(306), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(306), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(306), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(306), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(306), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(306), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(304), - [anon_sym_ATreadonly] = ACTIONS(306), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(306), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(306), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(306), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(306), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(306), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(306), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(306), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(306), - [anon_sym_ATparam_DASHout] = ACTIONS(306), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(306), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(304), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(306), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(306), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(306), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(306), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(306), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(306), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(306), - [anon_sym_ATmixin] = ACTIONS(306), - [anon_sym_PIPE] = ACTIONS(306), - [anon_sym_AMP] = ACTIONS(306), - [anon_sym_DOLLAR] = ACTIONS(306), - [sym__end] = ACTIONS(306), - [sym__text_after_type] = ACTIONS(306), - }, - [65] = { - [sym__type_argument_list] = STATE(111), - [anon_sym_LBRACE] = ACTIONS(184), - [anon_sym_ATinheritdoc] = ACTIONS(184), - [anon_sym_ATinheritDoc] = ACTIONS(184), - [anon_sym_ATapi] = ACTIONS(184), - [anon_sym_ATfilesource] = ACTIONS(184), - [anon_sym_ATignore] = ACTIONS(184), - [anon_sym_ATinternal] = ACTIONS(184), - [anon_sym_ATcategory] = ACTIONS(184), - [anon_sym_ATcopyright] = ACTIONS(184), - [anon_sym_ATtodo] = ACTIONS(184), - [anon_sym_ATexample] = ACTIONS(184), - [anon_sym_ATlicense] = ACTIONS(184), - [anon_sym_ATpackage] = ACTIONS(184), - [anon_sym_ATsource] = ACTIONS(184), - [anon_sym_ATsubpackage] = ACTIONS(184), - [anon_sym_ATuses] = ACTIONS(184), - [anon_sym_ATauthor] = ACTIONS(184), - [anon_sym_LT] = ACTIONS(284), - [anon_sym_ATglobal] = ACTIONS(184), - [anon_sym_ATlink] = ACTIONS(184), - [anon_sym_ATmethod] = ACTIONS(184), - [anon_sym_ATparam] = ACTIONS(182), - [anon_sym_ATproperty] = ACTIONS(182), - [anon_sym_ATproperty_DASHread] = ACTIONS(184), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(184), - [anon_sym_ATreturn] = ACTIONS(184), - [anon_sym_ATsee] = ACTIONS(184), - [anon_sym_ATthrows] = ACTIONS(184), - [anon_sym_ATvar] = ACTIONS(184), - [anon_sym_ATdeprecated] = ACTIONS(184), - [anon_sym_ATsince] = ACTIONS(184), - [anon_sym_ATversion] = ACTIONS(184), - [anon_sym_ATtemplate] = ACTIONS(182), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(184), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(184), - [anon_sym_ATimplements] = ACTIONS(184), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(184), - [anon_sym_ATextends] = ACTIONS(184), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(184), - [anon_sym_ATuse] = ACTIONS(182), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(184), - [anon_sym_ATafter] = ACTIONS(182), - [anon_sym_ATafterClass] = ACTIONS(184), - [anon_sym_ATannotation] = ACTIONS(184), - [anon_sym_ATbackupGlobals] = ACTIONS(184), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(184), - [anon_sym_ATbefore] = ACTIONS(182), - [anon_sym_ATbeforeClass] = ACTIONS(184), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(182), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(184), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(184), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(184), - [anon_sym_ATcovers] = ACTIONS(182), - [anon_sym_ATcoversDefaultClass] = ACTIONS(182), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(184), - [anon_sym_ATcoversNothing] = ACTIONS(184), - [anon_sym_ATdataProvider] = ACTIONS(184), - [anon_sym_ATdepends] = ACTIONS(182), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(184), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(184), - [anon_sym_ATgroup] = ACTIONS(184), - [anon_sym_ATlarge] = ACTIONS(184), - [anon_sym_ATmedium] = ACTIONS(184), - [anon_sym_ATpreserveGlobalState] = ACTIONS(184), - [anon_sym_ATrequires] = ACTIONS(182), - [anon_sym_ATrequiresusages] = ACTIONS(184), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(184), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(184), - [anon_sym_ATsmall] = ACTIONS(184), - [anon_sym_ATtest] = ACTIONS(182), - [anon_sym_ATtestWith] = ACTIONS(184), - [anon_sym_ATtestdox] = ACTIONS(184), - [anon_sym_ATticket] = ACTIONS(184), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(184), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(184), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(184), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(182), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(184), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(182), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(184), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(184), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(184), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(184), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(184), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(184), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(184), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(184), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(184), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(182), - [anon_sym_ATreadonly] = ACTIONS(184), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(184), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(184), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(184), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(184), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(184), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(184), - [anon_sym_ATparam_DASHout] = ACTIONS(184), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(184), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(182), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(184), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(184), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(184), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(184), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(184), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(184), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(184), - [anon_sym_ATmixin] = ACTIONS(184), - [anon_sym_COLON_COLON] = ACTIONS(184), - [sym__end] = ACTIONS(184), - [sym_text] = ACTIONS(184), + [anon_sym_ATdepends] = ACTIONS(304), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(306), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(306), + [anon_sym_ATgroup] = ACTIONS(306), + [anon_sym_ATlarge] = ACTIONS(306), + [anon_sym_ATmedium] = ACTIONS(306), + [anon_sym_ATpreserveGlobalState] = ACTIONS(306), + [anon_sym_ATrequires] = ACTIONS(304), + [anon_sym_ATrequiresusages] = ACTIONS(306), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(306), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(306), + [anon_sym_ATsmall] = ACTIONS(306), + [anon_sym_ATtest] = ACTIONS(304), + [anon_sym_ATtestWith] = ACTIONS(306), + [anon_sym_ATtestdox] = ACTIONS(306), + [anon_sym_ATticket] = ACTIONS(306), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(306), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(306), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(306), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(304), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(306), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(304), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(306), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(306), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(306), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(306), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(306), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(306), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(306), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(306), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(306), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(304), + [anon_sym_ATreadonly] = ACTIONS(306), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(306), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(306), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(306), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(306), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(306), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(306), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(306), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(306), + [anon_sym_ATparam_DASHout] = ACTIONS(306), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(306), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(304), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(306), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(306), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(306), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(306), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(306), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(306), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(306), + [anon_sym_ATmixin] = ACTIONS(306), + [anon_sym_PIPE] = ACTIONS(306), + [anon_sym_AMP] = ACTIONS(306), + [anon_sym_DOLLAR] = ACTIONS(306), + [sym__end] = ACTIONS(306), + [sym__text_after_type] = ACTIONS(306), }, [66] = { - [anon_sym_LBRACE] = ACTIONS(250), - [anon_sym_ATinheritdoc] = ACTIONS(250), - [anon_sym_ATinheritDoc] = ACTIONS(250), - [anon_sym_ATapi] = ACTIONS(250), - [anon_sym_ATfilesource] = ACTIONS(250), - [anon_sym_ATignore] = ACTIONS(250), - [anon_sym_ATinternal] = ACTIONS(250), - [anon_sym_ATcategory] = ACTIONS(250), - [anon_sym_ATcopyright] = ACTIONS(250), - [anon_sym_ATtodo] = ACTIONS(250), - [anon_sym_ATexample] = ACTIONS(250), - [anon_sym_ATlicense] = ACTIONS(250), - [anon_sym_ATpackage] = ACTIONS(250), - [anon_sym_ATsource] = ACTIONS(250), - [anon_sym_ATsubpackage] = ACTIONS(250), - [anon_sym_ATuses] = ACTIONS(250), - [anon_sym_ATauthor] = ACTIONS(250), - [anon_sym_ATglobal] = ACTIONS(250), - [anon_sym_ATlink] = ACTIONS(250), - [anon_sym_ATmethod] = ACTIONS(250), - [anon_sym_ATparam] = ACTIONS(248), - [anon_sym_ATproperty] = ACTIONS(248), - [anon_sym_ATproperty_DASHread] = ACTIONS(250), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(250), - [anon_sym_ATreturn] = ACTIONS(250), - [anon_sym_ATsee] = ACTIONS(250), - [anon_sym_ATthrows] = ACTIONS(250), - [anon_sym_ATvar] = ACTIONS(250), - [anon_sym_ATdeprecated] = ACTIONS(250), - [anon_sym_ATsince] = ACTIONS(250), - [anon_sym_ATversion] = ACTIONS(250), - [anon_sym_ATtemplate] = ACTIONS(248), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(250), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(250), - [anon_sym_ATimplements] = ACTIONS(250), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(250), - [anon_sym_ATextends] = ACTIONS(250), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(250), - [anon_sym_ATuse] = ACTIONS(248), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(250), - [anon_sym_ATafter] = ACTIONS(248), - [anon_sym_ATafterClass] = ACTIONS(250), - [anon_sym_ATannotation] = ACTIONS(250), - [anon_sym_ATbackupGlobals] = ACTIONS(250), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(250), - [anon_sym_ATbefore] = ACTIONS(248), - [anon_sym_ATbeforeClass] = ACTIONS(250), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(248), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(250), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(250), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(250), - [anon_sym_ATcovers] = ACTIONS(248), - [anon_sym_ATcoversDefaultClass] = ACTIONS(248), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(250), - [anon_sym_ATcoversNothing] = ACTIONS(250), - [anon_sym_ATdataProvider] = ACTIONS(250), - [anon_sym_ATdepends] = ACTIONS(248), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(250), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(250), - [anon_sym_ATgroup] = ACTIONS(250), - [anon_sym_ATlarge] = ACTIONS(250), - [anon_sym_ATmedium] = ACTIONS(250), - [anon_sym_ATpreserveGlobalState] = ACTIONS(250), - [anon_sym_ATrequires] = ACTIONS(248), - [anon_sym_ATrequiresusages] = ACTIONS(250), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(250), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(250), - [anon_sym_ATsmall] = ACTIONS(250), - [anon_sym_ATtest] = ACTIONS(248), - [anon_sym_ATtestWith] = ACTIONS(250), - [anon_sym_ATtestdox] = ACTIONS(250), - [anon_sym_ATticket] = ACTIONS(250), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(250), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(250), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(250), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(248), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(250), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(248), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(250), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(250), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(250), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(250), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(250), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(250), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(250), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(250), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(250), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(248), - [anon_sym_ATreadonly] = ACTIONS(250), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(250), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(250), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(250), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(250), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(250), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(250), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(250), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(250), - [anon_sym_ATparam_DASHout] = ACTIONS(250), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(250), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(248), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(250), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(250), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(250), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(250), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(250), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(250), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(250), - [anon_sym_ATmixin] = ACTIONS(250), - [anon_sym_PIPE] = ACTIONS(250), - [anon_sym_AMP] = ACTIONS(250), - [anon_sym_DOLLAR] = ACTIONS(250), - [sym__end] = ACTIONS(250), - [sym__text_after_type] = ACTIONS(250), + [anon_sym_LBRACE] = ACTIONS(243), + [anon_sym_ATinheritdoc] = ACTIONS(243), + [anon_sym_ATinheritDoc] = ACTIONS(243), + [anon_sym_ATapi] = ACTIONS(243), + [anon_sym_ATfilesource] = ACTIONS(243), + [anon_sym_ATignore] = ACTIONS(243), + [anon_sym_ATinternal] = ACTIONS(243), + [anon_sym_ATcategory] = ACTIONS(243), + [anon_sym_ATcopyright] = ACTIONS(243), + [anon_sym_ATtodo] = ACTIONS(243), + [anon_sym_ATexample] = ACTIONS(243), + [anon_sym_ATlicense] = ACTIONS(243), + [anon_sym_ATpackage] = ACTIONS(243), + [anon_sym_ATsource] = ACTIONS(243), + [anon_sym_ATsubpackage] = ACTIONS(243), + [anon_sym_ATuses] = ACTIONS(243), + [anon_sym_ATauthor] = ACTIONS(243), + [anon_sym_ATglobal] = ACTIONS(243), + [anon_sym_ATlink] = ACTIONS(243), + [anon_sym_ATmethod] = ACTIONS(243), + [anon_sym_ATparam] = ACTIONS(241), + [anon_sym_ATproperty] = ACTIONS(241), + [anon_sym_ATproperty_DASHread] = ACTIONS(243), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(243), + [anon_sym_ATreturn] = ACTIONS(243), + [anon_sym_ATsee] = ACTIONS(243), + [anon_sym_ATthrows] = ACTIONS(243), + [anon_sym_ATvar] = ACTIONS(243), + [anon_sym_ATdeprecated] = ACTIONS(243), + [anon_sym_ATsince] = ACTIONS(243), + [anon_sym_ATversion] = ACTIONS(243), + [anon_sym_ATtemplate] = ACTIONS(241), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(243), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(243), + [anon_sym_ATimplements] = ACTIONS(243), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(243), + [anon_sym_ATextends] = ACTIONS(243), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(243), + [anon_sym_ATuse] = ACTIONS(241), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(243), + [anon_sym_ATafter] = ACTIONS(241), + [anon_sym_ATafterClass] = ACTIONS(243), + [anon_sym_ATannotation] = ACTIONS(243), + [anon_sym_ATbackupGlobals] = ACTIONS(243), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(243), + [anon_sym_ATbefore] = ACTIONS(241), + [anon_sym_ATbeforeClass] = ACTIONS(243), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(241), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(243), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(243), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(243), + [anon_sym_ATcovers] = ACTIONS(241), + [anon_sym_ATcoversDefaultClass] = ACTIONS(241), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(243), + [anon_sym_ATcoversNothing] = ACTIONS(243), + [anon_sym_ATdataProvider] = ACTIONS(243), + [anon_sym_ATdepends] = ACTIONS(241), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(243), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(243), + [anon_sym_ATgroup] = ACTIONS(243), + [anon_sym_ATlarge] = ACTIONS(243), + [anon_sym_ATmedium] = ACTIONS(243), + [anon_sym_ATpreserveGlobalState] = ACTIONS(243), + [anon_sym_ATrequires] = ACTIONS(241), + [anon_sym_ATrequiresusages] = ACTIONS(243), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(243), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(243), + [anon_sym_ATsmall] = ACTIONS(243), + [anon_sym_ATtest] = ACTIONS(241), + [anon_sym_ATtestWith] = ACTIONS(243), + [anon_sym_ATtestdox] = ACTIONS(243), + [anon_sym_ATticket] = ACTIONS(243), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(243), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(243), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(243), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(241), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(243), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(241), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(243), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(243), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(243), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(243), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(243), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(243), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(243), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(243), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(243), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(241), + [anon_sym_ATreadonly] = ACTIONS(243), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(243), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(243), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(243), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(243), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(243), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(243), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(243), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(243), + [anon_sym_ATparam_DASHout] = ACTIONS(243), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(243), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(241), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(243), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(243), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(243), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(243), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(243), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(243), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(243), + [anon_sym_ATmixin] = ACTIONS(243), + [anon_sym_PIPE] = ACTIONS(243), + [anon_sym_AMP] = ACTIONS(243), + [anon_sym_DOLLAR] = ACTIONS(243), + [sym__end] = ACTIONS(243), + [sym__text_after_type] = ACTIONS(243), }, [67] = { [aux_sym_disjunctive_normal_form_type_repeat1] = STATE(67), @@ -14948,324 +14956,209 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATvar] = ACTIONS(361), [anon_sym_ATdeprecated] = ACTIONS(361), [anon_sym_ATsince] = ACTIONS(361), - [anon_sym_ATversion] = ACTIONS(361), - [anon_sym_ATtemplate] = ACTIONS(359), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(361), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(361), - [anon_sym_ATimplements] = ACTIONS(361), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(361), - [anon_sym_ATextends] = ACTIONS(361), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(361), - [anon_sym_ATuse] = ACTIONS(359), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(361), - [anon_sym_ATafter] = ACTIONS(359), - [anon_sym_ATafterClass] = ACTIONS(361), - [anon_sym_ATannotation] = ACTIONS(361), - [anon_sym_ATbackupGlobals] = ACTIONS(361), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(361), - [anon_sym_ATbefore] = ACTIONS(359), - [anon_sym_ATbeforeClass] = ACTIONS(361), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(359), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(361), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(361), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(361), - [anon_sym_ATcovers] = ACTIONS(359), - [anon_sym_ATcoversDefaultClass] = ACTIONS(359), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(361), - [anon_sym_ATcoversNothing] = ACTIONS(361), - [anon_sym_ATdataProvider] = ACTIONS(361), - [anon_sym_ATdepends] = ACTIONS(359), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(361), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(361), - [anon_sym_ATgroup] = ACTIONS(361), - [anon_sym_ATlarge] = ACTIONS(361), - [anon_sym_ATmedium] = ACTIONS(361), - [anon_sym_ATpreserveGlobalState] = ACTIONS(361), - [anon_sym_ATrequires] = ACTIONS(359), - [anon_sym_ATrequiresusages] = ACTIONS(361), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(361), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(361), - [anon_sym_ATsmall] = ACTIONS(361), - [anon_sym_ATtest] = ACTIONS(359), - [anon_sym_ATtestWith] = ACTIONS(361), - [anon_sym_ATtestdox] = ACTIONS(361), - [anon_sym_ATticket] = ACTIONS(361), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(361), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(361), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(361), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(359), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(361), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(359), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(361), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(361), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(361), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(361), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(361), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(361), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(361), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(361), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(361), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(359), - [anon_sym_ATreadonly] = ACTIONS(361), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(361), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(361), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(361), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(361), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(361), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(361), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(361), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(361), - [anon_sym_ATparam_DASHout] = ACTIONS(361), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(361), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(359), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(361), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(361), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(361), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(361), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(361), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(361), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(361), - [anon_sym_ATmixin] = ACTIONS(361), - [anon_sym_PIPE] = ACTIONS(380), - [anon_sym_DOLLAR] = ACTIONS(361), - [sym__end] = ACTIONS(361), - [sym__text_after_type] = ACTIONS(361), - }, - [68] = { - [sym_description] = STATE(140), - [sym_inline_tag] = STATE(102), - [aux_sym_description_repeat1] = STATE(102), - [anon_sym_LBRACE] = ACTIONS(5), - [anon_sym_ATinheritdoc] = ACTIONS(383), - [anon_sym_ATinheritDoc] = ACTIONS(383), - [anon_sym_ATapi] = ACTIONS(383), - [anon_sym_ATfilesource] = ACTIONS(383), - [anon_sym_ATignore] = ACTIONS(383), - [anon_sym_ATinternal] = ACTIONS(383), - [anon_sym_ATcategory] = ACTIONS(383), - [anon_sym_ATcopyright] = ACTIONS(383), - [anon_sym_ATtodo] = ACTIONS(383), - [anon_sym_ATexample] = ACTIONS(383), - [anon_sym_ATlicense] = ACTIONS(383), - [anon_sym_ATpackage] = ACTIONS(383), - [anon_sym_ATsource] = ACTIONS(383), - [anon_sym_ATsubpackage] = ACTIONS(383), - [anon_sym_ATuses] = ACTIONS(383), - [anon_sym_ATauthor] = ACTIONS(383), - [anon_sym_ATglobal] = ACTIONS(383), - [anon_sym_ATlink] = ACTIONS(383), - [anon_sym_ATmethod] = ACTIONS(383), - [anon_sym_ATparam] = ACTIONS(385), - [anon_sym_ATproperty] = ACTIONS(385), - [anon_sym_ATproperty_DASHread] = ACTIONS(383), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(383), - [anon_sym_ATreturn] = ACTIONS(383), - [anon_sym_ATsee] = ACTIONS(383), - [anon_sym_ATthrows] = ACTIONS(383), - [anon_sym_ATvar] = ACTIONS(383), - [anon_sym_ATdeprecated] = ACTIONS(383), - [anon_sym_ATsince] = ACTIONS(383), - [anon_sym_ATversion] = ACTIONS(383), - [anon_sym_ATtemplate] = ACTIONS(385), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(383), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(383), - [anon_sym_ATimplements] = ACTIONS(383), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(383), - [anon_sym_ATextends] = ACTIONS(383), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(383), - [anon_sym_ATuse] = ACTIONS(385), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(383), - [anon_sym_ATafter] = ACTIONS(385), - [anon_sym_ATafterClass] = ACTIONS(383), - [anon_sym_ATannotation] = ACTIONS(383), - [anon_sym_ATbackupGlobals] = ACTIONS(383), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(383), - [anon_sym_ATbefore] = ACTIONS(385), - [anon_sym_ATbeforeClass] = ACTIONS(383), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(385), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(383), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(383), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(383), - [anon_sym_ATcovers] = ACTIONS(385), - [anon_sym_ATcoversDefaultClass] = ACTIONS(385), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(383), - [anon_sym_ATcoversNothing] = ACTIONS(383), - [anon_sym_ATdataProvider] = ACTIONS(383), - [anon_sym_ATdepends] = ACTIONS(385), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(383), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(383), - [anon_sym_ATgroup] = ACTIONS(383), - [anon_sym_ATlarge] = ACTIONS(383), - [anon_sym_ATmedium] = ACTIONS(383), - [anon_sym_ATpreserveGlobalState] = ACTIONS(383), - [anon_sym_ATrequires] = ACTIONS(385), - [anon_sym_ATrequiresusages] = ACTIONS(383), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(383), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(383), - [anon_sym_ATsmall] = ACTIONS(383), - [anon_sym_ATtest] = ACTIONS(385), - [anon_sym_ATtestWith] = ACTIONS(383), - [anon_sym_ATtestdox] = ACTIONS(383), - [anon_sym_ATticket] = ACTIONS(383), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(383), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(383), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(383), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(385), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(383), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(385), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(383), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(383), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(383), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(383), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(383), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(383), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(383), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(383), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(383), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(385), - [anon_sym_ATreadonly] = ACTIONS(383), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(383), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(383), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(383), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(383), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(383), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(383), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(383), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(383), - [anon_sym_ATparam_DASHout] = ACTIONS(383), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(383), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(385), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(383), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(383), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(383), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(383), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(383), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(383), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(383), - [anon_sym_ATmixin] = ACTIONS(383), - [sym__end] = ACTIONS(383), - [sym_text] = ACTIONS(75), - }, - [69] = { - [aux_sym_intersection_type_repeat1] = STATE(69), - [anon_sym_LBRACE] = ACTIONS(314), - [anon_sym_ATinheritdoc] = ACTIONS(314), - [anon_sym_ATinheritDoc] = ACTIONS(314), - [anon_sym_ATapi] = ACTIONS(314), - [anon_sym_ATfilesource] = ACTIONS(314), - [anon_sym_ATignore] = ACTIONS(314), - [anon_sym_ATinternal] = ACTIONS(314), - [anon_sym_ATcategory] = ACTIONS(314), - [anon_sym_ATcopyright] = ACTIONS(314), - [anon_sym_ATtodo] = ACTIONS(314), - [anon_sym_ATexample] = ACTIONS(314), - [anon_sym_ATlicense] = ACTIONS(314), - [anon_sym_ATpackage] = ACTIONS(314), - [anon_sym_ATsource] = ACTIONS(314), - [anon_sym_ATsubpackage] = ACTIONS(314), - [anon_sym_ATuses] = ACTIONS(314), - [anon_sym_ATauthor] = ACTIONS(314), - [anon_sym_ATglobal] = ACTIONS(314), - [anon_sym_ATlink] = ACTIONS(314), - [anon_sym_ATmethod] = ACTIONS(314), - [anon_sym_ATparam] = ACTIONS(312), - [anon_sym_ATproperty] = ACTIONS(312), - [anon_sym_ATproperty_DASHread] = ACTIONS(314), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(314), - [anon_sym_ATreturn] = ACTIONS(314), - [anon_sym_ATsee] = ACTIONS(314), - [anon_sym_ATthrows] = ACTIONS(314), - [anon_sym_ATvar] = ACTIONS(314), - [anon_sym_ATdeprecated] = ACTIONS(314), - [anon_sym_ATsince] = ACTIONS(314), - [anon_sym_ATversion] = ACTIONS(314), - [anon_sym_ATtemplate] = ACTIONS(312), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(314), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(314), - [anon_sym_ATimplements] = ACTIONS(314), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(314), - [anon_sym_ATextends] = ACTIONS(314), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(314), - [anon_sym_ATuse] = ACTIONS(312), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(314), - [anon_sym_ATafter] = ACTIONS(312), - [anon_sym_ATafterClass] = ACTIONS(314), - [anon_sym_ATannotation] = ACTIONS(314), - [anon_sym_ATbackupGlobals] = ACTIONS(314), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(314), - [anon_sym_ATbefore] = ACTIONS(312), - [anon_sym_ATbeforeClass] = ACTIONS(314), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(312), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(314), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(314), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(314), - [anon_sym_ATcovers] = ACTIONS(312), - [anon_sym_ATcoversDefaultClass] = ACTIONS(312), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(314), - [anon_sym_ATcoversNothing] = ACTIONS(314), - [anon_sym_ATdataProvider] = ACTIONS(314), - [anon_sym_ATdepends] = ACTIONS(312), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(314), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(314), - [anon_sym_ATgroup] = ACTIONS(314), - [anon_sym_ATlarge] = ACTIONS(314), - [anon_sym_ATmedium] = ACTIONS(314), - [anon_sym_ATpreserveGlobalState] = ACTIONS(314), - [anon_sym_ATrequires] = ACTIONS(312), - [anon_sym_ATrequiresusages] = ACTIONS(314), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(314), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(314), - [anon_sym_ATsmall] = ACTIONS(314), - [anon_sym_ATtest] = ACTIONS(312), - [anon_sym_ATtestWith] = ACTIONS(314), - [anon_sym_ATtestdox] = ACTIONS(314), - [anon_sym_ATticket] = ACTIONS(314), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(314), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(314), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(314), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(312), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(314), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(312), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(314), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(314), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(314), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(314), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(314), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(314), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(314), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(314), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(314), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(312), - [anon_sym_ATreadonly] = ACTIONS(314), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(314), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(314), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(314), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(314), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(314), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(314), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(314), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(314), - [anon_sym_ATparam_DASHout] = ACTIONS(314), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(314), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(312), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(314), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(314), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(314), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(314), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(314), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(314), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(314), - [anon_sym_ATmixin] = ACTIONS(314), - [anon_sym_AMP] = ACTIONS(387), - [anon_sym_DOLLAR] = ACTIONS(314), - [sym__end] = ACTIONS(314), - [sym__text_after_type] = ACTIONS(314), + [anon_sym_ATversion] = ACTIONS(361), + [anon_sym_ATtemplate] = ACTIONS(359), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(361), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(361), + [anon_sym_ATimplements] = ACTIONS(361), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(361), + [anon_sym_ATextends] = ACTIONS(361), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(361), + [anon_sym_ATuse] = ACTIONS(359), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(361), + [anon_sym_ATafter] = ACTIONS(359), + [anon_sym_ATafterClass] = ACTIONS(361), + [anon_sym_ATannotation] = ACTIONS(361), + [anon_sym_ATbackupGlobals] = ACTIONS(361), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(361), + [anon_sym_ATbefore] = ACTIONS(359), + [anon_sym_ATbeforeClass] = ACTIONS(361), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(359), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(361), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(361), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(361), + [anon_sym_ATcovers] = ACTIONS(359), + [anon_sym_ATcoversDefaultClass] = ACTIONS(359), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(361), + [anon_sym_ATcoversNothing] = ACTIONS(361), + [anon_sym_ATdataProvider] = ACTIONS(361), + [anon_sym_ATdepends] = ACTIONS(359), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(361), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(361), + [anon_sym_ATgroup] = ACTIONS(361), + [anon_sym_ATlarge] = ACTIONS(361), + [anon_sym_ATmedium] = ACTIONS(361), + [anon_sym_ATpreserveGlobalState] = ACTIONS(361), + [anon_sym_ATrequires] = ACTIONS(359), + [anon_sym_ATrequiresusages] = ACTIONS(361), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(361), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(361), + [anon_sym_ATsmall] = ACTIONS(361), + [anon_sym_ATtest] = ACTIONS(359), + [anon_sym_ATtestWith] = ACTIONS(361), + [anon_sym_ATtestdox] = ACTIONS(361), + [anon_sym_ATticket] = ACTIONS(361), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(361), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(361), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(361), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(359), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(361), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(359), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(361), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(361), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(361), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(361), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(361), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(361), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(361), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(361), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(361), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(359), + [anon_sym_ATreadonly] = ACTIONS(361), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(361), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(361), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(361), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(361), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(361), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(361), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(361), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(361), + [anon_sym_ATparam_DASHout] = ACTIONS(361), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(361), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(359), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(361), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(361), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(361), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(361), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(361), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(361), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(361), + [anon_sym_ATmixin] = ACTIONS(361), + [anon_sym_PIPE] = ACTIONS(386), + [anon_sym_DOLLAR] = ACTIONS(361), + [sym__end] = ACTIONS(361), + [sym__text_after_type] = ACTIONS(361), }, - [70] = { - [sym__description_after_type] = STATE(141), - [sym_inline_tag] = STATE(125), - [aux_sym__description_after_type_repeat1] = STATE(104), - [anon_sym_LBRACE] = ACTIONS(390), + [68] = { + [aux_sym_intersection_type_repeat1] = STATE(68), + [anon_sym_LBRACE] = ACTIONS(325), + [anon_sym_ATinheritdoc] = ACTIONS(325), + [anon_sym_ATinheritDoc] = ACTIONS(325), + [anon_sym_ATapi] = ACTIONS(325), + [anon_sym_ATfilesource] = ACTIONS(325), + [anon_sym_ATignore] = ACTIONS(325), + [anon_sym_ATinternal] = ACTIONS(325), + [anon_sym_ATcategory] = ACTIONS(325), + [anon_sym_ATcopyright] = ACTIONS(325), + [anon_sym_ATtodo] = ACTIONS(325), + [anon_sym_ATexample] = ACTIONS(325), + [anon_sym_ATlicense] = ACTIONS(325), + [anon_sym_ATpackage] = ACTIONS(325), + [anon_sym_ATsource] = ACTIONS(325), + [anon_sym_ATsubpackage] = ACTIONS(325), + [anon_sym_ATuses] = ACTIONS(325), + [anon_sym_ATauthor] = ACTIONS(325), + [anon_sym_ATglobal] = ACTIONS(325), + [anon_sym_ATlink] = ACTIONS(325), + [anon_sym_ATmethod] = ACTIONS(325), + [anon_sym_ATparam] = ACTIONS(323), + [anon_sym_ATproperty] = ACTIONS(323), + [anon_sym_ATproperty_DASHread] = ACTIONS(325), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(325), + [anon_sym_ATreturn] = ACTIONS(325), + [anon_sym_ATsee] = ACTIONS(325), + [anon_sym_ATthrows] = ACTIONS(325), + [anon_sym_ATvar] = ACTIONS(325), + [anon_sym_ATdeprecated] = ACTIONS(325), + [anon_sym_ATsince] = ACTIONS(325), + [anon_sym_ATversion] = ACTIONS(325), + [anon_sym_ATtemplate] = ACTIONS(323), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(325), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(325), + [anon_sym_ATimplements] = ACTIONS(325), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(325), + [anon_sym_ATextends] = ACTIONS(325), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(325), + [anon_sym_ATuse] = ACTIONS(323), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(325), + [anon_sym_ATafter] = ACTIONS(323), + [anon_sym_ATafterClass] = ACTIONS(325), + [anon_sym_ATannotation] = ACTIONS(325), + [anon_sym_ATbackupGlobals] = ACTIONS(325), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(325), + [anon_sym_ATbefore] = ACTIONS(323), + [anon_sym_ATbeforeClass] = ACTIONS(325), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(323), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(325), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(325), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(325), + [anon_sym_ATcovers] = ACTIONS(323), + [anon_sym_ATcoversDefaultClass] = ACTIONS(323), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(325), + [anon_sym_ATcoversNothing] = ACTIONS(325), + [anon_sym_ATdataProvider] = ACTIONS(325), + [anon_sym_ATdepends] = ACTIONS(323), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(325), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(325), + [anon_sym_ATgroup] = ACTIONS(325), + [anon_sym_ATlarge] = ACTIONS(325), + [anon_sym_ATmedium] = ACTIONS(325), + [anon_sym_ATpreserveGlobalState] = ACTIONS(325), + [anon_sym_ATrequires] = ACTIONS(323), + [anon_sym_ATrequiresusages] = ACTIONS(325), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(325), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(325), + [anon_sym_ATsmall] = ACTIONS(325), + [anon_sym_ATtest] = ACTIONS(323), + [anon_sym_ATtestWith] = ACTIONS(325), + [anon_sym_ATtestdox] = ACTIONS(325), + [anon_sym_ATticket] = ACTIONS(325), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(325), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(325), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(325), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(323), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(325), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(323), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(325), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(325), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(325), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(325), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(325), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(325), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(325), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(325), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(325), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(323), + [anon_sym_ATreadonly] = ACTIONS(325), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(325), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(325), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(325), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(325), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(325), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(325), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(325), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(325), + [anon_sym_ATparam_DASHout] = ACTIONS(325), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(325), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(323), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(325), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(325), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(325), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(325), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(325), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(325), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(325), + [anon_sym_ATmixin] = ACTIONS(325), + [anon_sym_AMP] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(325), + [sym__end] = ACTIONS(325), + [sym__text_after_type] = ACTIONS(325), + }, + [69] = { + [sym_description] = STATE(143), + [sym_inline_tag] = STATE(100), + [aux_sym_description_repeat1] = STATE(100), + [anon_sym_LBRACE] = ACTIONS(5), [anon_sym_ATinheritdoc] = ACTIONS(392), [anon_sym_ATinheritDoc] = ACTIONS(392), [anon_sym_ATapi] = ACTIONS(392), @@ -15374,585 +15267,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(392), [anon_sym_ATmixin] = ACTIONS(392), [sym__end] = ACTIONS(392), - [sym__text_after_type] = ACTIONS(396), - }, - [71] = { - [sym_description] = STATE(156), - [sym_inline_tag] = STATE(102), - [aux_sym_description_repeat1] = STATE(102), - [anon_sym_LBRACE] = ACTIONS(5), - [anon_sym_ATinheritdoc] = ACTIONS(398), - [anon_sym_ATinheritDoc] = ACTIONS(398), - [anon_sym_ATapi] = ACTIONS(398), - [anon_sym_ATfilesource] = ACTIONS(398), - [anon_sym_ATignore] = ACTIONS(398), - [anon_sym_ATinternal] = ACTIONS(398), - [anon_sym_ATcategory] = ACTIONS(398), - [anon_sym_ATcopyright] = ACTIONS(398), - [anon_sym_ATtodo] = ACTIONS(398), - [anon_sym_ATexample] = ACTIONS(398), - [anon_sym_ATlicense] = ACTIONS(398), - [anon_sym_ATpackage] = ACTIONS(398), - [anon_sym_ATsource] = ACTIONS(398), - [anon_sym_ATsubpackage] = ACTIONS(398), - [anon_sym_ATuses] = ACTIONS(398), - [anon_sym_ATauthor] = ACTIONS(398), - [anon_sym_ATglobal] = ACTIONS(398), - [anon_sym_ATlink] = ACTIONS(398), - [anon_sym_ATmethod] = ACTIONS(398), - [anon_sym_ATparam] = ACTIONS(400), - [anon_sym_ATproperty] = ACTIONS(400), - [anon_sym_ATproperty_DASHread] = ACTIONS(398), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(398), - [anon_sym_ATreturn] = ACTIONS(398), - [anon_sym_ATsee] = ACTIONS(398), - [anon_sym_ATthrows] = ACTIONS(398), - [anon_sym_ATvar] = ACTIONS(398), - [anon_sym_ATdeprecated] = ACTIONS(398), - [anon_sym_ATsince] = ACTIONS(398), - [anon_sym_ATversion] = ACTIONS(398), - [anon_sym_ATtemplate] = ACTIONS(400), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(398), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(398), - [anon_sym_ATimplements] = ACTIONS(398), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(398), - [anon_sym_ATextends] = ACTIONS(398), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(398), - [anon_sym_ATuse] = ACTIONS(400), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(398), - [anon_sym_ATafter] = ACTIONS(400), - [anon_sym_ATafterClass] = ACTIONS(398), - [anon_sym_ATannotation] = ACTIONS(398), - [anon_sym_ATbackupGlobals] = ACTIONS(398), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(398), - [anon_sym_ATbefore] = ACTIONS(400), - [anon_sym_ATbeforeClass] = ACTIONS(398), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(400), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(398), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(398), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(398), - [anon_sym_ATcovers] = ACTIONS(400), - [anon_sym_ATcoversDefaultClass] = ACTIONS(400), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(398), - [anon_sym_ATcoversNothing] = ACTIONS(398), - [anon_sym_ATdataProvider] = ACTIONS(398), - [anon_sym_ATdepends] = ACTIONS(400), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(398), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(398), - [anon_sym_ATgroup] = ACTIONS(398), - [anon_sym_ATlarge] = ACTIONS(398), - [anon_sym_ATmedium] = ACTIONS(398), - [anon_sym_ATpreserveGlobalState] = ACTIONS(398), - [anon_sym_ATrequires] = ACTIONS(400), - [anon_sym_ATrequiresusages] = ACTIONS(398), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(398), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(398), - [anon_sym_ATsmall] = ACTIONS(398), - [anon_sym_ATtest] = ACTIONS(400), - [anon_sym_ATtestWith] = ACTIONS(398), - [anon_sym_ATtestdox] = ACTIONS(398), - [anon_sym_ATticket] = ACTIONS(398), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(398), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(398), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(398), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(400), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(398), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(400), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(398), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(398), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(398), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(398), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(398), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(398), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(398), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(398), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(398), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(400), - [anon_sym_ATreadonly] = ACTIONS(398), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(398), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(398), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(398), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(398), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(398), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(398), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(398), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(398), - [anon_sym_ATparam_DASHout] = ACTIONS(398), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(398), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(400), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(398), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(398), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(398), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(398), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(398), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(398), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(398), - [anon_sym_ATmixin] = ACTIONS(398), - [sym__end] = ACTIONS(398), - [sym_text] = ACTIONS(75), - }, - [72] = { - [sym_description] = STATE(142), - [sym_inline_tag] = STATE(102), - [aux_sym_description_repeat1] = STATE(102), - [anon_sym_LBRACE] = ACTIONS(5), - [anon_sym_ATinheritdoc] = ACTIONS(402), - [anon_sym_ATinheritDoc] = ACTIONS(402), - [anon_sym_ATapi] = ACTIONS(402), - [anon_sym_ATfilesource] = ACTIONS(402), - [anon_sym_ATignore] = ACTIONS(402), - [anon_sym_ATinternal] = ACTIONS(402), - [anon_sym_ATcategory] = ACTIONS(402), - [anon_sym_ATcopyright] = ACTIONS(402), - [anon_sym_ATtodo] = ACTIONS(402), - [anon_sym_ATexample] = ACTIONS(402), - [anon_sym_ATlicense] = ACTIONS(402), - [anon_sym_ATpackage] = ACTIONS(402), - [anon_sym_ATsource] = ACTIONS(402), - [anon_sym_ATsubpackage] = ACTIONS(402), - [anon_sym_ATuses] = ACTIONS(402), - [anon_sym_ATauthor] = ACTIONS(402), - [anon_sym_ATglobal] = ACTIONS(402), - [anon_sym_ATlink] = ACTIONS(402), - [anon_sym_ATmethod] = ACTIONS(402), - [anon_sym_ATparam] = ACTIONS(404), - [anon_sym_ATproperty] = ACTIONS(404), - [anon_sym_ATproperty_DASHread] = ACTIONS(402), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(402), - [anon_sym_ATreturn] = ACTIONS(402), - [anon_sym_ATsee] = ACTIONS(402), - [anon_sym_ATthrows] = ACTIONS(402), - [anon_sym_ATvar] = ACTIONS(402), - [anon_sym_ATdeprecated] = ACTIONS(402), - [anon_sym_ATsince] = ACTIONS(402), - [anon_sym_ATversion] = ACTIONS(402), - [anon_sym_ATtemplate] = ACTIONS(404), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(402), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(402), - [anon_sym_ATimplements] = ACTIONS(402), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(402), - [anon_sym_ATextends] = ACTIONS(402), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(402), - [anon_sym_ATuse] = ACTIONS(404), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(402), - [anon_sym_ATafter] = ACTIONS(404), - [anon_sym_ATafterClass] = ACTIONS(402), - [anon_sym_ATannotation] = ACTIONS(402), - [anon_sym_ATbackupGlobals] = ACTIONS(402), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(402), - [anon_sym_ATbefore] = ACTIONS(404), - [anon_sym_ATbeforeClass] = ACTIONS(402), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(404), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(402), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(402), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(402), - [anon_sym_ATcovers] = ACTIONS(404), - [anon_sym_ATcoversDefaultClass] = ACTIONS(404), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(402), - [anon_sym_ATcoversNothing] = ACTIONS(402), - [anon_sym_ATdataProvider] = ACTIONS(402), - [anon_sym_ATdepends] = ACTIONS(404), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(402), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(402), - [anon_sym_ATgroup] = ACTIONS(402), - [anon_sym_ATlarge] = ACTIONS(402), - [anon_sym_ATmedium] = ACTIONS(402), - [anon_sym_ATpreserveGlobalState] = ACTIONS(402), - [anon_sym_ATrequires] = ACTIONS(404), - [anon_sym_ATrequiresusages] = ACTIONS(402), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(402), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(402), - [anon_sym_ATsmall] = ACTIONS(402), - [anon_sym_ATtest] = ACTIONS(404), - [anon_sym_ATtestWith] = ACTIONS(402), - [anon_sym_ATtestdox] = ACTIONS(402), - [anon_sym_ATticket] = ACTIONS(402), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(402), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(402), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(402), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(404), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(402), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(404), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(402), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(402), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(402), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(402), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(402), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(402), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(402), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(402), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(402), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(404), - [anon_sym_ATreadonly] = ACTIONS(402), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(402), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(402), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(402), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(402), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(402), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(402), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(402), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(402), - [anon_sym_ATparam_DASHout] = ACTIONS(402), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(402), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(404), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(402), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(402), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(402), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(402), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(402), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(402), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(402), - [anon_sym_ATmixin] = ACTIONS(402), - [sym__end] = ACTIONS(402), - [sym_text] = ACTIONS(75), - }, - [73] = { - [sym_description] = STATE(155), - [sym_inline_tag] = STATE(102), - [aux_sym_description_repeat1] = STATE(102), - [anon_sym_LBRACE] = ACTIONS(5), - [anon_sym_ATinheritdoc] = ACTIONS(406), - [anon_sym_ATinheritDoc] = ACTIONS(406), - [anon_sym_ATapi] = ACTIONS(406), - [anon_sym_ATfilesource] = ACTIONS(406), - [anon_sym_ATignore] = ACTIONS(406), - [anon_sym_ATinternal] = ACTIONS(406), - [anon_sym_ATcategory] = ACTIONS(406), - [anon_sym_ATcopyright] = ACTIONS(406), - [anon_sym_ATtodo] = ACTIONS(406), - [anon_sym_ATexample] = ACTIONS(406), - [anon_sym_ATlicense] = ACTIONS(406), - [anon_sym_ATpackage] = ACTIONS(406), - [anon_sym_ATsource] = ACTIONS(406), - [anon_sym_ATsubpackage] = ACTIONS(406), - [anon_sym_ATuses] = ACTIONS(406), - [anon_sym_ATauthor] = ACTIONS(406), - [anon_sym_ATglobal] = ACTIONS(406), - [anon_sym_ATlink] = ACTIONS(406), - [anon_sym_ATmethod] = ACTIONS(406), - [anon_sym_ATparam] = ACTIONS(408), - [anon_sym_ATproperty] = ACTIONS(408), - [anon_sym_ATproperty_DASHread] = ACTIONS(406), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(406), - [anon_sym_ATreturn] = ACTIONS(406), - [anon_sym_ATsee] = ACTIONS(406), - [anon_sym_ATthrows] = ACTIONS(406), - [anon_sym_ATvar] = ACTIONS(406), - [anon_sym_ATdeprecated] = ACTIONS(406), - [anon_sym_ATsince] = ACTIONS(406), - [anon_sym_ATversion] = ACTIONS(406), - [anon_sym_ATtemplate] = ACTIONS(408), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(406), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(406), - [anon_sym_ATimplements] = ACTIONS(406), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(406), - [anon_sym_ATextends] = ACTIONS(406), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(406), - [anon_sym_ATuse] = ACTIONS(408), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(406), - [anon_sym_ATafter] = ACTIONS(408), - [anon_sym_ATafterClass] = ACTIONS(406), - [anon_sym_ATannotation] = ACTIONS(406), - [anon_sym_ATbackupGlobals] = ACTIONS(406), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(406), - [anon_sym_ATbefore] = ACTIONS(408), - [anon_sym_ATbeforeClass] = ACTIONS(406), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(408), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(406), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(406), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(406), - [anon_sym_ATcovers] = ACTIONS(408), - [anon_sym_ATcoversDefaultClass] = ACTIONS(408), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(406), - [anon_sym_ATcoversNothing] = ACTIONS(406), - [anon_sym_ATdataProvider] = ACTIONS(406), - [anon_sym_ATdepends] = ACTIONS(408), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(406), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(406), - [anon_sym_ATgroup] = ACTIONS(406), - [anon_sym_ATlarge] = ACTIONS(406), - [anon_sym_ATmedium] = ACTIONS(406), - [anon_sym_ATpreserveGlobalState] = ACTIONS(406), - [anon_sym_ATrequires] = ACTIONS(408), - [anon_sym_ATrequiresusages] = ACTIONS(406), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(406), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(406), - [anon_sym_ATsmall] = ACTIONS(406), - [anon_sym_ATtest] = ACTIONS(408), - [anon_sym_ATtestWith] = ACTIONS(406), - [anon_sym_ATtestdox] = ACTIONS(406), - [anon_sym_ATticket] = ACTIONS(406), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(406), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(406), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(406), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(408), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(406), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(408), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(406), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(406), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(406), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(406), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(406), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(406), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(406), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(406), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(406), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(408), - [anon_sym_ATreadonly] = ACTIONS(406), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(406), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(406), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(406), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(406), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(406), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(406), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(406), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(406), - [anon_sym_ATparam_DASHout] = ACTIONS(406), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(406), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(408), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(406), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(406), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(406), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(406), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(406), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(406), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(406), - [anon_sym_ATmixin] = ACTIONS(406), - [sym__end] = ACTIONS(406), - [sym_text] = ACTIONS(75), - }, - [74] = { - [sym_description] = STATE(139), - [sym_inline_tag] = STATE(102), - [aux_sym_description_repeat1] = STATE(102), - [anon_sym_LBRACE] = ACTIONS(5), - [anon_sym_ATinheritdoc] = ACTIONS(410), - [anon_sym_ATinheritDoc] = ACTIONS(410), - [anon_sym_ATapi] = ACTIONS(410), - [anon_sym_ATfilesource] = ACTIONS(410), - [anon_sym_ATignore] = ACTIONS(410), - [anon_sym_ATinternal] = ACTIONS(410), - [anon_sym_ATcategory] = ACTIONS(410), - [anon_sym_ATcopyright] = ACTIONS(410), - [anon_sym_ATtodo] = ACTIONS(410), - [anon_sym_ATexample] = ACTIONS(410), - [anon_sym_ATlicense] = ACTIONS(410), - [anon_sym_ATpackage] = ACTIONS(410), - [anon_sym_ATsource] = ACTIONS(410), - [anon_sym_ATsubpackage] = ACTIONS(410), - [anon_sym_ATuses] = ACTIONS(410), - [anon_sym_ATauthor] = ACTIONS(410), - [anon_sym_ATglobal] = ACTIONS(410), - [anon_sym_ATlink] = ACTIONS(410), - [anon_sym_ATmethod] = ACTIONS(410), - [anon_sym_ATparam] = ACTIONS(412), - [anon_sym_ATproperty] = ACTIONS(412), - [anon_sym_ATproperty_DASHread] = ACTIONS(410), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(410), - [anon_sym_ATreturn] = ACTIONS(410), - [anon_sym_ATsee] = ACTIONS(410), - [anon_sym_ATthrows] = ACTIONS(410), - [anon_sym_ATvar] = ACTIONS(410), - [anon_sym_ATdeprecated] = ACTIONS(410), - [anon_sym_ATsince] = ACTIONS(410), - [anon_sym_ATversion] = ACTIONS(410), - [anon_sym_ATtemplate] = ACTIONS(412), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(410), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(410), - [anon_sym_ATimplements] = ACTIONS(410), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(410), - [anon_sym_ATextends] = ACTIONS(410), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(410), - [anon_sym_ATuse] = ACTIONS(412), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(410), - [anon_sym_ATafter] = ACTIONS(412), - [anon_sym_ATafterClass] = ACTIONS(410), - [anon_sym_ATannotation] = ACTIONS(410), - [anon_sym_ATbackupGlobals] = ACTIONS(410), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(410), - [anon_sym_ATbefore] = ACTIONS(412), - [anon_sym_ATbeforeClass] = ACTIONS(410), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(412), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(410), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(410), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(410), - [anon_sym_ATcovers] = ACTIONS(412), - [anon_sym_ATcoversDefaultClass] = ACTIONS(412), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(410), - [anon_sym_ATcoversNothing] = ACTIONS(410), - [anon_sym_ATdataProvider] = ACTIONS(410), - [anon_sym_ATdepends] = ACTIONS(412), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(410), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(410), - [anon_sym_ATgroup] = ACTIONS(410), - [anon_sym_ATlarge] = ACTIONS(410), - [anon_sym_ATmedium] = ACTIONS(410), - [anon_sym_ATpreserveGlobalState] = ACTIONS(410), - [anon_sym_ATrequires] = ACTIONS(412), - [anon_sym_ATrequiresusages] = ACTIONS(410), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(410), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(410), - [anon_sym_ATsmall] = ACTIONS(410), - [anon_sym_ATtest] = ACTIONS(412), - [anon_sym_ATtestWith] = ACTIONS(410), - [anon_sym_ATtestdox] = ACTIONS(410), - [anon_sym_ATticket] = ACTIONS(410), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(410), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(410), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(410), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(412), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(410), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(412), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(410), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(410), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(410), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(410), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(410), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(410), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(410), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(410), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(410), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(412), - [anon_sym_ATreadonly] = ACTIONS(410), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(410), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(410), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(410), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(410), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(410), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(410), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(410), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(410), - [anon_sym_ATparam_DASHout] = ACTIONS(410), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(410), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(412), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(410), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(410), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(410), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(410), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(410), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(410), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(410), - [anon_sym_ATmixin] = ACTIONS(410), - [sym__end] = ACTIONS(410), [sym_text] = ACTIONS(75), }, - [75] = { - [sym__description_after_type] = STATE(144), - [sym_inline_tag] = STATE(125), - [aux_sym__description_after_type_repeat1] = STATE(104), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_ATinheritdoc] = ACTIONS(414), - [anon_sym_ATinheritDoc] = ACTIONS(414), - [anon_sym_ATapi] = ACTIONS(414), - [anon_sym_ATfilesource] = ACTIONS(414), - [anon_sym_ATignore] = ACTIONS(414), - [anon_sym_ATinternal] = ACTIONS(414), - [anon_sym_ATcategory] = ACTIONS(414), - [anon_sym_ATcopyright] = ACTIONS(414), - [anon_sym_ATtodo] = ACTIONS(414), - [anon_sym_ATexample] = ACTIONS(414), - [anon_sym_ATlicense] = ACTIONS(414), - [anon_sym_ATpackage] = ACTIONS(414), - [anon_sym_ATsource] = ACTIONS(414), - [anon_sym_ATsubpackage] = ACTIONS(414), - [anon_sym_ATuses] = ACTIONS(414), - [anon_sym_ATauthor] = ACTIONS(414), - [anon_sym_ATglobal] = ACTIONS(414), - [anon_sym_ATlink] = ACTIONS(414), - [anon_sym_ATmethod] = ACTIONS(414), - [anon_sym_ATparam] = ACTIONS(416), - [anon_sym_ATproperty] = ACTIONS(416), - [anon_sym_ATproperty_DASHread] = ACTIONS(414), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(414), - [anon_sym_ATreturn] = ACTIONS(414), - [anon_sym_ATsee] = ACTIONS(414), - [anon_sym_ATthrows] = ACTIONS(414), - [anon_sym_ATvar] = ACTIONS(414), - [anon_sym_ATdeprecated] = ACTIONS(414), - [anon_sym_ATsince] = ACTIONS(414), - [anon_sym_ATversion] = ACTIONS(414), - [anon_sym_ATtemplate] = ACTIONS(416), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(414), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(414), - [anon_sym_ATimplements] = ACTIONS(414), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(414), - [anon_sym_ATextends] = ACTIONS(414), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(414), - [anon_sym_ATuse] = ACTIONS(416), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(414), - [anon_sym_ATafter] = ACTIONS(416), - [anon_sym_ATafterClass] = ACTIONS(414), - [anon_sym_ATannotation] = ACTIONS(414), - [anon_sym_ATbackupGlobals] = ACTIONS(414), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(414), - [anon_sym_ATbefore] = ACTIONS(416), - [anon_sym_ATbeforeClass] = ACTIONS(414), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(416), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(414), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(414), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(414), - [anon_sym_ATcovers] = ACTIONS(416), - [anon_sym_ATcoversDefaultClass] = ACTIONS(416), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(414), - [anon_sym_ATcoversNothing] = ACTIONS(414), - [anon_sym_ATdataProvider] = ACTIONS(414), - [anon_sym_ATdepends] = ACTIONS(416), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(414), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(414), - [anon_sym_ATgroup] = ACTIONS(414), - [anon_sym_ATlarge] = ACTIONS(414), - [anon_sym_ATmedium] = ACTIONS(414), - [anon_sym_ATpreserveGlobalState] = ACTIONS(414), - [anon_sym_ATrequires] = ACTIONS(416), - [anon_sym_ATrequiresusages] = ACTIONS(414), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(414), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(414), - [anon_sym_ATsmall] = ACTIONS(414), - [anon_sym_ATtest] = ACTIONS(416), - [anon_sym_ATtestWith] = ACTIONS(414), - [anon_sym_ATtestdox] = ACTIONS(414), - [anon_sym_ATticket] = ACTIONS(414), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(414), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(414), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(414), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(416), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(414), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(416), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(414), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(414), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(414), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(414), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(414), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(414), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(414), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(414), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(414), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(416), - [anon_sym_ATreadonly] = ACTIONS(414), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(414), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(414), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(414), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(414), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(414), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(414), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(414), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(414), - [anon_sym_ATparam_DASHout] = ACTIONS(414), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(414), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(416), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(414), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(414), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(414), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(414), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(414), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(414), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(414), - [anon_sym_ATmixin] = ACTIONS(414), - [sym__end] = ACTIONS(414), - [sym__text_after_type] = ACTIONS(396), - }, - [76] = { - [aux_sym_union_type_repeat1] = STATE(76), + [70] = { + [aux_sym_union_type_repeat1] = STATE(70), [anon_sym_LBRACE] = ACTIONS(354), [anon_sym_ATinheritdoc] = ACTIONS(354), [anon_sym_ATinheritDoc] = ACTIONS(354), @@ -16061,475 +15379,935 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(354), [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(354), [anon_sym_ATmixin] = ACTIONS(354), - [anon_sym_PIPE] = ACTIONS(418), + [anon_sym_PIPE] = ACTIONS(396), [anon_sym_DOLLAR] = ACTIONS(354), [sym__end] = ACTIONS(354), [sym__text_after_type] = ACTIONS(354), }, - [77] = { - [anon_sym_LBRACE] = ACTIONS(302), - [anon_sym_ATinheritdoc] = ACTIONS(302), - [anon_sym_ATinheritDoc] = ACTIONS(302), - [anon_sym_ATapi] = ACTIONS(302), - [anon_sym_ATfilesource] = ACTIONS(302), - [anon_sym_ATignore] = ACTIONS(302), - [anon_sym_ATinternal] = ACTIONS(302), - [anon_sym_ATcategory] = ACTIONS(302), - [anon_sym_ATcopyright] = ACTIONS(302), - [anon_sym_ATtodo] = ACTIONS(302), - [anon_sym_ATexample] = ACTIONS(302), - [anon_sym_ATlicense] = ACTIONS(302), - [anon_sym_ATpackage] = ACTIONS(302), - [anon_sym_ATsource] = ACTIONS(302), - [anon_sym_ATsubpackage] = ACTIONS(302), - [anon_sym_ATuses] = ACTIONS(302), - [anon_sym_ATauthor] = ACTIONS(302), - [anon_sym_ATglobal] = ACTIONS(302), - [anon_sym_ATlink] = ACTIONS(302), - [anon_sym_ATmethod] = ACTIONS(302), - [anon_sym_ATparam] = ACTIONS(300), - [anon_sym_ATproperty] = ACTIONS(300), - [anon_sym_ATproperty_DASHread] = ACTIONS(302), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(302), - [anon_sym_ATreturn] = ACTIONS(302), - [anon_sym_ATsee] = ACTIONS(302), - [anon_sym_ATthrows] = ACTIONS(302), - [anon_sym_ATvar] = ACTIONS(302), - [anon_sym_ATdeprecated] = ACTIONS(302), - [anon_sym_ATsince] = ACTIONS(302), - [anon_sym_ATversion] = ACTIONS(302), - [anon_sym_ATtemplate] = ACTIONS(300), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(302), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(302), - [anon_sym_ATimplements] = ACTIONS(302), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(302), - [anon_sym_ATextends] = ACTIONS(302), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(302), - [anon_sym_ATuse] = ACTIONS(300), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(302), - [anon_sym_ATafter] = ACTIONS(300), - [anon_sym_ATafterClass] = ACTIONS(302), - [anon_sym_ATannotation] = ACTIONS(302), - [anon_sym_ATbackupGlobals] = ACTIONS(302), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(302), - [anon_sym_ATbefore] = ACTIONS(300), - [anon_sym_ATbeforeClass] = ACTIONS(302), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(300), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(302), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(302), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(302), - [anon_sym_ATcovers] = ACTIONS(300), - [anon_sym_ATcoversDefaultClass] = ACTIONS(300), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(302), - [anon_sym_ATcoversNothing] = ACTIONS(302), - [anon_sym_ATdataProvider] = ACTIONS(302), - [anon_sym_ATdepends] = ACTIONS(300), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(302), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(302), - [anon_sym_ATgroup] = ACTIONS(302), - [anon_sym_ATlarge] = ACTIONS(302), - [anon_sym_ATmedium] = ACTIONS(302), - [anon_sym_ATpreserveGlobalState] = ACTIONS(302), - [anon_sym_ATrequires] = ACTIONS(300), - [anon_sym_ATrequiresusages] = ACTIONS(302), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(302), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(302), - [anon_sym_ATsmall] = ACTIONS(302), - [anon_sym_ATtest] = ACTIONS(300), - [anon_sym_ATtestWith] = ACTIONS(302), - [anon_sym_ATtestdox] = ACTIONS(302), - [anon_sym_ATticket] = ACTIONS(302), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(302), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(302), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(302), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(300), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(302), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(300), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(302), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(302), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(302), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(302), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(302), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(302), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(302), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(302), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(302), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(300), - [anon_sym_ATreadonly] = ACTIONS(302), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(302), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(302), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(302), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(302), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(302), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(302), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(302), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(302), - [anon_sym_ATparam_DASHout] = ACTIONS(302), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(302), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(300), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(302), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(302), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(302), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(302), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(302), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(302), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(302), - [anon_sym_ATmixin] = ACTIONS(302), - [anon_sym_PIPE] = ACTIONS(302), - [anon_sym_AMP] = ACTIONS(302), - [anon_sym_DOLLAR] = ACTIONS(302), - [sym__end] = ACTIONS(302), - [sym__text_after_type] = ACTIONS(302), + [71] = { + [sym__description_after_type] = STATE(144), + [sym_inline_tag] = STATE(126), + [aux_sym__description_after_type_repeat1] = STATE(95), + [anon_sym_LBRACE] = ACTIONS(399), + [anon_sym_ATinheritdoc] = ACTIONS(401), + [anon_sym_ATinheritDoc] = ACTIONS(401), + [anon_sym_ATapi] = ACTIONS(401), + [anon_sym_ATfilesource] = ACTIONS(401), + [anon_sym_ATignore] = ACTIONS(401), + [anon_sym_ATinternal] = ACTIONS(401), + [anon_sym_ATcategory] = ACTIONS(401), + [anon_sym_ATcopyright] = ACTIONS(401), + [anon_sym_ATtodo] = ACTIONS(401), + [anon_sym_ATexample] = ACTIONS(401), + [anon_sym_ATlicense] = ACTIONS(401), + [anon_sym_ATpackage] = ACTIONS(401), + [anon_sym_ATsource] = ACTIONS(401), + [anon_sym_ATsubpackage] = ACTIONS(401), + [anon_sym_ATuses] = ACTIONS(401), + [anon_sym_ATauthor] = ACTIONS(401), + [anon_sym_ATglobal] = ACTIONS(401), + [anon_sym_ATlink] = ACTIONS(401), + [anon_sym_ATmethod] = ACTIONS(401), + [anon_sym_ATparam] = ACTIONS(403), + [anon_sym_ATproperty] = ACTIONS(403), + [anon_sym_ATproperty_DASHread] = ACTIONS(401), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(401), + [anon_sym_ATreturn] = ACTIONS(401), + [anon_sym_ATsee] = ACTIONS(401), + [anon_sym_ATthrows] = ACTIONS(401), + [anon_sym_ATvar] = ACTIONS(401), + [anon_sym_ATdeprecated] = ACTIONS(401), + [anon_sym_ATsince] = ACTIONS(401), + [anon_sym_ATversion] = ACTIONS(401), + [anon_sym_ATtemplate] = ACTIONS(403), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(401), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(401), + [anon_sym_ATimplements] = ACTIONS(401), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(401), + [anon_sym_ATextends] = ACTIONS(401), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(401), + [anon_sym_ATuse] = ACTIONS(403), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(401), + [anon_sym_ATafter] = ACTIONS(403), + [anon_sym_ATafterClass] = ACTIONS(401), + [anon_sym_ATannotation] = ACTIONS(401), + [anon_sym_ATbackupGlobals] = ACTIONS(401), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(401), + [anon_sym_ATbefore] = ACTIONS(403), + [anon_sym_ATbeforeClass] = ACTIONS(401), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(403), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(401), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(401), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(401), + [anon_sym_ATcovers] = ACTIONS(403), + [anon_sym_ATcoversDefaultClass] = ACTIONS(403), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(401), + [anon_sym_ATcoversNothing] = ACTIONS(401), + [anon_sym_ATdataProvider] = ACTIONS(401), + [anon_sym_ATdepends] = ACTIONS(403), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(401), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(401), + [anon_sym_ATgroup] = ACTIONS(401), + [anon_sym_ATlarge] = ACTIONS(401), + [anon_sym_ATmedium] = ACTIONS(401), + [anon_sym_ATpreserveGlobalState] = ACTIONS(401), + [anon_sym_ATrequires] = ACTIONS(403), + [anon_sym_ATrequiresusages] = ACTIONS(401), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(401), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(401), + [anon_sym_ATsmall] = ACTIONS(401), + [anon_sym_ATtest] = ACTIONS(403), + [anon_sym_ATtestWith] = ACTIONS(401), + [anon_sym_ATtestdox] = ACTIONS(401), + [anon_sym_ATticket] = ACTIONS(401), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(401), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(401), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(401), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(403), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(401), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(403), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(401), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(401), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(401), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(401), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(401), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(401), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(401), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(401), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(401), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(403), + [anon_sym_ATreadonly] = ACTIONS(401), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(401), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(401), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(401), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(401), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(401), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(401), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(401), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(401), + [anon_sym_ATparam_DASHout] = ACTIONS(401), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(401), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(403), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(401), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(401), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(401), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(401), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(401), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(401), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(401), + [anon_sym_ATmixin] = ACTIONS(401), + [sym__end] = ACTIONS(401), + [sym__text_after_type] = ACTIONS(405), + }, + [72] = { + [sym__type_argument_list] = STATE(110), + [anon_sym_LBRACE] = ACTIONS(184), + [anon_sym_ATinheritdoc] = ACTIONS(184), + [anon_sym_ATinheritDoc] = ACTIONS(184), + [anon_sym_ATapi] = ACTIONS(184), + [anon_sym_ATfilesource] = ACTIONS(184), + [anon_sym_ATignore] = ACTIONS(184), + [anon_sym_ATinternal] = ACTIONS(184), + [anon_sym_ATcategory] = ACTIONS(184), + [anon_sym_ATcopyright] = ACTIONS(184), + [anon_sym_ATtodo] = ACTIONS(184), + [anon_sym_ATexample] = ACTIONS(184), + [anon_sym_ATlicense] = ACTIONS(184), + [anon_sym_ATpackage] = ACTIONS(184), + [anon_sym_ATsource] = ACTIONS(184), + [anon_sym_ATsubpackage] = ACTIONS(184), + [anon_sym_ATuses] = ACTIONS(184), + [anon_sym_ATauthor] = ACTIONS(184), + [anon_sym_LT] = ACTIONS(308), + [anon_sym_ATglobal] = ACTIONS(184), + [anon_sym_ATlink] = ACTIONS(184), + [anon_sym_ATmethod] = ACTIONS(184), + [anon_sym_ATparam] = ACTIONS(182), + [anon_sym_ATproperty] = ACTIONS(182), + [anon_sym_ATproperty_DASHread] = ACTIONS(184), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(184), + [anon_sym_ATreturn] = ACTIONS(184), + [anon_sym_ATsee] = ACTIONS(184), + [anon_sym_ATthrows] = ACTIONS(184), + [anon_sym_ATvar] = ACTIONS(184), + [anon_sym_ATdeprecated] = ACTIONS(184), + [anon_sym_ATsince] = ACTIONS(184), + [anon_sym_ATversion] = ACTIONS(184), + [anon_sym_ATtemplate] = ACTIONS(182), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(184), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(184), + [anon_sym_ATimplements] = ACTIONS(184), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(184), + [anon_sym_ATextends] = ACTIONS(184), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(184), + [anon_sym_ATuse] = ACTIONS(182), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(184), + [anon_sym_ATafter] = ACTIONS(182), + [anon_sym_ATafterClass] = ACTIONS(184), + [anon_sym_ATannotation] = ACTIONS(184), + [anon_sym_ATbackupGlobals] = ACTIONS(184), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(184), + [anon_sym_ATbefore] = ACTIONS(182), + [anon_sym_ATbeforeClass] = ACTIONS(184), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(182), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(184), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(184), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(184), + [anon_sym_ATcovers] = ACTIONS(182), + [anon_sym_ATcoversDefaultClass] = ACTIONS(182), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(184), + [anon_sym_ATcoversNothing] = ACTIONS(184), + [anon_sym_ATdataProvider] = ACTIONS(184), + [anon_sym_ATdepends] = ACTIONS(182), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(184), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(184), + [anon_sym_ATgroup] = ACTIONS(184), + [anon_sym_ATlarge] = ACTIONS(184), + [anon_sym_ATmedium] = ACTIONS(184), + [anon_sym_ATpreserveGlobalState] = ACTIONS(184), + [anon_sym_ATrequires] = ACTIONS(182), + [anon_sym_ATrequiresusages] = ACTIONS(184), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(184), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(184), + [anon_sym_ATsmall] = ACTIONS(184), + [anon_sym_ATtest] = ACTIONS(182), + [anon_sym_ATtestWith] = ACTIONS(184), + [anon_sym_ATtestdox] = ACTIONS(184), + [anon_sym_ATticket] = ACTIONS(184), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(184), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(184), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(184), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(182), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(184), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(182), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(184), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(184), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(184), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(184), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(184), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(184), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(184), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(184), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(184), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(182), + [anon_sym_ATreadonly] = ACTIONS(184), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(184), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(184), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(184), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(184), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(184), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(184), + [anon_sym_ATparam_DASHout] = ACTIONS(184), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(184), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(182), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(184), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(184), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(184), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(184), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(184), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(184), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(184), + [anon_sym_ATmixin] = ACTIONS(184), + [anon_sym_COLON_COLON] = ACTIONS(184), + [sym__end] = ACTIONS(184), + [sym_text] = ACTIONS(184), }, - [78] = { - [sym_description] = STATE(148), - [sym_inline_tag] = STATE(102), - [aux_sym_description_repeat1] = STATE(102), + [73] = { + [sym_description] = STATE(146), + [sym_inline_tag] = STATE(100), + [aux_sym_description_repeat1] = STATE(100), + [anon_sym_LBRACE] = ACTIONS(5), + [anon_sym_ATinheritdoc] = ACTIONS(407), + [anon_sym_ATinheritDoc] = ACTIONS(407), + [anon_sym_ATapi] = ACTIONS(407), + [anon_sym_ATfilesource] = ACTIONS(407), + [anon_sym_ATignore] = ACTIONS(407), + [anon_sym_ATinternal] = ACTIONS(407), + [anon_sym_ATcategory] = ACTIONS(407), + [anon_sym_ATcopyright] = ACTIONS(407), + [anon_sym_ATtodo] = ACTIONS(407), + [anon_sym_ATexample] = ACTIONS(407), + [anon_sym_ATlicense] = ACTIONS(407), + [anon_sym_ATpackage] = ACTIONS(407), + [anon_sym_ATsource] = ACTIONS(407), + [anon_sym_ATsubpackage] = ACTIONS(407), + [anon_sym_ATuses] = ACTIONS(407), + [anon_sym_ATauthor] = ACTIONS(407), + [anon_sym_ATglobal] = ACTIONS(407), + [anon_sym_ATlink] = ACTIONS(407), + [anon_sym_ATmethod] = ACTIONS(407), + [anon_sym_ATparam] = ACTIONS(409), + [anon_sym_ATproperty] = ACTIONS(409), + [anon_sym_ATproperty_DASHread] = ACTIONS(407), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(407), + [anon_sym_ATreturn] = ACTIONS(407), + [anon_sym_ATsee] = ACTIONS(407), + [anon_sym_ATthrows] = ACTIONS(407), + [anon_sym_ATvar] = ACTIONS(407), + [anon_sym_ATdeprecated] = ACTIONS(407), + [anon_sym_ATsince] = ACTIONS(407), + [anon_sym_ATversion] = ACTIONS(407), + [anon_sym_ATtemplate] = ACTIONS(409), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(407), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(407), + [anon_sym_ATimplements] = ACTIONS(407), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(407), + [anon_sym_ATextends] = ACTIONS(407), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(407), + [anon_sym_ATuse] = ACTIONS(409), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(407), + [anon_sym_ATafter] = ACTIONS(409), + [anon_sym_ATafterClass] = ACTIONS(407), + [anon_sym_ATannotation] = ACTIONS(407), + [anon_sym_ATbackupGlobals] = ACTIONS(407), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(407), + [anon_sym_ATbefore] = ACTIONS(409), + [anon_sym_ATbeforeClass] = ACTIONS(407), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(409), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(407), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(407), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(407), + [anon_sym_ATcovers] = ACTIONS(409), + [anon_sym_ATcoversDefaultClass] = ACTIONS(409), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(407), + [anon_sym_ATcoversNothing] = ACTIONS(407), + [anon_sym_ATdataProvider] = ACTIONS(407), + [anon_sym_ATdepends] = ACTIONS(409), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(407), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(407), + [anon_sym_ATgroup] = ACTIONS(407), + [anon_sym_ATlarge] = ACTIONS(407), + [anon_sym_ATmedium] = ACTIONS(407), + [anon_sym_ATpreserveGlobalState] = ACTIONS(407), + [anon_sym_ATrequires] = ACTIONS(409), + [anon_sym_ATrequiresusages] = ACTIONS(407), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(407), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(407), + [anon_sym_ATsmall] = ACTIONS(407), + [anon_sym_ATtest] = ACTIONS(409), + [anon_sym_ATtestWith] = ACTIONS(407), + [anon_sym_ATtestdox] = ACTIONS(407), + [anon_sym_ATticket] = ACTIONS(407), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(407), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(407), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(407), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(409), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(407), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(409), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(407), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(407), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(407), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(407), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(407), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(407), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(407), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(407), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(407), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(409), + [anon_sym_ATreadonly] = ACTIONS(407), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(407), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(407), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(407), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(407), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(407), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(407), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(407), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(407), + [anon_sym_ATparam_DASHout] = ACTIONS(407), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(407), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(409), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(407), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(407), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(407), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(407), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(407), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(407), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(407), + [anon_sym_ATmixin] = ACTIONS(407), + [sym__end] = ACTIONS(407), + [sym_text] = ACTIONS(75), + }, + [74] = { + [sym_description] = STATE(135), + [sym_inline_tag] = STATE(100), + [aux_sym_description_repeat1] = STATE(100), + [anon_sym_LBRACE] = ACTIONS(5), + [anon_sym_ATinheritdoc] = ACTIONS(411), + [anon_sym_ATinheritDoc] = ACTIONS(411), + [anon_sym_ATapi] = ACTIONS(411), + [anon_sym_ATfilesource] = ACTIONS(411), + [anon_sym_ATignore] = ACTIONS(411), + [anon_sym_ATinternal] = ACTIONS(411), + [anon_sym_ATcategory] = ACTIONS(411), + [anon_sym_ATcopyright] = ACTIONS(411), + [anon_sym_ATtodo] = ACTIONS(411), + [anon_sym_ATexample] = ACTIONS(411), + [anon_sym_ATlicense] = ACTIONS(411), + [anon_sym_ATpackage] = ACTIONS(411), + [anon_sym_ATsource] = ACTIONS(411), + [anon_sym_ATsubpackage] = ACTIONS(411), + [anon_sym_ATuses] = ACTIONS(411), + [anon_sym_ATauthor] = ACTIONS(411), + [anon_sym_ATglobal] = ACTIONS(411), + [anon_sym_ATlink] = ACTIONS(411), + [anon_sym_ATmethod] = ACTIONS(411), + [anon_sym_ATparam] = ACTIONS(413), + [anon_sym_ATproperty] = ACTIONS(413), + [anon_sym_ATproperty_DASHread] = ACTIONS(411), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(411), + [anon_sym_ATreturn] = ACTIONS(411), + [anon_sym_ATsee] = ACTIONS(411), + [anon_sym_ATthrows] = ACTIONS(411), + [anon_sym_ATvar] = ACTIONS(411), + [anon_sym_ATdeprecated] = ACTIONS(411), + [anon_sym_ATsince] = ACTIONS(411), + [anon_sym_ATversion] = ACTIONS(411), + [anon_sym_ATtemplate] = ACTIONS(413), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(411), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(411), + [anon_sym_ATimplements] = ACTIONS(411), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(411), + [anon_sym_ATextends] = ACTIONS(411), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(411), + [anon_sym_ATuse] = ACTIONS(413), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(411), + [anon_sym_ATafter] = ACTIONS(413), + [anon_sym_ATafterClass] = ACTIONS(411), + [anon_sym_ATannotation] = ACTIONS(411), + [anon_sym_ATbackupGlobals] = ACTIONS(411), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(411), + [anon_sym_ATbefore] = ACTIONS(413), + [anon_sym_ATbeforeClass] = ACTIONS(411), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(413), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(411), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(411), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(411), + [anon_sym_ATcovers] = ACTIONS(413), + [anon_sym_ATcoversDefaultClass] = ACTIONS(413), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(411), + [anon_sym_ATcoversNothing] = ACTIONS(411), + [anon_sym_ATdataProvider] = ACTIONS(411), + [anon_sym_ATdepends] = ACTIONS(413), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(411), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(411), + [anon_sym_ATgroup] = ACTIONS(411), + [anon_sym_ATlarge] = ACTIONS(411), + [anon_sym_ATmedium] = ACTIONS(411), + [anon_sym_ATpreserveGlobalState] = ACTIONS(411), + [anon_sym_ATrequires] = ACTIONS(413), + [anon_sym_ATrequiresusages] = ACTIONS(411), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(411), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(411), + [anon_sym_ATsmall] = ACTIONS(411), + [anon_sym_ATtest] = ACTIONS(413), + [anon_sym_ATtestWith] = ACTIONS(411), + [anon_sym_ATtestdox] = ACTIONS(411), + [anon_sym_ATticket] = ACTIONS(411), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(411), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(411), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(411), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(413), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(411), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(413), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(411), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(411), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(411), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(411), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(411), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(411), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(411), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(411), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(411), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(413), + [anon_sym_ATreadonly] = ACTIONS(411), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(411), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(411), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(411), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(411), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(411), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(411), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(411), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(411), + [anon_sym_ATparam_DASHout] = ACTIONS(411), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(411), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(413), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(411), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(411), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(411), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(411), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(411), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(411), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(411), + [anon_sym_ATmixin] = ACTIONS(411), + [sym__end] = ACTIONS(411), + [sym_text] = ACTIONS(75), + }, + [75] = { + [aux_sym_disjunctive_normal_form_type_repeat1] = STATE(67), + [anon_sym_LBRACE] = ACTIONS(350), + [anon_sym_ATinheritdoc] = ACTIONS(350), + [anon_sym_ATinheritDoc] = ACTIONS(350), + [anon_sym_ATapi] = ACTIONS(350), + [anon_sym_ATfilesource] = ACTIONS(350), + [anon_sym_ATignore] = ACTIONS(350), + [anon_sym_ATinternal] = ACTIONS(350), + [anon_sym_ATcategory] = ACTIONS(350), + [anon_sym_ATcopyright] = ACTIONS(350), + [anon_sym_ATtodo] = ACTIONS(350), + [anon_sym_ATexample] = ACTIONS(350), + [anon_sym_ATlicense] = ACTIONS(350), + [anon_sym_ATpackage] = ACTIONS(350), + [anon_sym_ATsource] = ACTIONS(350), + [anon_sym_ATsubpackage] = ACTIONS(350), + [anon_sym_ATuses] = ACTIONS(350), + [anon_sym_ATauthor] = ACTIONS(350), + [anon_sym_ATglobal] = ACTIONS(350), + [anon_sym_ATlink] = ACTIONS(350), + [anon_sym_ATmethod] = ACTIONS(350), + [anon_sym_ATparam] = ACTIONS(348), + [anon_sym_ATproperty] = ACTIONS(348), + [anon_sym_ATproperty_DASHread] = ACTIONS(350), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(350), + [anon_sym_ATreturn] = ACTIONS(350), + [anon_sym_ATsee] = ACTIONS(350), + [anon_sym_ATthrows] = ACTIONS(350), + [anon_sym_ATvar] = ACTIONS(350), + [anon_sym_ATdeprecated] = ACTIONS(350), + [anon_sym_ATsince] = ACTIONS(350), + [anon_sym_ATversion] = ACTIONS(350), + [anon_sym_ATtemplate] = ACTIONS(348), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(350), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(350), + [anon_sym_ATimplements] = ACTIONS(350), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(350), + [anon_sym_ATextends] = ACTIONS(350), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(350), + [anon_sym_ATuse] = ACTIONS(348), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(350), + [anon_sym_ATafter] = ACTIONS(348), + [anon_sym_ATafterClass] = ACTIONS(350), + [anon_sym_ATannotation] = ACTIONS(350), + [anon_sym_ATbackupGlobals] = ACTIONS(350), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(350), + [anon_sym_ATbefore] = ACTIONS(348), + [anon_sym_ATbeforeClass] = ACTIONS(350), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(348), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(350), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(350), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(350), + [anon_sym_ATcovers] = ACTIONS(348), + [anon_sym_ATcoversDefaultClass] = ACTIONS(348), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(350), + [anon_sym_ATcoversNothing] = ACTIONS(350), + [anon_sym_ATdataProvider] = ACTIONS(350), + [anon_sym_ATdepends] = ACTIONS(348), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(350), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(350), + [anon_sym_ATgroup] = ACTIONS(350), + [anon_sym_ATlarge] = ACTIONS(350), + [anon_sym_ATmedium] = ACTIONS(350), + [anon_sym_ATpreserveGlobalState] = ACTIONS(350), + [anon_sym_ATrequires] = ACTIONS(348), + [anon_sym_ATrequiresusages] = ACTIONS(350), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(350), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(350), + [anon_sym_ATsmall] = ACTIONS(350), + [anon_sym_ATtest] = ACTIONS(348), + [anon_sym_ATtestWith] = ACTIONS(350), + [anon_sym_ATtestdox] = ACTIONS(350), + [anon_sym_ATticket] = ACTIONS(350), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(350), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(350), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(350), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(348), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(350), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(348), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(350), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(350), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(350), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(350), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(350), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(350), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(350), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(350), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(350), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(348), + [anon_sym_ATreadonly] = ACTIONS(350), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(350), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(350), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(350), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(350), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(350), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(350), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(350), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(350), + [anon_sym_ATparam_DASHout] = ACTIONS(350), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(350), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(348), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(350), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(350), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(350), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(350), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(350), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(350), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(350), + [anon_sym_ATmixin] = ACTIONS(350), + [anon_sym_PIPE] = ACTIONS(378), + [anon_sym_DOLLAR] = ACTIONS(350), + [sym__end] = ACTIONS(350), + [sym__text_after_type] = ACTIONS(350), + }, + [76] = { + [sym__description_after_type] = STATE(147), + [sym_inline_tag] = STATE(126), + [aux_sym__description_after_type_repeat1] = STATE(95), + [anon_sym_LBRACE] = ACTIONS(399), + [anon_sym_ATinheritdoc] = ACTIONS(415), + [anon_sym_ATinheritDoc] = ACTIONS(415), + [anon_sym_ATapi] = ACTIONS(415), + [anon_sym_ATfilesource] = ACTIONS(415), + [anon_sym_ATignore] = ACTIONS(415), + [anon_sym_ATinternal] = ACTIONS(415), + [anon_sym_ATcategory] = ACTIONS(415), + [anon_sym_ATcopyright] = ACTIONS(415), + [anon_sym_ATtodo] = ACTIONS(415), + [anon_sym_ATexample] = ACTIONS(415), + [anon_sym_ATlicense] = ACTIONS(415), + [anon_sym_ATpackage] = ACTIONS(415), + [anon_sym_ATsource] = ACTIONS(415), + [anon_sym_ATsubpackage] = ACTIONS(415), + [anon_sym_ATuses] = ACTIONS(415), + [anon_sym_ATauthor] = ACTIONS(415), + [anon_sym_ATglobal] = ACTIONS(415), + [anon_sym_ATlink] = ACTIONS(415), + [anon_sym_ATmethod] = ACTIONS(415), + [anon_sym_ATparam] = ACTIONS(417), + [anon_sym_ATproperty] = ACTIONS(417), + [anon_sym_ATproperty_DASHread] = ACTIONS(415), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(415), + [anon_sym_ATreturn] = ACTIONS(415), + [anon_sym_ATsee] = ACTIONS(415), + [anon_sym_ATthrows] = ACTIONS(415), + [anon_sym_ATvar] = ACTIONS(415), + [anon_sym_ATdeprecated] = ACTIONS(415), + [anon_sym_ATsince] = ACTIONS(415), + [anon_sym_ATversion] = ACTIONS(415), + [anon_sym_ATtemplate] = ACTIONS(417), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(415), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(415), + [anon_sym_ATimplements] = ACTIONS(415), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(415), + [anon_sym_ATextends] = ACTIONS(415), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(415), + [anon_sym_ATuse] = ACTIONS(417), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(415), + [anon_sym_ATafter] = ACTIONS(417), + [anon_sym_ATafterClass] = ACTIONS(415), + [anon_sym_ATannotation] = ACTIONS(415), + [anon_sym_ATbackupGlobals] = ACTIONS(415), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(415), + [anon_sym_ATbefore] = ACTIONS(417), + [anon_sym_ATbeforeClass] = ACTIONS(415), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(417), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(415), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(415), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(415), + [anon_sym_ATcovers] = ACTIONS(417), + [anon_sym_ATcoversDefaultClass] = ACTIONS(417), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(415), + [anon_sym_ATcoversNothing] = ACTIONS(415), + [anon_sym_ATdataProvider] = ACTIONS(415), + [anon_sym_ATdepends] = ACTIONS(417), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(415), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(415), + [anon_sym_ATgroup] = ACTIONS(415), + [anon_sym_ATlarge] = ACTIONS(415), + [anon_sym_ATmedium] = ACTIONS(415), + [anon_sym_ATpreserveGlobalState] = ACTIONS(415), + [anon_sym_ATrequires] = ACTIONS(417), + [anon_sym_ATrequiresusages] = ACTIONS(415), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(415), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(415), + [anon_sym_ATsmall] = ACTIONS(415), + [anon_sym_ATtest] = ACTIONS(417), + [anon_sym_ATtestWith] = ACTIONS(415), + [anon_sym_ATtestdox] = ACTIONS(415), + [anon_sym_ATticket] = ACTIONS(415), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(415), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(415), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(415), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(417), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(415), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(417), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(415), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(415), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(415), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(415), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(415), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(415), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(415), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(415), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(415), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(417), + [anon_sym_ATreadonly] = ACTIONS(415), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(415), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(415), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(415), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(415), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(415), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(415), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(415), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(415), + [anon_sym_ATparam_DASHout] = ACTIONS(415), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(415), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(417), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(415), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(415), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(415), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(415), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(415), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(415), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(415), + [anon_sym_ATmixin] = ACTIONS(415), + [sym__end] = ACTIONS(415), + [sym__text_after_type] = ACTIONS(405), + }, + [77] = { + [sym_description] = STATE(133), + [sym_inline_tag] = STATE(100), + [aux_sym_description_repeat1] = STATE(100), [anon_sym_LBRACE] = ACTIONS(5), - [anon_sym_ATinheritdoc] = ACTIONS(421), - [anon_sym_ATinheritDoc] = ACTIONS(421), - [anon_sym_ATapi] = ACTIONS(421), - [anon_sym_ATfilesource] = ACTIONS(421), - [anon_sym_ATignore] = ACTIONS(421), - [anon_sym_ATinternal] = ACTIONS(421), - [anon_sym_ATcategory] = ACTIONS(421), - [anon_sym_ATcopyright] = ACTIONS(421), - [anon_sym_ATtodo] = ACTIONS(421), - [anon_sym_ATexample] = ACTIONS(421), - [anon_sym_ATlicense] = ACTIONS(421), - [anon_sym_ATpackage] = ACTIONS(421), - [anon_sym_ATsource] = ACTIONS(421), - [anon_sym_ATsubpackage] = ACTIONS(421), - [anon_sym_ATuses] = ACTIONS(421), - [anon_sym_ATauthor] = ACTIONS(421), - [anon_sym_ATglobal] = ACTIONS(421), - [anon_sym_ATlink] = ACTIONS(421), - [anon_sym_ATmethod] = ACTIONS(421), + [anon_sym_ATinheritdoc] = ACTIONS(419), + [anon_sym_ATinheritDoc] = ACTIONS(419), + [anon_sym_ATapi] = ACTIONS(419), + [anon_sym_ATfilesource] = ACTIONS(419), + [anon_sym_ATignore] = ACTIONS(419), + [anon_sym_ATinternal] = ACTIONS(419), + [anon_sym_ATcategory] = ACTIONS(419), + [anon_sym_ATcopyright] = ACTIONS(419), + [anon_sym_ATtodo] = ACTIONS(419), + [anon_sym_ATexample] = ACTIONS(419), + [anon_sym_ATlicense] = ACTIONS(419), + [anon_sym_ATpackage] = ACTIONS(419), + [anon_sym_ATsource] = ACTIONS(419), + [anon_sym_ATsubpackage] = ACTIONS(419), + [anon_sym_ATuses] = ACTIONS(419), + [anon_sym_ATauthor] = ACTIONS(419), + [anon_sym_ATglobal] = ACTIONS(419), + [anon_sym_ATlink] = ACTIONS(419), + [anon_sym_ATmethod] = ACTIONS(419), + [anon_sym_ATparam] = ACTIONS(421), + [anon_sym_ATproperty] = ACTIONS(421), + [anon_sym_ATproperty_DASHread] = ACTIONS(419), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(419), + [anon_sym_ATreturn] = ACTIONS(419), + [anon_sym_ATsee] = ACTIONS(419), + [anon_sym_ATthrows] = ACTIONS(419), + [anon_sym_ATvar] = ACTIONS(419), + [anon_sym_ATdeprecated] = ACTIONS(419), + [anon_sym_ATsince] = ACTIONS(419), + [anon_sym_ATversion] = ACTIONS(419), + [anon_sym_ATtemplate] = ACTIONS(421), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(419), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(419), + [anon_sym_ATimplements] = ACTIONS(419), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(419), + [anon_sym_ATextends] = ACTIONS(419), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(419), + [anon_sym_ATuse] = ACTIONS(421), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(419), + [anon_sym_ATafter] = ACTIONS(421), + [anon_sym_ATafterClass] = ACTIONS(419), + [anon_sym_ATannotation] = ACTIONS(419), + [anon_sym_ATbackupGlobals] = ACTIONS(419), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(419), + [anon_sym_ATbefore] = ACTIONS(421), + [anon_sym_ATbeforeClass] = ACTIONS(419), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(421), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(419), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(419), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(419), + [anon_sym_ATcovers] = ACTIONS(421), + [anon_sym_ATcoversDefaultClass] = ACTIONS(421), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(419), + [anon_sym_ATcoversNothing] = ACTIONS(419), + [anon_sym_ATdataProvider] = ACTIONS(419), + [anon_sym_ATdepends] = ACTIONS(421), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(419), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(419), + [anon_sym_ATgroup] = ACTIONS(419), + [anon_sym_ATlarge] = ACTIONS(419), + [anon_sym_ATmedium] = ACTIONS(419), + [anon_sym_ATpreserveGlobalState] = ACTIONS(419), + [anon_sym_ATrequires] = ACTIONS(421), + [anon_sym_ATrequiresusages] = ACTIONS(419), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(419), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(419), + [anon_sym_ATsmall] = ACTIONS(419), + [anon_sym_ATtest] = ACTIONS(421), + [anon_sym_ATtestWith] = ACTIONS(419), + [anon_sym_ATtestdox] = ACTIONS(419), + [anon_sym_ATticket] = ACTIONS(419), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(419), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(419), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(419), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(421), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(419), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(421), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(419), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(419), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(419), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(419), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(419), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(419), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(419), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(419), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(419), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(421), + [anon_sym_ATreadonly] = ACTIONS(419), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(419), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(419), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(419), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(419), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(419), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(419), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(419), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(419), + [anon_sym_ATparam_DASHout] = ACTIONS(419), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(419), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(421), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(419), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(419), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(419), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(419), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(419), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(419), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(419), + [anon_sym_ATmixin] = ACTIONS(419), + [sym__end] = ACTIONS(419), + [sym_text] = ACTIONS(75), + }, + [78] = { + [sym_name] = ACTIONS(423), + [anon_sym_ATinheritdoc] = ACTIONS(426), + [anon_sym_ATinheritDoc] = ACTIONS(426), + [anon_sym_ATapi] = ACTIONS(426), + [anon_sym_ATfilesource] = ACTIONS(426), + [anon_sym_ATignore] = ACTIONS(426), + [anon_sym_ATinternal] = ACTIONS(426), + [anon_sym_ATcategory] = ACTIONS(426), + [anon_sym_ATcopyright] = ACTIONS(426), + [anon_sym_ATtodo] = ACTIONS(426), + [anon_sym_ATexample] = ACTIONS(426), + [anon_sym_ATlicense] = ACTIONS(426), + [anon_sym_ATpackage] = ACTIONS(426), + [anon_sym_ATsource] = ACTIONS(426), + [anon_sym_ATsubpackage] = ACTIONS(426), + [anon_sym_ATuses] = ACTIONS(426), + [anon_sym_ATauthor] = ACTIONS(426), + [anon_sym_ATglobal] = ACTIONS(426), + [anon_sym_ATlink] = ACTIONS(426), + [anon_sym_ATmethod] = ACTIONS(426), [anon_sym_ATparam] = ACTIONS(423), [anon_sym_ATproperty] = ACTIONS(423), - [anon_sym_ATproperty_DASHread] = ACTIONS(421), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(421), - [anon_sym_ATreturn] = ACTIONS(421), - [anon_sym_ATsee] = ACTIONS(421), - [anon_sym_ATthrows] = ACTIONS(421), - [anon_sym_ATvar] = ACTIONS(421), - [anon_sym_ATdeprecated] = ACTIONS(421), - [anon_sym_ATsince] = ACTIONS(421), - [anon_sym_ATversion] = ACTIONS(421), + [anon_sym_ATproperty_DASHread] = ACTIONS(426), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(426), + [anon_sym_ATreturn] = ACTIONS(426), + [anon_sym_ATsee] = ACTIONS(426), + [anon_sym_ATthrows] = ACTIONS(426), + [anon_sym_ATvar] = ACTIONS(426), + [anon_sym_ATdeprecated] = ACTIONS(426), + [anon_sym_ATsince] = ACTIONS(426), + [anon_sym_ATversion] = ACTIONS(426), [anon_sym_ATtemplate] = ACTIONS(423), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(421), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(421), - [anon_sym_ATimplements] = ACTIONS(421), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(421), - [anon_sym_ATextends] = ACTIONS(421), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(421), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(426), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(426), + [anon_sym_of] = ACTIONS(423), + [anon_sym_ATimplements] = ACTIONS(426), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(426), + [anon_sym_ATextends] = ACTIONS(426), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(426), [anon_sym_ATuse] = ACTIONS(423), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(421), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(426), [anon_sym_ATafter] = ACTIONS(423), - [anon_sym_ATafterClass] = ACTIONS(421), - [anon_sym_ATannotation] = ACTIONS(421), - [anon_sym_ATbackupGlobals] = ACTIONS(421), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(421), + [anon_sym_ATafterClass] = ACTIONS(426), + [anon_sym_ATannotation] = ACTIONS(426), + [anon_sym_ATbackupGlobals] = ACTIONS(426), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(426), [anon_sym_ATbefore] = ACTIONS(423), - [anon_sym_ATbeforeClass] = ACTIONS(421), + [anon_sym_ATbeforeClass] = ACTIONS(426), [anon_sym_ATcodeCoverageIgnore] = ACTIONS(423), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(421), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(421), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(421), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(426), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(426), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(426), [anon_sym_ATcovers] = ACTIONS(423), [anon_sym_ATcoversDefaultClass] = ACTIONS(423), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(421), - [anon_sym_ATcoversNothing] = ACTIONS(421), - [anon_sym_ATdataProvider] = ACTIONS(421), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(426), + [anon_sym_ATcoversNothing] = ACTIONS(426), + [anon_sym_ATdataProvider] = ACTIONS(426), [anon_sym_ATdepends] = ACTIONS(423), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(421), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(421), - [anon_sym_ATgroup] = ACTIONS(421), - [anon_sym_ATlarge] = ACTIONS(421), - [anon_sym_ATmedium] = ACTIONS(421), - [anon_sym_ATpreserveGlobalState] = ACTIONS(421), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(426), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(426), + [anon_sym_ATgroup] = ACTIONS(426), + [anon_sym_ATlarge] = ACTIONS(426), + [anon_sym_ATmedium] = ACTIONS(426), + [anon_sym_ATpreserveGlobalState] = ACTIONS(426), [anon_sym_ATrequires] = ACTIONS(423), - [anon_sym_ATrequiresusages] = ACTIONS(421), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(421), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(421), - [anon_sym_ATsmall] = ACTIONS(421), + [anon_sym_ATrequiresusages] = ACTIONS(426), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(426), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(426), + [anon_sym_ATsmall] = ACTIONS(426), [anon_sym_ATtest] = ACTIONS(423), - [anon_sym_ATtestWith] = ACTIONS(421), - [anon_sym_ATtestdox] = ACTIONS(421), - [anon_sym_ATticket] = ACTIONS(421), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(421), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(421), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(421), + [anon_sym_ATtestWith] = ACTIONS(426), + [anon_sym_ATtestdox] = ACTIONS(426), + [anon_sym_ATticket] = ACTIONS(426), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(426), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(426), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(426), [anon_sym_ATpsalm_DASHparam] = ACTIONS(423), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(421), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(426), [anon_sym_ATpsalm_DASHproperty] = ACTIONS(423), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(421), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(421), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(421), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(421), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(421), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(421), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(421), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(421), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(421), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(426), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(426), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(426), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(426), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(426), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(426), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(426), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(426), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(426), [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(423), - [anon_sym_ATreadonly] = ACTIONS(421), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(421), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(421), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(421), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(421), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(421), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(421), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(421), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(421), - [anon_sym_ATparam_DASHout] = ACTIONS(421), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(421), + [anon_sym_ATreadonly] = ACTIONS(426), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(426), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(426), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(426), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(426), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(426), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(426), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(426), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(426), + [anon_sym_ATparam_DASHout] = ACTIONS(426), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(426), [anon_sym_ATpsalm_DASHassert] = ACTIONS(423), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(421), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(421), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(421), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(421), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(421), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(421), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(421), - [anon_sym_ATmixin] = ACTIONS(421), - [sym__end] = ACTIONS(421), - [sym_text] = ACTIONS(75), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(426), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(426), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(426), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(426), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(426), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(426), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(426), + [anon_sym_ATmixin] = ACTIONS(426), + [anon_sym_COMMA] = ACTIONS(426), + [anon_sym_PIPE] = ACTIONS(426), + [anon_sym_DOLLAR] = ACTIONS(426), + [sym__end] = ACTIONS(426), }, [79] = { - [sym_name] = ACTIONS(425), - [anon_sym_ATinheritdoc] = ACTIONS(427), - [anon_sym_ATinheritDoc] = ACTIONS(427), - [anon_sym_ATapi] = ACTIONS(427), - [anon_sym_ATfilesource] = ACTIONS(427), - [anon_sym_ATignore] = ACTIONS(427), - [anon_sym_ATinternal] = ACTIONS(427), - [anon_sym_ATcategory] = ACTIONS(427), - [anon_sym_ATcopyright] = ACTIONS(427), - [anon_sym_ATtodo] = ACTIONS(427), - [anon_sym_ATexample] = ACTIONS(427), - [anon_sym_ATlicense] = ACTIONS(427), - [anon_sym_ATpackage] = ACTIONS(427), - [anon_sym_ATsource] = ACTIONS(427), - [anon_sym_ATsubpackage] = ACTIONS(427), - [anon_sym_ATuses] = ACTIONS(427), - [anon_sym_ATauthor] = ACTIONS(427), - [anon_sym_ATglobal] = ACTIONS(427), - [anon_sym_ATlink] = ACTIONS(427), - [anon_sym_ATmethod] = ACTIONS(427), - [anon_sym_ATparam] = ACTIONS(425), - [anon_sym_ATproperty] = ACTIONS(425), - [anon_sym_ATproperty_DASHread] = ACTIONS(427), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(427), - [anon_sym_ATreturn] = ACTIONS(427), - [anon_sym_ATsee] = ACTIONS(427), - [anon_sym_ATthrows] = ACTIONS(427), - [anon_sym_ATvar] = ACTIONS(427), - [anon_sym_ATdeprecated] = ACTIONS(427), - [anon_sym_ATsince] = ACTIONS(427), - [anon_sym_ATversion] = ACTIONS(427), - [anon_sym_ATtemplate] = ACTIONS(425), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(427), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(427), - [anon_sym_of] = ACTIONS(425), - [anon_sym_ATimplements] = ACTIONS(427), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(427), - [anon_sym_ATextends] = ACTIONS(427), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(427), - [anon_sym_ATuse] = ACTIONS(425), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(427), - [anon_sym_ATafter] = ACTIONS(425), - [anon_sym_ATafterClass] = ACTIONS(427), - [anon_sym_ATannotation] = ACTIONS(427), - [anon_sym_ATbackupGlobals] = ACTIONS(427), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(427), - [anon_sym_ATbefore] = ACTIONS(425), - [anon_sym_ATbeforeClass] = ACTIONS(427), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(425), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(427), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(427), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(427), - [anon_sym_ATcovers] = ACTIONS(425), - [anon_sym_ATcoversDefaultClass] = ACTIONS(425), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(427), - [anon_sym_ATcoversNothing] = ACTIONS(427), - [anon_sym_ATdataProvider] = ACTIONS(427), - [anon_sym_ATdepends] = ACTIONS(425), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(427), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(427), - [anon_sym_ATgroup] = ACTIONS(427), - [anon_sym_ATlarge] = ACTIONS(427), - [anon_sym_ATmedium] = ACTIONS(427), - [anon_sym_ATpreserveGlobalState] = ACTIONS(427), - [anon_sym_ATrequires] = ACTIONS(425), - [anon_sym_ATrequiresusages] = ACTIONS(427), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(427), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(427), - [anon_sym_ATsmall] = ACTIONS(427), - [anon_sym_ATtest] = ACTIONS(425), - [anon_sym_ATtestWith] = ACTIONS(427), - [anon_sym_ATtestdox] = ACTIONS(427), - [anon_sym_ATticket] = ACTIONS(427), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(427), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(427), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(427), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(425), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(427), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(425), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(427), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(427), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(427), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(427), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(427), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(427), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(427), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(427), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(427), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(425), - [anon_sym_ATreadonly] = ACTIONS(427), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(427), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(427), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(427), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(427), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(427), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(427), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(427), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(427), - [anon_sym_ATparam_DASHout] = ACTIONS(427), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(427), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(425), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(427), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(427), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(427), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(427), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(427), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(427), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(427), - [anon_sym_ATmixin] = ACTIONS(427), - [anon_sym_COMMA] = ACTIONS(427), - [anon_sym_PIPE] = ACTIONS(427), - [anon_sym_DOLLAR] = ACTIONS(427), - [sym__end] = ACTIONS(427), - }, - [80] = { - [aux_sym_disjunctive_normal_form_type_repeat1] = STATE(59), - [anon_sym_LBRACE] = ACTIONS(344), - [anon_sym_ATinheritdoc] = ACTIONS(344), - [anon_sym_ATinheritDoc] = ACTIONS(344), - [anon_sym_ATapi] = ACTIONS(344), - [anon_sym_ATfilesource] = ACTIONS(344), - [anon_sym_ATignore] = ACTIONS(344), - [anon_sym_ATinternal] = ACTIONS(344), - [anon_sym_ATcategory] = ACTIONS(344), - [anon_sym_ATcopyright] = ACTIONS(344), - [anon_sym_ATtodo] = ACTIONS(344), - [anon_sym_ATexample] = ACTIONS(344), - [anon_sym_ATlicense] = ACTIONS(344), - [anon_sym_ATpackage] = ACTIONS(344), - [anon_sym_ATsource] = ACTIONS(344), - [anon_sym_ATsubpackage] = ACTIONS(344), - [anon_sym_ATuses] = ACTIONS(344), - [anon_sym_ATauthor] = ACTIONS(344), - [anon_sym_ATglobal] = ACTIONS(344), - [anon_sym_ATlink] = ACTIONS(344), - [anon_sym_ATmethod] = ACTIONS(344), - [anon_sym_ATparam] = ACTIONS(342), - [anon_sym_ATproperty] = ACTIONS(342), - [anon_sym_ATproperty_DASHread] = ACTIONS(344), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(344), - [anon_sym_ATreturn] = ACTIONS(344), - [anon_sym_ATsee] = ACTIONS(344), - [anon_sym_ATthrows] = ACTIONS(344), - [anon_sym_ATvar] = ACTIONS(344), - [anon_sym_ATdeprecated] = ACTIONS(344), - [anon_sym_ATsince] = ACTIONS(344), - [anon_sym_ATversion] = ACTIONS(344), - [anon_sym_ATtemplate] = ACTIONS(342), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(344), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(344), - [anon_sym_ATimplements] = ACTIONS(344), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(344), - [anon_sym_ATextends] = ACTIONS(344), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(344), - [anon_sym_ATuse] = ACTIONS(342), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(344), - [anon_sym_ATafter] = ACTIONS(342), - [anon_sym_ATafterClass] = ACTIONS(344), - [anon_sym_ATannotation] = ACTIONS(344), - [anon_sym_ATbackupGlobals] = ACTIONS(344), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(344), - [anon_sym_ATbefore] = ACTIONS(342), - [anon_sym_ATbeforeClass] = ACTIONS(344), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(342), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(344), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(344), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(344), - [anon_sym_ATcovers] = ACTIONS(342), - [anon_sym_ATcoversDefaultClass] = ACTIONS(342), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(344), - [anon_sym_ATcoversNothing] = ACTIONS(344), - [anon_sym_ATdataProvider] = ACTIONS(344), - [anon_sym_ATdepends] = ACTIONS(342), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(344), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(344), - [anon_sym_ATgroup] = ACTIONS(344), - [anon_sym_ATlarge] = ACTIONS(344), - [anon_sym_ATmedium] = ACTIONS(344), - [anon_sym_ATpreserveGlobalState] = ACTIONS(344), - [anon_sym_ATrequires] = ACTIONS(342), - [anon_sym_ATrequiresusages] = ACTIONS(344), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(344), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(344), - [anon_sym_ATsmall] = ACTIONS(344), - [anon_sym_ATtest] = ACTIONS(342), - [anon_sym_ATtestWith] = ACTIONS(344), - [anon_sym_ATtestdox] = ACTIONS(344), - [anon_sym_ATticket] = ACTIONS(344), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(344), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(344), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(344), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(342), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(344), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(342), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(344), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(344), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(344), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(344), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(344), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(344), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(344), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(344), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(344), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(342), - [anon_sym_ATreadonly] = ACTIONS(344), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(344), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(344), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(344), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(344), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(344), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(344), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(344), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(344), - [anon_sym_ATparam_DASHout] = ACTIONS(344), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(344), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(342), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(344), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(344), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(344), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(344), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(344), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(344), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(344), - [anon_sym_ATmixin] = ACTIONS(344), - [anon_sym_PIPE] = ACTIONS(370), - [anon_sym_DOLLAR] = ACTIONS(344), - [sym__end] = ACTIONS(344), - [sym__text_after_type] = ACTIONS(344), - }, - [81] = { - [sym_description] = STATE(147), - [sym_inline_tag] = STATE(102), - [aux_sym_description_repeat1] = STATE(102), + [sym_description] = STATE(149), + [sym_inline_tag] = STATE(100), + [aux_sym_description_repeat1] = STATE(100), [anon_sym_LBRACE] = ACTIONS(5), [anon_sym_ATinheritdoc] = ACTIONS(429), [anon_sym_ATinheritDoc] = ACTIONS(429), @@ -16641,8 +16419,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(429), [sym_text] = ACTIONS(75), }, - [82] = { - [sym__type_argument_list] = STATE(10), + [80] = { + [sym__type_argument_list] = STATE(9), [anon_sym_ATinheritdoc] = ACTIONS(184), [anon_sym_ATinheritDoc] = ACTIONS(184), [anon_sym_ATapi] = ACTIONS(184), @@ -16659,7 +16437,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATsubpackage] = ACTIONS(184), [anon_sym_ATuses] = ACTIONS(184), [anon_sym_ATauthor] = ACTIONS(184), - [anon_sym_LT] = ACTIONS(323), + [anon_sym_LT] = ACTIONS(321), [anon_sym_GT] = ACTIONS(184), [anon_sym_ATglobal] = ACTIONS(184), [anon_sym_ATlink] = ACTIONS(184), @@ -16733,720 +16511,260 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(184), [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(182), [anon_sym_ATreadonly] = ACTIONS(184), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(184), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(184), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(184), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(184), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(184), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(184), - [anon_sym_ATparam_DASHout] = ACTIONS(184), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(184), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(182), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(184), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(184), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(184), - [anon_sym_from] = ACTIONS(184), - [aux_sym__psalm_tag_token1] = ACTIONS(184), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(184), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(184), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(184), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(184), - [anon_sym_ATmixin] = ACTIONS(184), - [sym__end] = ACTIONS(184), - }, - [83] = { - [aux_sym_union_type_repeat1] = STATE(76), - [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_ATinheritdoc] = ACTIONS(348), - [anon_sym_ATinheritDoc] = ACTIONS(348), - [anon_sym_ATapi] = ACTIONS(348), - [anon_sym_ATfilesource] = ACTIONS(348), - [anon_sym_ATignore] = ACTIONS(348), - [anon_sym_ATinternal] = ACTIONS(348), - [anon_sym_ATcategory] = ACTIONS(348), - [anon_sym_ATcopyright] = ACTIONS(348), - [anon_sym_ATtodo] = ACTIONS(348), - [anon_sym_ATexample] = ACTIONS(348), - [anon_sym_ATlicense] = ACTIONS(348), - [anon_sym_ATpackage] = ACTIONS(348), - [anon_sym_ATsource] = ACTIONS(348), - [anon_sym_ATsubpackage] = ACTIONS(348), - [anon_sym_ATuses] = ACTIONS(348), - [anon_sym_ATauthor] = ACTIONS(348), - [anon_sym_ATglobal] = ACTIONS(348), - [anon_sym_ATlink] = ACTIONS(348), - [anon_sym_ATmethod] = ACTIONS(348), - [anon_sym_ATparam] = ACTIONS(346), - [anon_sym_ATproperty] = ACTIONS(346), - [anon_sym_ATproperty_DASHread] = ACTIONS(348), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(348), - [anon_sym_ATreturn] = ACTIONS(348), - [anon_sym_ATsee] = ACTIONS(348), - [anon_sym_ATthrows] = ACTIONS(348), - [anon_sym_ATvar] = ACTIONS(348), - [anon_sym_ATdeprecated] = ACTIONS(348), - [anon_sym_ATsince] = ACTIONS(348), - [anon_sym_ATversion] = ACTIONS(348), - [anon_sym_ATtemplate] = ACTIONS(346), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(348), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(348), - [anon_sym_ATimplements] = ACTIONS(348), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(348), - [anon_sym_ATextends] = ACTIONS(348), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(348), - [anon_sym_ATuse] = ACTIONS(346), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(348), - [anon_sym_ATafter] = ACTIONS(346), - [anon_sym_ATafterClass] = ACTIONS(348), - [anon_sym_ATannotation] = ACTIONS(348), - [anon_sym_ATbackupGlobals] = ACTIONS(348), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(348), - [anon_sym_ATbefore] = ACTIONS(346), - [anon_sym_ATbeforeClass] = ACTIONS(348), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(346), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(348), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(348), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(348), - [anon_sym_ATcovers] = ACTIONS(346), - [anon_sym_ATcoversDefaultClass] = ACTIONS(346), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(348), - [anon_sym_ATcoversNothing] = ACTIONS(348), - [anon_sym_ATdataProvider] = ACTIONS(348), - [anon_sym_ATdepends] = ACTIONS(346), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(348), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(348), - [anon_sym_ATgroup] = ACTIONS(348), - [anon_sym_ATlarge] = ACTIONS(348), - [anon_sym_ATmedium] = ACTIONS(348), - [anon_sym_ATpreserveGlobalState] = ACTIONS(348), - [anon_sym_ATrequires] = ACTIONS(346), - [anon_sym_ATrequiresusages] = ACTIONS(348), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(348), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(348), - [anon_sym_ATsmall] = ACTIONS(348), - [anon_sym_ATtest] = ACTIONS(346), - [anon_sym_ATtestWith] = ACTIONS(348), - [anon_sym_ATtestdox] = ACTIONS(348), - [anon_sym_ATticket] = ACTIONS(348), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(348), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(348), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(348), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(346), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(348), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(346), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(348), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(348), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(348), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(348), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(348), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(348), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(348), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(348), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(348), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(346), - [anon_sym_ATreadonly] = ACTIONS(348), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(348), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(348), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(348), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(348), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(348), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(348), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(348), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(348), - [anon_sym_ATparam_DASHout] = ACTIONS(348), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(348), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(346), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(348), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(348), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(348), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(348), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(348), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(348), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(348), - [anon_sym_ATmixin] = ACTIONS(348), - [anon_sym_PIPE] = ACTIONS(433), - [anon_sym_DOLLAR] = ACTIONS(348), - [sym__end] = ACTIONS(348), - [sym__text_after_type] = ACTIONS(348), - }, - [84] = { - [sym_description] = STATE(149), - [sym_inline_tag] = STATE(102), - [aux_sym_description_repeat1] = STATE(102), - [anon_sym_LBRACE] = ACTIONS(5), - [anon_sym_ATinheritdoc] = ACTIONS(435), - [anon_sym_ATinheritDoc] = ACTIONS(435), - [anon_sym_ATapi] = ACTIONS(435), - [anon_sym_ATfilesource] = ACTIONS(435), - [anon_sym_ATignore] = ACTIONS(435), - [anon_sym_ATinternal] = ACTIONS(435), - [anon_sym_ATcategory] = ACTIONS(435), - [anon_sym_ATcopyright] = ACTIONS(435), - [anon_sym_ATtodo] = ACTIONS(435), - [anon_sym_ATexample] = ACTIONS(435), - [anon_sym_ATlicense] = ACTIONS(435), - [anon_sym_ATpackage] = ACTIONS(435), - [anon_sym_ATsource] = ACTIONS(435), - [anon_sym_ATsubpackage] = ACTIONS(435), - [anon_sym_ATuses] = ACTIONS(435), - [anon_sym_ATauthor] = ACTIONS(435), - [anon_sym_ATglobal] = ACTIONS(435), - [anon_sym_ATlink] = ACTIONS(435), - [anon_sym_ATmethod] = ACTIONS(435), - [anon_sym_ATparam] = ACTIONS(437), - [anon_sym_ATproperty] = ACTIONS(437), - [anon_sym_ATproperty_DASHread] = ACTIONS(435), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(435), - [anon_sym_ATreturn] = ACTIONS(435), - [anon_sym_ATsee] = ACTIONS(435), - [anon_sym_ATthrows] = ACTIONS(435), - [anon_sym_ATvar] = ACTIONS(435), - [anon_sym_ATdeprecated] = ACTIONS(435), - [anon_sym_ATsince] = ACTIONS(435), - [anon_sym_ATversion] = ACTIONS(435), - [anon_sym_ATtemplate] = ACTIONS(437), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(435), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(435), - [anon_sym_ATimplements] = ACTIONS(435), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(435), - [anon_sym_ATextends] = ACTIONS(435), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(435), - [anon_sym_ATuse] = ACTIONS(437), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(435), - [anon_sym_ATafter] = ACTIONS(437), - [anon_sym_ATafterClass] = ACTIONS(435), - [anon_sym_ATannotation] = ACTIONS(435), - [anon_sym_ATbackupGlobals] = ACTIONS(435), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(435), - [anon_sym_ATbefore] = ACTIONS(437), - [anon_sym_ATbeforeClass] = ACTIONS(435), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(437), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(435), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(435), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(435), - [anon_sym_ATcovers] = ACTIONS(437), - [anon_sym_ATcoversDefaultClass] = ACTIONS(437), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(435), - [anon_sym_ATcoversNothing] = ACTIONS(435), - [anon_sym_ATdataProvider] = ACTIONS(435), - [anon_sym_ATdepends] = ACTIONS(437), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(435), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(435), - [anon_sym_ATgroup] = ACTIONS(435), - [anon_sym_ATlarge] = ACTIONS(435), - [anon_sym_ATmedium] = ACTIONS(435), - [anon_sym_ATpreserveGlobalState] = ACTIONS(435), - [anon_sym_ATrequires] = ACTIONS(437), - [anon_sym_ATrequiresusages] = ACTIONS(435), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(435), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(435), - [anon_sym_ATsmall] = ACTIONS(435), - [anon_sym_ATtest] = ACTIONS(437), - [anon_sym_ATtestWith] = ACTIONS(435), - [anon_sym_ATtestdox] = ACTIONS(435), - [anon_sym_ATticket] = ACTIONS(435), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(435), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(435), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(435), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(437), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(435), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(437), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(435), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(435), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(435), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(435), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(435), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(435), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(435), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(435), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(435), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(437), - [anon_sym_ATreadonly] = ACTIONS(435), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(435), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(435), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(435), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(435), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(435), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(435), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(435), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(435), - [anon_sym_ATparam_DASHout] = ACTIONS(435), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(435), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(437), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(435), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(435), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(435), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(435), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(435), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(435), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(435), - [anon_sym_ATmixin] = ACTIONS(435), - [sym__end] = ACTIONS(435), - [sym_text] = ACTIONS(75), - }, - [85] = { - [aux_sym_intersection_type_repeat1] = STATE(69), - [anon_sym_LBRACE] = ACTIONS(321), - [anon_sym_ATinheritdoc] = ACTIONS(321), - [anon_sym_ATinheritDoc] = ACTIONS(321), - [anon_sym_ATapi] = ACTIONS(321), - [anon_sym_ATfilesource] = ACTIONS(321), - [anon_sym_ATignore] = ACTIONS(321), - [anon_sym_ATinternal] = ACTIONS(321), - [anon_sym_ATcategory] = ACTIONS(321), - [anon_sym_ATcopyright] = ACTIONS(321), - [anon_sym_ATtodo] = ACTIONS(321), - [anon_sym_ATexample] = ACTIONS(321), - [anon_sym_ATlicense] = ACTIONS(321), - [anon_sym_ATpackage] = ACTIONS(321), - [anon_sym_ATsource] = ACTIONS(321), - [anon_sym_ATsubpackage] = ACTIONS(321), - [anon_sym_ATuses] = ACTIONS(321), - [anon_sym_ATauthor] = ACTIONS(321), - [anon_sym_ATglobal] = ACTIONS(321), - [anon_sym_ATlink] = ACTIONS(321), - [anon_sym_ATmethod] = ACTIONS(321), - [anon_sym_ATparam] = ACTIONS(319), - [anon_sym_ATproperty] = ACTIONS(319), - [anon_sym_ATproperty_DASHread] = ACTIONS(321), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(321), - [anon_sym_ATreturn] = ACTIONS(321), - [anon_sym_ATsee] = ACTIONS(321), - [anon_sym_ATthrows] = ACTIONS(321), - [anon_sym_ATvar] = ACTIONS(321), - [anon_sym_ATdeprecated] = ACTIONS(321), - [anon_sym_ATsince] = ACTIONS(321), - [anon_sym_ATversion] = ACTIONS(321), - [anon_sym_ATtemplate] = ACTIONS(319), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(321), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(321), - [anon_sym_ATimplements] = ACTIONS(321), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(321), - [anon_sym_ATextends] = ACTIONS(321), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(321), - [anon_sym_ATuse] = ACTIONS(319), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(321), - [anon_sym_ATafter] = ACTIONS(319), - [anon_sym_ATafterClass] = ACTIONS(321), - [anon_sym_ATannotation] = ACTIONS(321), - [anon_sym_ATbackupGlobals] = ACTIONS(321), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(321), - [anon_sym_ATbefore] = ACTIONS(319), - [anon_sym_ATbeforeClass] = ACTIONS(321), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(319), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(321), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(321), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(321), - [anon_sym_ATcovers] = ACTIONS(319), - [anon_sym_ATcoversDefaultClass] = ACTIONS(319), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(321), - [anon_sym_ATcoversNothing] = ACTIONS(321), - [anon_sym_ATdataProvider] = ACTIONS(321), - [anon_sym_ATdepends] = ACTIONS(319), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(321), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(321), - [anon_sym_ATgroup] = ACTIONS(321), - [anon_sym_ATlarge] = ACTIONS(321), - [anon_sym_ATmedium] = ACTIONS(321), - [anon_sym_ATpreserveGlobalState] = ACTIONS(321), - [anon_sym_ATrequires] = ACTIONS(319), - [anon_sym_ATrequiresusages] = ACTIONS(321), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(321), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(321), - [anon_sym_ATsmall] = ACTIONS(321), - [anon_sym_ATtest] = ACTIONS(319), - [anon_sym_ATtestWith] = ACTIONS(321), - [anon_sym_ATtestdox] = ACTIONS(321), - [anon_sym_ATticket] = ACTIONS(321), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(321), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(321), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(321), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(319), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(321), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(319), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(321), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(321), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(321), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(321), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(321), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(321), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(321), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(321), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(321), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(319), - [anon_sym_ATreadonly] = ACTIONS(321), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(321), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(321), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(321), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(321), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(321), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(321), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(321), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(321), - [anon_sym_ATparam_DASHout] = ACTIONS(321), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(321), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(319), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(321), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(321), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(321), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(321), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(321), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(321), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(321), - [anon_sym_ATmixin] = ACTIONS(321), - [anon_sym_AMP] = ACTIONS(310), - [anon_sym_DOLLAR] = ACTIONS(321), - [sym__end] = ACTIONS(321), - [sym__text_after_type] = ACTIONS(321), - }, - [86] = { - [sym_description] = STATE(150), - [sym_inline_tag] = STATE(102), - [aux_sym_description_repeat1] = STATE(102), - [anon_sym_LBRACE] = ACTIONS(5), - [anon_sym_ATinheritdoc] = ACTIONS(439), - [anon_sym_ATinheritDoc] = ACTIONS(439), - [anon_sym_ATapi] = ACTIONS(439), - [anon_sym_ATfilesource] = ACTIONS(439), - [anon_sym_ATignore] = ACTIONS(439), - [anon_sym_ATinternal] = ACTIONS(439), - [anon_sym_ATcategory] = ACTIONS(439), - [anon_sym_ATcopyright] = ACTIONS(439), - [anon_sym_ATtodo] = ACTIONS(439), - [anon_sym_ATexample] = ACTIONS(439), - [anon_sym_ATlicense] = ACTIONS(439), - [anon_sym_ATpackage] = ACTIONS(439), - [anon_sym_ATsource] = ACTIONS(439), - [anon_sym_ATsubpackage] = ACTIONS(439), - [anon_sym_ATuses] = ACTIONS(439), - [anon_sym_ATauthor] = ACTIONS(439), - [anon_sym_ATglobal] = ACTIONS(439), - [anon_sym_ATlink] = ACTIONS(439), - [anon_sym_ATmethod] = ACTIONS(439), - [anon_sym_ATparam] = ACTIONS(441), - [anon_sym_ATproperty] = ACTIONS(441), - [anon_sym_ATproperty_DASHread] = ACTIONS(439), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(439), - [anon_sym_ATreturn] = ACTIONS(439), - [anon_sym_ATsee] = ACTIONS(439), - [anon_sym_ATthrows] = ACTIONS(439), - [anon_sym_ATvar] = ACTIONS(439), - [anon_sym_ATdeprecated] = ACTIONS(439), - [anon_sym_ATsince] = ACTIONS(439), - [anon_sym_ATversion] = ACTIONS(439), - [anon_sym_ATtemplate] = ACTIONS(441), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(439), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(439), - [anon_sym_ATimplements] = ACTIONS(439), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(439), - [anon_sym_ATextends] = ACTIONS(439), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(439), - [anon_sym_ATuse] = ACTIONS(441), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(439), - [anon_sym_ATafter] = ACTIONS(441), - [anon_sym_ATafterClass] = ACTIONS(439), - [anon_sym_ATannotation] = ACTIONS(439), - [anon_sym_ATbackupGlobals] = ACTIONS(439), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(439), - [anon_sym_ATbefore] = ACTIONS(441), - [anon_sym_ATbeforeClass] = ACTIONS(439), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(441), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(439), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(439), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(439), - [anon_sym_ATcovers] = ACTIONS(441), - [anon_sym_ATcoversDefaultClass] = ACTIONS(441), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(439), - [anon_sym_ATcoversNothing] = ACTIONS(439), - [anon_sym_ATdataProvider] = ACTIONS(439), - [anon_sym_ATdepends] = ACTIONS(441), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(439), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(439), - [anon_sym_ATgroup] = ACTIONS(439), - [anon_sym_ATlarge] = ACTIONS(439), - [anon_sym_ATmedium] = ACTIONS(439), - [anon_sym_ATpreserveGlobalState] = ACTIONS(439), - [anon_sym_ATrequires] = ACTIONS(441), - [anon_sym_ATrequiresusages] = ACTIONS(439), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(439), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(439), - [anon_sym_ATsmall] = ACTIONS(439), - [anon_sym_ATtest] = ACTIONS(441), - [anon_sym_ATtestWith] = ACTIONS(439), - [anon_sym_ATtestdox] = ACTIONS(439), - [anon_sym_ATticket] = ACTIONS(439), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(439), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(439), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(439), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(441), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(439), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(441), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(439), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(439), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(439), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(439), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(439), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(439), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(439), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(439), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(439), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(441), - [anon_sym_ATreadonly] = ACTIONS(439), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(439), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(439), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(439), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(439), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(439), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(439), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(439), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(439), - [anon_sym_ATparam_DASHout] = ACTIONS(439), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(439), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(441), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(439), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(439), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(439), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(439), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(439), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(439), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(439), - [anon_sym_ATmixin] = ACTIONS(439), - [sym__end] = ACTIONS(439), - [sym_text] = ACTIONS(75), - }, - [87] = { - [aux_sym_disjunctive_normal_form_type_repeat1] = STATE(67), - [anon_sym_LBRACE] = ACTIONS(340), - [anon_sym_ATinheritdoc] = ACTIONS(340), - [anon_sym_ATinheritDoc] = ACTIONS(340), - [anon_sym_ATapi] = ACTIONS(340), - [anon_sym_ATfilesource] = ACTIONS(340), - [anon_sym_ATignore] = ACTIONS(340), - [anon_sym_ATinternal] = ACTIONS(340), - [anon_sym_ATcategory] = ACTIONS(340), - [anon_sym_ATcopyright] = ACTIONS(340), - [anon_sym_ATtodo] = ACTIONS(340), - [anon_sym_ATexample] = ACTIONS(340), - [anon_sym_ATlicense] = ACTIONS(340), - [anon_sym_ATpackage] = ACTIONS(340), - [anon_sym_ATsource] = ACTIONS(340), - [anon_sym_ATsubpackage] = ACTIONS(340), - [anon_sym_ATuses] = ACTIONS(340), - [anon_sym_ATauthor] = ACTIONS(340), - [anon_sym_ATglobal] = ACTIONS(340), - [anon_sym_ATlink] = ACTIONS(340), - [anon_sym_ATmethod] = ACTIONS(340), - [anon_sym_ATparam] = ACTIONS(338), - [anon_sym_ATproperty] = ACTIONS(338), - [anon_sym_ATproperty_DASHread] = ACTIONS(340), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(340), - [anon_sym_ATreturn] = ACTIONS(340), - [anon_sym_ATsee] = ACTIONS(340), - [anon_sym_ATthrows] = ACTIONS(340), - [anon_sym_ATvar] = ACTIONS(340), - [anon_sym_ATdeprecated] = ACTIONS(340), - [anon_sym_ATsince] = ACTIONS(340), - [anon_sym_ATversion] = ACTIONS(340), - [anon_sym_ATtemplate] = ACTIONS(338), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(340), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(340), - [anon_sym_ATimplements] = ACTIONS(340), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(340), - [anon_sym_ATextends] = ACTIONS(340), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(340), - [anon_sym_ATuse] = ACTIONS(338), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(340), - [anon_sym_ATafter] = ACTIONS(338), - [anon_sym_ATafterClass] = ACTIONS(340), - [anon_sym_ATannotation] = ACTIONS(340), - [anon_sym_ATbackupGlobals] = ACTIONS(340), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(340), - [anon_sym_ATbefore] = ACTIONS(338), - [anon_sym_ATbeforeClass] = ACTIONS(340), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(338), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(340), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(340), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(340), - [anon_sym_ATcovers] = ACTIONS(338), - [anon_sym_ATcoversDefaultClass] = ACTIONS(338), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(340), - [anon_sym_ATcoversNothing] = ACTIONS(340), - [anon_sym_ATdataProvider] = ACTIONS(340), - [anon_sym_ATdepends] = ACTIONS(338), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(340), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(340), - [anon_sym_ATgroup] = ACTIONS(340), - [anon_sym_ATlarge] = ACTIONS(340), - [anon_sym_ATmedium] = ACTIONS(340), - [anon_sym_ATpreserveGlobalState] = ACTIONS(340), - [anon_sym_ATrequires] = ACTIONS(338), - [anon_sym_ATrequiresusages] = ACTIONS(340), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(340), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(340), - [anon_sym_ATsmall] = ACTIONS(340), - [anon_sym_ATtest] = ACTIONS(338), - [anon_sym_ATtestWith] = ACTIONS(340), - [anon_sym_ATtestdox] = ACTIONS(340), - [anon_sym_ATticket] = ACTIONS(340), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(340), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(340), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(340), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(338), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(340), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(338), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(340), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(340), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(340), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(340), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(340), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(340), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(340), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(340), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(340), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(338), - [anon_sym_ATreadonly] = ACTIONS(340), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(340), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(340), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(340), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(340), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(340), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(340), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(340), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(340), - [anon_sym_ATparam_DASHout] = ACTIONS(340), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(340), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(338), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(340), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(340), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(340), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(340), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(340), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(340), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(340), - [anon_sym_ATmixin] = ACTIONS(340), - [anon_sym_PIPE] = ACTIONS(370), - [anon_sym_DOLLAR] = ACTIONS(340), - [sym__end] = ACTIONS(340), - [sym__text_after_type] = ACTIONS(340), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(184), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(184), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(184), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(184), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(184), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(184), + [anon_sym_ATparam_DASHout] = ACTIONS(184), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(184), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(182), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(184), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(184), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(184), + [anon_sym_from] = ACTIONS(184), + [aux_sym__psalm_tag_token1] = ACTIONS(184), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(184), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(184), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(184), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(184), + [anon_sym_ATmixin] = ACTIONS(184), + [sym__end] = ACTIONS(184), }, - [88] = { - [sym_name] = ACTIONS(359), - [anon_sym_ATinheritdoc] = ACTIONS(361), - [anon_sym_ATinheritDoc] = ACTIONS(361), - [anon_sym_ATapi] = ACTIONS(361), - [anon_sym_ATfilesource] = ACTIONS(361), - [anon_sym_ATignore] = ACTIONS(361), - [anon_sym_ATinternal] = ACTIONS(361), - [anon_sym_ATcategory] = ACTIONS(361), - [anon_sym_ATcopyright] = ACTIONS(361), - [anon_sym_ATtodo] = ACTIONS(361), - [anon_sym_ATexample] = ACTIONS(361), - [anon_sym_ATlicense] = ACTIONS(361), - [anon_sym_ATpackage] = ACTIONS(361), - [anon_sym_ATsource] = ACTIONS(361), - [anon_sym_ATsubpackage] = ACTIONS(361), - [anon_sym_ATuses] = ACTIONS(361), - [anon_sym_ATauthor] = ACTIONS(361), - [anon_sym_ATglobal] = ACTIONS(361), - [anon_sym_ATlink] = ACTIONS(361), - [anon_sym_ATmethod] = ACTIONS(361), - [anon_sym_ATparam] = ACTIONS(359), - [anon_sym_ATproperty] = ACTIONS(359), - [anon_sym_ATproperty_DASHread] = ACTIONS(361), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(361), - [anon_sym_ATreturn] = ACTIONS(361), - [anon_sym_ATsee] = ACTIONS(361), - [anon_sym_ATthrows] = ACTIONS(361), - [anon_sym_ATvar] = ACTIONS(361), - [anon_sym_ATdeprecated] = ACTIONS(361), - [anon_sym_ATsince] = ACTIONS(361), - [anon_sym_ATversion] = ACTIONS(361), - [anon_sym_ATtemplate] = ACTIONS(359), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(361), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(361), - [anon_sym_of] = ACTIONS(359), - [anon_sym_ATimplements] = ACTIONS(361), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(361), - [anon_sym_ATextends] = ACTIONS(361), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(361), - [anon_sym_ATuse] = ACTIONS(359), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(361), - [anon_sym_ATafter] = ACTIONS(359), - [anon_sym_ATafterClass] = ACTIONS(361), - [anon_sym_ATannotation] = ACTIONS(361), - [anon_sym_ATbackupGlobals] = ACTIONS(361), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(361), - [anon_sym_ATbefore] = ACTIONS(359), - [anon_sym_ATbeforeClass] = ACTIONS(361), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(359), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(361), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(361), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(361), - [anon_sym_ATcovers] = ACTIONS(359), - [anon_sym_ATcoversDefaultClass] = ACTIONS(359), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(361), - [anon_sym_ATcoversNothing] = ACTIONS(361), - [anon_sym_ATdataProvider] = ACTIONS(361), - [anon_sym_ATdepends] = ACTIONS(359), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(361), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(361), - [anon_sym_ATgroup] = ACTIONS(361), - [anon_sym_ATlarge] = ACTIONS(361), - [anon_sym_ATmedium] = ACTIONS(361), - [anon_sym_ATpreserveGlobalState] = ACTIONS(361), - [anon_sym_ATrequires] = ACTIONS(359), - [anon_sym_ATrequiresusages] = ACTIONS(361), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(361), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(361), - [anon_sym_ATsmall] = ACTIONS(361), - [anon_sym_ATtest] = ACTIONS(359), - [anon_sym_ATtestWith] = ACTIONS(361), - [anon_sym_ATtestdox] = ACTIONS(361), - [anon_sym_ATticket] = ACTIONS(361), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(361), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(361), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(361), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(359), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(361), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(359), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(361), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(361), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(361), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(361), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(361), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(361), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(361), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(361), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(361), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(359), - [anon_sym_ATreadonly] = ACTIONS(361), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(361), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(361), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(361), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(361), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(361), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(361), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(361), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(361), - [anon_sym_ATparam_DASHout] = ACTIONS(361), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(361), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(359), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(361), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(361), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(361), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(361), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(361), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(361), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(361), - [anon_sym_ATmixin] = ACTIONS(361), - [anon_sym_COMMA] = ACTIONS(361), - [anon_sym_PIPE] = ACTIONS(361), - [anon_sym_DOLLAR] = ACTIONS(361), - [sym__end] = ACTIONS(361), + [81] = { + [sym_description] = STATE(162), + [sym_inline_tag] = STATE(100), + [aux_sym_description_repeat1] = STATE(100), + [anon_sym_LBRACE] = ACTIONS(5), + [anon_sym_ATinheritdoc] = ACTIONS(433), + [anon_sym_ATinheritDoc] = ACTIONS(433), + [anon_sym_ATapi] = ACTIONS(433), + [anon_sym_ATfilesource] = ACTIONS(433), + [anon_sym_ATignore] = ACTIONS(433), + [anon_sym_ATinternal] = ACTIONS(433), + [anon_sym_ATcategory] = ACTIONS(433), + [anon_sym_ATcopyright] = ACTIONS(433), + [anon_sym_ATtodo] = ACTIONS(433), + [anon_sym_ATexample] = ACTIONS(433), + [anon_sym_ATlicense] = ACTIONS(433), + [anon_sym_ATpackage] = ACTIONS(433), + [anon_sym_ATsource] = ACTIONS(433), + [anon_sym_ATsubpackage] = ACTIONS(433), + [anon_sym_ATuses] = ACTIONS(433), + [anon_sym_ATauthor] = ACTIONS(433), + [anon_sym_ATglobal] = ACTIONS(433), + [anon_sym_ATlink] = ACTIONS(433), + [anon_sym_ATmethod] = ACTIONS(433), + [anon_sym_ATparam] = ACTIONS(435), + [anon_sym_ATproperty] = ACTIONS(435), + [anon_sym_ATproperty_DASHread] = ACTIONS(433), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(433), + [anon_sym_ATreturn] = ACTIONS(433), + [anon_sym_ATsee] = ACTIONS(433), + [anon_sym_ATthrows] = ACTIONS(433), + [anon_sym_ATvar] = ACTIONS(433), + [anon_sym_ATdeprecated] = ACTIONS(433), + [anon_sym_ATsince] = ACTIONS(433), + [anon_sym_ATversion] = ACTIONS(433), + [anon_sym_ATtemplate] = ACTIONS(435), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(433), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(433), + [anon_sym_ATimplements] = ACTIONS(433), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(433), + [anon_sym_ATextends] = ACTIONS(433), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(433), + [anon_sym_ATuse] = ACTIONS(435), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(433), + [anon_sym_ATafter] = ACTIONS(435), + [anon_sym_ATafterClass] = ACTIONS(433), + [anon_sym_ATannotation] = ACTIONS(433), + [anon_sym_ATbackupGlobals] = ACTIONS(433), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATbeforeClass] = ACTIONS(433), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(435), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(433), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(433), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(433), + [anon_sym_ATcovers] = ACTIONS(435), + [anon_sym_ATcoversDefaultClass] = ACTIONS(435), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(433), + [anon_sym_ATcoversNothing] = ACTIONS(433), + [anon_sym_ATdataProvider] = ACTIONS(433), + [anon_sym_ATdepends] = ACTIONS(435), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(433), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(433), + [anon_sym_ATgroup] = ACTIONS(433), + [anon_sym_ATlarge] = ACTIONS(433), + [anon_sym_ATmedium] = ACTIONS(433), + [anon_sym_ATpreserveGlobalState] = ACTIONS(433), + [anon_sym_ATrequires] = ACTIONS(435), + [anon_sym_ATrequiresusages] = ACTIONS(433), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(433), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(433), + [anon_sym_ATsmall] = ACTIONS(433), + [anon_sym_ATtest] = ACTIONS(435), + [anon_sym_ATtestWith] = ACTIONS(433), + [anon_sym_ATtestdox] = ACTIONS(433), + [anon_sym_ATticket] = ACTIONS(433), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(433), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(433), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(433), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(435), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(433), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(435), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(433), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(433), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(433), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(433), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(433), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(433), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(433), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(433), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(433), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(435), + [anon_sym_ATreadonly] = ACTIONS(433), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(433), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(433), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(433), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(433), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(433), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(433), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(433), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(433), + [anon_sym_ATparam_DASHout] = ACTIONS(433), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(433), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(435), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(433), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(433), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(433), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(433), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(433), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(433), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(433), + [anon_sym_ATmixin] = ACTIONS(433), + [sym__end] = ACTIONS(433), + [sym_text] = ACTIONS(75), }, - [89] = { + [82] = { + [sym_description] = STATE(151), + [sym_inline_tag] = STATE(100), + [aux_sym_description_repeat1] = STATE(100), + [anon_sym_LBRACE] = ACTIONS(5), + [anon_sym_ATinheritdoc] = ACTIONS(437), + [anon_sym_ATinheritDoc] = ACTIONS(437), + [anon_sym_ATapi] = ACTIONS(437), + [anon_sym_ATfilesource] = ACTIONS(437), + [anon_sym_ATignore] = ACTIONS(437), + [anon_sym_ATinternal] = ACTIONS(437), + [anon_sym_ATcategory] = ACTIONS(437), + [anon_sym_ATcopyright] = ACTIONS(437), + [anon_sym_ATtodo] = ACTIONS(437), + [anon_sym_ATexample] = ACTIONS(437), + [anon_sym_ATlicense] = ACTIONS(437), + [anon_sym_ATpackage] = ACTIONS(437), + [anon_sym_ATsource] = ACTIONS(437), + [anon_sym_ATsubpackage] = ACTIONS(437), + [anon_sym_ATuses] = ACTIONS(437), + [anon_sym_ATauthor] = ACTIONS(437), + [anon_sym_ATglobal] = ACTIONS(437), + [anon_sym_ATlink] = ACTIONS(437), + [anon_sym_ATmethod] = ACTIONS(437), + [anon_sym_ATparam] = ACTIONS(439), + [anon_sym_ATproperty] = ACTIONS(439), + [anon_sym_ATproperty_DASHread] = ACTIONS(437), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(437), + [anon_sym_ATreturn] = ACTIONS(437), + [anon_sym_ATsee] = ACTIONS(437), + [anon_sym_ATthrows] = ACTIONS(437), + [anon_sym_ATvar] = ACTIONS(437), + [anon_sym_ATdeprecated] = ACTIONS(437), + [anon_sym_ATsince] = ACTIONS(437), + [anon_sym_ATversion] = ACTIONS(437), + [anon_sym_ATtemplate] = ACTIONS(439), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(437), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(437), + [anon_sym_ATimplements] = ACTIONS(437), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(437), + [anon_sym_ATextends] = ACTIONS(437), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(437), + [anon_sym_ATuse] = ACTIONS(439), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(437), + [anon_sym_ATafter] = ACTIONS(439), + [anon_sym_ATafterClass] = ACTIONS(437), + [anon_sym_ATannotation] = ACTIONS(437), + [anon_sym_ATbackupGlobals] = ACTIONS(437), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(437), + [anon_sym_ATbefore] = ACTIONS(439), + [anon_sym_ATbeforeClass] = ACTIONS(437), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(439), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(437), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(437), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(437), + [anon_sym_ATcovers] = ACTIONS(439), + [anon_sym_ATcoversDefaultClass] = ACTIONS(439), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(437), + [anon_sym_ATcoversNothing] = ACTIONS(437), + [anon_sym_ATdataProvider] = ACTIONS(437), + [anon_sym_ATdepends] = ACTIONS(439), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(437), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(437), + [anon_sym_ATgroup] = ACTIONS(437), + [anon_sym_ATlarge] = ACTIONS(437), + [anon_sym_ATmedium] = ACTIONS(437), + [anon_sym_ATpreserveGlobalState] = ACTIONS(437), + [anon_sym_ATrequires] = ACTIONS(439), + [anon_sym_ATrequiresusages] = ACTIONS(437), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(437), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(437), + [anon_sym_ATsmall] = ACTIONS(437), + [anon_sym_ATtest] = ACTIONS(439), + [anon_sym_ATtestWith] = ACTIONS(437), + [anon_sym_ATtestdox] = ACTIONS(437), + [anon_sym_ATticket] = ACTIONS(437), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(437), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(437), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(437), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(439), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(437), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(439), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(437), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(437), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(437), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(437), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(437), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(437), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(437), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(437), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(437), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(439), + [anon_sym_ATreadonly] = ACTIONS(437), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(437), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(437), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(437), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(437), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(437), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(437), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(437), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(437), + [anon_sym_ATparam_DASHout] = ACTIONS(437), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(437), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(439), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(437), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(437), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(437), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(437), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(437), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(437), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(437), + [anon_sym_ATmixin] = ACTIONS(437), + [sym__end] = ACTIONS(437), + [sym_text] = ACTIONS(75), + }, + [83] = { [sym_name] = ACTIONS(352), [anon_sym_ATinheritdoc] = ACTIONS(354), [anon_sym_ATinheritDoc] = ACTIONS(354), @@ -17561,125 +16879,585 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(354), [sym__end] = ACTIONS(354), }, - [90] = { - [sym_name] = ACTIONS(443), - [anon_sym_ATinheritdoc] = ACTIONS(446), - [anon_sym_ATinheritDoc] = ACTIONS(446), - [anon_sym_ATapi] = ACTIONS(446), - [anon_sym_ATfilesource] = ACTIONS(446), - [anon_sym_ATignore] = ACTIONS(446), - [anon_sym_ATinternal] = ACTIONS(446), - [anon_sym_ATcategory] = ACTIONS(446), - [anon_sym_ATcopyright] = ACTIONS(446), - [anon_sym_ATtodo] = ACTIONS(446), - [anon_sym_ATexample] = ACTIONS(446), - [anon_sym_ATlicense] = ACTIONS(446), - [anon_sym_ATpackage] = ACTIONS(446), - [anon_sym_ATsource] = ACTIONS(446), - [anon_sym_ATsubpackage] = ACTIONS(446), - [anon_sym_ATuses] = ACTIONS(446), - [anon_sym_ATauthor] = ACTIONS(446), - [anon_sym_ATglobal] = ACTIONS(446), - [anon_sym_ATlink] = ACTIONS(446), - [anon_sym_ATmethod] = ACTIONS(446), + [84] = { + [sym_name] = ACTIONS(359), + [anon_sym_ATinheritdoc] = ACTIONS(361), + [anon_sym_ATinheritDoc] = ACTIONS(361), + [anon_sym_ATapi] = ACTIONS(361), + [anon_sym_ATfilesource] = ACTIONS(361), + [anon_sym_ATignore] = ACTIONS(361), + [anon_sym_ATinternal] = ACTIONS(361), + [anon_sym_ATcategory] = ACTIONS(361), + [anon_sym_ATcopyright] = ACTIONS(361), + [anon_sym_ATtodo] = ACTIONS(361), + [anon_sym_ATexample] = ACTIONS(361), + [anon_sym_ATlicense] = ACTIONS(361), + [anon_sym_ATpackage] = ACTIONS(361), + [anon_sym_ATsource] = ACTIONS(361), + [anon_sym_ATsubpackage] = ACTIONS(361), + [anon_sym_ATuses] = ACTIONS(361), + [anon_sym_ATauthor] = ACTIONS(361), + [anon_sym_ATglobal] = ACTIONS(361), + [anon_sym_ATlink] = ACTIONS(361), + [anon_sym_ATmethod] = ACTIONS(361), + [anon_sym_ATparam] = ACTIONS(359), + [anon_sym_ATproperty] = ACTIONS(359), + [anon_sym_ATproperty_DASHread] = ACTIONS(361), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(361), + [anon_sym_ATreturn] = ACTIONS(361), + [anon_sym_ATsee] = ACTIONS(361), + [anon_sym_ATthrows] = ACTIONS(361), + [anon_sym_ATvar] = ACTIONS(361), + [anon_sym_ATdeprecated] = ACTIONS(361), + [anon_sym_ATsince] = ACTIONS(361), + [anon_sym_ATversion] = ACTIONS(361), + [anon_sym_ATtemplate] = ACTIONS(359), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(361), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(361), + [anon_sym_of] = ACTIONS(359), + [anon_sym_ATimplements] = ACTIONS(361), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(361), + [anon_sym_ATextends] = ACTIONS(361), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(361), + [anon_sym_ATuse] = ACTIONS(359), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(361), + [anon_sym_ATafter] = ACTIONS(359), + [anon_sym_ATafterClass] = ACTIONS(361), + [anon_sym_ATannotation] = ACTIONS(361), + [anon_sym_ATbackupGlobals] = ACTIONS(361), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(361), + [anon_sym_ATbefore] = ACTIONS(359), + [anon_sym_ATbeforeClass] = ACTIONS(361), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(359), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(361), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(361), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(361), + [anon_sym_ATcovers] = ACTIONS(359), + [anon_sym_ATcoversDefaultClass] = ACTIONS(359), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(361), + [anon_sym_ATcoversNothing] = ACTIONS(361), + [anon_sym_ATdataProvider] = ACTIONS(361), + [anon_sym_ATdepends] = ACTIONS(359), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(361), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(361), + [anon_sym_ATgroup] = ACTIONS(361), + [anon_sym_ATlarge] = ACTIONS(361), + [anon_sym_ATmedium] = ACTIONS(361), + [anon_sym_ATpreserveGlobalState] = ACTIONS(361), + [anon_sym_ATrequires] = ACTIONS(359), + [anon_sym_ATrequiresusages] = ACTIONS(361), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(361), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(361), + [anon_sym_ATsmall] = ACTIONS(361), + [anon_sym_ATtest] = ACTIONS(359), + [anon_sym_ATtestWith] = ACTIONS(361), + [anon_sym_ATtestdox] = ACTIONS(361), + [anon_sym_ATticket] = ACTIONS(361), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(361), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(361), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(361), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(359), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(361), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(359), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(361), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(361), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(361), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(361), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(361), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(361), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(361), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(361), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(361), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(359), + [anon_sym_ATreadonly] = ACTIONS(361), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(361), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(361), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(361), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(361), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(361), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(361), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(361), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(361), + [anon_sym_ATparam_DASHout] = ACTIONS(361), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(361), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(359), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(361), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(361), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(361), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(361), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(361), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(361), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(361), + [anon_sym_ATmixin] = ACTIONS(361), + [anon_sym_COMMA] = ACTIONS(361), + [anon_sym_PIPE] = ACTIONS(361), + [anon_sym_DOLLAR] = ACTIONS(361), + [sym__end] = ACTIONS(361), + }, + [85] = { + [sym_description] = STATE(153), + [sym_inline_tag] = STATE(100), + [aux_sym_description_repeat1] = STATE(100), + [anon_sym_LBRACE] = ACTIONS(5), + [anon_sym_ATinheritdoc] = ACTIONS(441), + [anon_sym_ATinheritDoc] = ACTIONS(441), + [anon_sym_ATapi] = ACTIONS(441), + [anon_sym_ATfilesource] = ACTIONS(441), + [anon_sym_ATignore] = ACTIONS(441), + [anon_sym_ATinternal] = ACTIONS(441), + [anon_sym_ATcategory] = ACTIONS(441), + [anon_sym_ATcopyright] = ACTIONS(441), + [anon_sym_ATtodo] = ACTIONS(441), + [anon_sym_ATexample] = ACTIONS(441), + [anon_sym_ATlicense] = ACTIONS(441), + [anon_sym_ATpackage] = ACTIONS(441), + [anon_sym_ATsource] = ACTIONS(441), + [anon_sym_ATsubpackage] = ACTIONS(441), + [anon_sym_ATuses] = ACTIONS(441), + [anon_sym_ATauthor] = ACTIONS(441), + [anon_sym_ATglobal] = ACTIONS(441), + [anon_sym_ATlink] = ACTIONS(441), + [anon_sym_ATmethod] = ACTIONS(441), [anon_sym_ATparam] = ACTIONS(443), [anon_sym_ATproperty] = ACTIONS(443), - [anon_sym_ATproperty_DASHread] = ACTIONS(446), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(446), - [anon_sym_ATreturn] = ACTIONS(446), - [anon_sym_ATsee] = ACTIONS(446), - [anon_sym_ATthrows] = ACTIONS(446), - [anon_sym_ATvar] = ACTIONS(446), - [anon_sym_ATdeprecated] = ACTIONS(446), - [anon_sym_ATsince] = ACTIONS(446), - [anon_sym_ATversion] = ACTIONS(446), + [anon_sym_ATproperty_DASHread] = ACTIONS(441), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(441), + [anon_sym_ATreturn] = ACTIONS(441), + [anon_sym_ATsee] = ACTIONS(441), + [anon_sym_ATthrows] = ACTIONS(441), + [anon_sym_ATvar] = ACTIONS(441), + [anon_sym_ATdeprecated] = ACTIONS(441), + [anon_sym_ATsince] = ACTIONS(441), + [anon_sym_ATversion] = ACTIONS(441), [anon_sym_ATtemplate] = ACTIONS(443), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(446), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(446), - [anon_sym_of] = ACTIONS(443), - [anon_sym_ATimplements] = ACTIONS(446), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(446), - [anon_sym_ATextends] = ACTIONS(446), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(446), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(441), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(441), + [anon_sym_ATimplements] = ACTIONS(441), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(441), + [anon_sym_ATextends] = ACTIONS(441), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(441), [anon_sym_ATuse] = ACTIONS(443), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(446), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(441), [anon_sym_ATafter] = ACTIONS(443), - [anon_sym_ATafterClass] = ACTIONS(446), - [anon_sym_ATannotation] = ACTIONS(446), - [anon_sym_ATbackupGlobals] = ACTIONS(446), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(446), + [anon_sym_ATafterClass] = ACTIONS(441), + [anon_sym_ATannotation] = ACTIONS(441), + [anon_sym_ATbackupGlobals] = ACTIONS(441), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(441), [anon_sym_ATbefore] = ACTIONS(443), - [anon_sym_ATbeforeClass] = ACTIONS(446), + [anon_sym_ATbeforeClass] = ACTIONS(441), [anon_sym_ATcodeCoverageIgnore] = ACTIONS(443), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(446), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(446), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(446), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(441), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(441), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(441), [anon_sym_ATcovers] = ACTIONS(443), [anon_sym_ATcoversDefaultClass] = ACTIONS(443), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(446), - [anon_sym_ATcoversNothing] = ACTIONS(446), - [anon_sym_ATdataProvider] = ACTIONS(446), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(441), + [anon_sym_ATcoversNothing] = ACTIONS(441), + [anon_sym_ATdataProvider] = ACTIONS(441), [anon_sym_ATdepends] = ACTIONS(443), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(446), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(446), - [anon_sym_ATgroup] = ACTIONS(446), - [anon_sym_ATlarge] = ACTIONS(446), - [anon_sym_ATmedium] = ACTIONS(446), - [anon_sym_ATpreserveGlobalState] = ACTIONS(446), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(441), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(441), + [anon_sym_ATgroup] = ACTIONS(441), + [anon_sym_ATlarge] = ACTIONS(441), + [anon_sym_ATmedium] = ACTIONS(441), + [anon_sym_ATpreserveGlobalState] = ACTIONS(441), [anon_sym_ATrequires] = ACTIONS(443), - [anon_sym_ATrequiresusages] = ACTIONS(446), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(446), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(446), - [anon_sym_ATsmall] = ACTIONS(446), + [anon_sym_ATrequiresusages] = ACTIONS(441), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(441), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(441), + [anon_sym_ATsmall] = ACTIONS(441), [anon_sym_ATtest] = ACTIONS(443), - [anon_sym_ATtestWith] = ACTIONS(446), - [anon_sym_ATtestdox] = ACTIONS(446), - [anon_sym_ATticket] = ACTIONS(446), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(446), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(446), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(446), + [anon_sym_ATtestWith] = ACTIONS(441), + [anon_sym_ATtestdox] = ACTIONS(441), + [anon_sym_ATticket] = ACTIONS(441), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(441), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(441), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(441), [anon_sym_ATpsalm_DASHparam] = ACTIONS(443), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(446), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(441), [anon_sym_ATpsalm_DASHproperty] = ACTIONS(443), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(446), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(446), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(446), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(446), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(446), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(446), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(446), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(446), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(446), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(441), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(441), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(441), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(441), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(441), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(441), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(441), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(441), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(441), [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(443), - [anon_sym_ATreadonly] = ACTIONS(446), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(446), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(446), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(446), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(446), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(446), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(446), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(446), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(446), - [anon_sym_ATparam_DASHout] = ACTIONS(446), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(446), + [anon_sym_ATreadonly] = ACTIONS(441), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(441), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(441), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(441), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(441), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(441), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(441), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(441), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(441), + [anon_sym_ATparam_DASHout] = ACTIONS(441), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(441), [anon_sym_ATpsalm_DASHassert] = ACTIONS(443), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(446), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(446), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(446), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(446), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(446), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(446), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(446), - [anon_sym_ATmixin] = ACTIONS(446), - [anon_sym_COMMA] = ACTIONS(446), - [anon_sym_PIPE] = ACTIONS(446), - [anon_sym_DOLLAR] = ACTIONS(446), - [sym__end] = ACTIONS(446), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(441), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(441), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(441), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(441), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(441), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(441), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(441), + [anon_sym_ATmixin] = ACTIONS(441), + [sym__end] = ACTIONS(441), + [sym_text] = ACTIONS(75), }, - [91] = { - [sym_description] = STATE(134), - [sym_inline_tag] = STATE(102), - [aux_sym_description_repeat1] = STATE(102), + [86] = { + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_ATinheritdoc] = ACTIONS(290), + [anon_sym_ATinheritDoc] = ACTIONS(290), + [anon_sym_ATapi] = ACTIONS(290), + [anon_sym_ATfilesource] = ACTIONS(290), + [anon_sym_ATignore] = ACTIONS(290), + [anon_sym_ATinternal] = ACTIONS(290), + [anon_sym_ATcategory] = ACTIONS(290), + [anon_sym_ATcopyright] = ACTIONS(290), + [anon_sym_ATtodo] = ACTIONS(290), + [anon_sym_ATexample] = ACTIONS(290), + [anon_sym_ATlicense] = ACTIONS(290), + [anon_sym_ATpackage] = ACTIONS(290), + [anon_sym_ATsource] = ACTIONS(290), + [anon_sym_ATsubpackage] = ACTIONS(290), + [anon_sym_ATuses] = ACTIONS(290), + [anon_sym_ATauthor] = ACTIONS(290), + [anon_sym_ATglobal] = ACTIONS(290), + [anon_sym_ATlink] = ACTIONS(290), + [anon_sym_ATmethod] = ACTIONS(290), + [anon_sym_ATparam] = ACTIONS(288), + [anon_sym_ATproperty] = ACTIONS(288), + [anon_sym_ATproperty_DASHread] = ACTIONS(290), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(290), + [anon_sym_ATreturn] = ACTIONS(290), + [anon_sym_ATsee] = ACTIONS(290), + [anon_sym_ATthrows] = ACTIONS(290), + [anon_sym_ATvar] = ACTIONS(290), + [anon_sym_ATdeprecated] = ACTIONS(290), + [anon_sym_ATsince] = ACTIONS(290), + [anon_sym_ATversion] = ACTIONS(290), + [anon_sym_ATtemplate] = ACTIONS(288), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(290), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(290), + [anon_sym_ATimplements] = ACTIONS(290), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(290), + [anon_sym_ATextends] = ACTIONS(290), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(290), + [anon_sym_ATuse] = ACTIONS(288), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(290), + [anon_sym_ATafter] = ACTIONS(288), + [anon_sym_ATafterClass] = ACTIONS(290), + [anon_sym_ATannotation] = ACTIONS(290), + [anon_sym_ATbackupGlobals] = ACTIONS(290), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(290), + [anon_sym_ATbefore] = ACTIONS(288), + [anon_sym_ATbeforeClass] = ACTIONS(290), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(288), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(290), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(290), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(290), + [anon_sym_ATcovers] = ACTIONS(288), + [anon_sym_ATcoversDefaultClass] = ACTIONS(288), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(290), + [anon_sym_ATcoversNothing] = ACTIONS(290), + [anon_sym_ATdataProvider] = ACTIONS(290), + [anon_sym_ATdepends] = ACTIONS(288), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(290), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(290), + [anon_sym_ATgroup] = ACTIONS(290), + [anon_sym_ATlarge] = ACTIONS(290), + [anon_sym_ATmedium] = ACTIONS(290), + [anon_sym_ATpreserveGlobalState] = ACTIONS(290), + [anon_sym_ATrequires] = ACTIONS(288), + [anon_sym_ATrequiresusages] = ACTIONS(290), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(290), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(290), + [anon_sym_ATsmall] = ACTIONS(290), + [anon_sym_ATtest] = ACTIONS(288), + [anon_sym_ATtestWith] = ACTIONS(290), + [anon_sym_ATtestdox] = ACTIONS(290), + [anon_sym_ATticket] = ACTIONS(290), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(290), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(290), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(290), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(288), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(290), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(288), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(290), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(290), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(290), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(290), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(290), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(290), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(290), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(290), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(290), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(288), + [anon_sym_ATreadonly] = ACTIONS(290), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(290), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(290), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(290), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(290), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(290), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(290), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(290), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(290), + [anon_sym_ATparam_DASHout] = ACTIONS(290), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(290), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(288), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(290), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(290), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(290), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(290), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(290), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(290), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(290), + [anon_sym_ATmixin] = ACTIONS(290), + [anon_sym_PIPE] = ACTIONS(290), + [anon_sym_AMP] = ACTIONS(290), + [anon_sym_DOLLAR] = ACTIONS(290), + [sym__end] = ACTIONS(290), + [sym__text_after_type] = ACTIONS(290), + }, + [87] = { + [sym_description] = STATE(154), + [sym_inline_tag] = STATE(100), + [aux_sym_description_repeat1] = STATE(100), + [anon_sym_LBRACE] = ACTIONS(5), + [anon_sym_ATinheritdoc] = ACTIONS(445), + [anon_sym_ATinheritDoc] = ACTIONS(445), + [anon_sym_ATapi] = ACTIONS(445), + [anon_sym_ATfilesource] = ACTIONS(445), + [anon_sym_ATignore] = ACTIONS(445), + [anon_sym_ATinternal] = ACTIONS(445), + [anon_sym_ATcategory] = ACTIONS(445), + [anon_sym_ATcopyright] = ACTIONS(445), + [anon_sym_ATtodo] = ACTIONS(445), + [anon_sym_ATexample] = ACTIONS(445), + [anon_sym_ATlicense] = ACTIONS(445), + [anon_sym_ATpackage] = ACTIONS(445), + [anon_sym_ATsource] = ACTIONS(445), + [anon_sym_ATsubpackage] = ACTIONS(445), + [anon_sym_ATuses] = ACTIONS(445), + [anon_sym_ATauthor] = ACTIONS(445), + [anon_sym_ATglobal] = ACTIONS(445), + [anon_sym_ATlink] = ACTIONS(445), + [anon_sym_ATmethod] = ACTIONS(445), + [anon_sym_ATparam] = ACTIONS(447), + [anon_sym_ATproperty] = ACTIONS(447), + [anon_sym_ATproperty_DASHread] = ACTIONS(445), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(445), + [anon_sym_ATreturn] = ACTIONS(445), + [anon_sym_ATsee] = ACTIONS(445), + [anon_sym_ATthrows] = ACTIONS(445), + [anon_sym_ATvar] = ACTIONS(445), + [anon_sym_ATdeprecated] = ACTIONS(445), + [anon_sym_ATsince] = ACTIONS(445), + [anon_sym_ATversion] = ACTIONS(445), + [anon_sym_ATtemplate] = ACTIONS(447), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(445), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(445), + [anon_sym_ATimplements] = ACTIONS(445), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(445), + [anon_sym_ATextends] = ACTIONS(445), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(445), + [anon_sym_ATuse] = ACTIONS(447), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(445), + [anon_sym_ATafter] = ACTIONS(447), + [anon_sym_ATafterClass] = ACTIONS(445), + [anon_sym_ATannotation] = ACTIONS(445), + [anon_sym_ATbackupGlobals] = ACTIONS(445), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(445), + [anon_sym_ATbefore] = ACTIONS(447), + [anon_sym_ATbeforeClass] = ACTIONS(445), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(447), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(445), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(445), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(445), + [anon_sym_ATcovers] = ACTIONS(447), + [anon_sym_ATcoversDefaultClass] = ACTIONS(447), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(445), + [anon_sym_ATcoversNothing] = ACTIONS(445), + [anon_sym_ATdataProvider] = ACTIONS(445), + [anon_sym_ATdepends] = ACTIONS(447), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(445), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(445), + [anon_sym_ATgroup] = ACTIONS(445), + [anon_sym_ATlarge] = ACTIONS(445), + [anon_sym_ATmedium] = ACTIONS(445), + [anon_sym_ATpreserveGlobalState] = ACTIONS(445), + [anon_sym_ATrequires] = ACTIONS(447), + [anon_sym_ATrequiresusages] = ACTIONS(445), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(445), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(445), + [anon_sym_ATsmall] = ACTIONS(445), + [anon_sym_ATtest] = ACTIONS(447), + [anon_sym_ATtestWith] = ACTIONS(445), + [anon_sym_ATtestdox] = ACTIONS(445), + [anon_sym_ATticket] = ACTIONS(445), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(445), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(445), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(445), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(447), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(445), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(447), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(445), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(445), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(445), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(445), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(445), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(445), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(445), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(445), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(445), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(447), + [anon_sym_ATreadonly] = ACTIONS(445), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(445), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(445), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(445), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(445), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(445), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(445), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(445), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(445), + [anon_sym_ATparam_DASHout] = ACTIONS(445), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(445), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(447), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(445), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(445), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(445), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(445), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(445), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(445), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(445), + [anon_sym_ATmixin] = ACTIONS(445), + [sym__end] = ACTIONS(445), + [sym_text] = ACTIONS(75), + }, + [88] = { + [anon_sym_LBRACE] = ACTIONS(286), + [anon_sym_ATinheritdoc] = ACTIONS(286), + [anon_sym_ATinheritDoc] = ACTIONS(286), + [anon_sym_ATapi] = ACTIONS(286), + [anon_sym_ATfilesource] = ACTIONS(286), + [anon_sym_ATignore] = ACTIONS(286), + [anon_sym_ATinternal] = ACTIONS(286), + [anon_sym_ATcategory] = ACTIONS(286), + [anon_sym_ATcopyright] = ACTIONS(286), + [anon_sym_ATtodo] = ACTIONS(286), + [anon_sym_ATexample] = ACTIONS(286), + [anon_sym_ATlicense] = ACTIONS(286), + [anon_sym_ATpackage] = ACTIONS(286), + [anon_sym_ATsource] = ACTIONS(286), + [anon_sym_ATsubpackage] = ACTIONS(286), + [anon_sym_ATuses] = ACTIONS(286), + [anon_sym_ATauthor] = ACTIONS(286), + [anon_sym_ATglobal] = ACTIONS(286), + [anon_sym_ATlink] = ACTIONS(286), + [anon_sym_ATmethod] = ACTIONS(286), + [anon_sym_ATparam] = ACTIONS(284), + [anon_sym_ATproperty] = ACTIONS(284), + [anon_sym_ATproperty_DASHread] = ACTIONS(286), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(286), + [anon_sym_ATreturn] = ACTIONS(286), + [anon_sym_ATsee] = ACTIONS(286), + [anon_sym_ATthrows] = ACTIONS(286), + [anon_sym_ATvar] = ACTIONS(286), + [anon_sym_ATdeprecated] = ACTIONS(286), + [anon_sym_ATsince] = ACTIONS(286), + [anon_sym_ATversion] = ACTIONS(286), + [anon_sym_ATtemplate] = ACTIONS(284), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(286), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(286), + [anon_sym_ATimplements] = ACTIONS(286), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(286), + [anon_sym_ATextends] = ACTIONS(286), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(286), + [anon_sym_ATuse] = ACTIONS(284), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(286), + [anon_sym_ATafter] = ACTIONS(284), + [anon_sym_ATafterClass] = ACTIONS(286), + [anon_sym_ATannotation] = ACTIONS(286), + [anon_sym_ATbackupGlobals] = ACTIONS(286), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(286), + [anon_sym_ATbefore] = ACTIONS(284), + [anon_sym_ATbeforeClass] = ACTIONS(286), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(284), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(286), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(286), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(286), + [anon_sym_ATcovers] = ACTIONS(284), + [anon_sym_ATcoversDefaultClass] = ACTIONS(284), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(286), + [anon_sym_ATcoversNothing] = ACTIONS(286), + [anon_sym_ATdataProvider] = ACTIONS(286), + [anon_sym_ATdepends] = ACTIONS(284), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(286), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(286), + [anon_sym_ATgroup] = ACTIONS(286), + [anon_sym_ATlarge] = ACTIONS(286), + [anon_sym_ATmedium] = ACTIONS(286), + [anon_sym_ATpreserveGlobalState] = ACTIONS(286), + [anon_sym_ATrequires] = ACTIONS(284), + [anon_sym_ATrequiresusages] = ACTIONS(286), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(286), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(286), + [anon_sym_ATsmall] = ACTIONS(286), + [anon_sym_ATtest] = ACTIONS(284), + [anon_sym_ATtestWith] = ACTIONS(286), + [anon_sym_ATtestdox] = ACTIONS(286), + [anon_sym_ATticket] = ACTIONS(286), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(286), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(286), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(286), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(284), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(286), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(284), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(286), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(286), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(286), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(286), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(286), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(286), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(286), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(286), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(286), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(284), + [anon_sym_ATreadonly] = ACTIONS(286), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(286), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(286), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(286), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(286), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(286), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(286), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(286), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(286), + [anon_sym_ATparam_DASHout] = ACTIONS(286), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(286), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(284), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(286), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(286), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(286), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(286), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(286), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(286), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(286), + [anon_sym_ATmixin] = ACTIONS(286), + [anon_sym_PIPE] = ACTIONS(286), + [anon_sym_AMP] = ACTIONS(286), + [anon_sym_DOLLAR] = ACTIONS(286), + [sym__end] = ACTIONS(286), + [sym__text_after_type] = ACTIONS(286), + }, + [89] = { + [sym_description] = STATE(157), + [sym_inline_tag] = STATE(100), + [aux_sym_description_repeat1] = STATE(100), [anon_sym_LBRACE] = ACTIONS(5), [anon_sym_ATinheritdoc] = ACTIONS(449), [anon_sym_ATinheritDoc] = ACTIONS(449), @@ -17791,10 +17569,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(449), [sym_text] = ACTIONS(75), }, - [92] = { - [sym_description] = STATE(136), - [sym_inline_tag] = STATE(102), - [aux_sym_description_repeat1] = STATE(102), + [90] = { + [aux_sym_disjunctive_normal_form_type_repeat1] = STATE(59), + [anon_sym_LBRACE] = ACTIONS(346), + [anon_sym_ATinheritdoc] = ACTIONS(346), + [anon_sym_ATinheritDoc] = ACTIONS(346), + [anon_sym_ATapi] = ACTIONS(346), + [anon_sym_ATfilesource] = ACTIONS(346), + [anon_sym_ATignore] = ACTIONS(346), + [anon_sym_ATinternal] = ACTIONS(346), + [anon_sym_ATcategory] = ACTIONS(346), + [anon_sym_ATcopyright] = ACTIONS(346), + [anon_sym_ATtodo] = ACTIONS(346), + [anon_sym_ATexample] = ACTIONS(346), + [anon_sym_ATlicense] = ACTIONS(346), + [anon_sym_ATpackage] = ACTIONS(346), + [anon_sym_ATsource] = ACTIONS(346), + [anon_sym_ATsubpackage] = ACTIONS(346), + [anon_sym_ATuses] = ACTIONS(346), + [anon_sym_ATauthor] = ACTIONS(346), + [anon_sym_ATglobal] = ACTIONS(346), + [anon_sym_ATlink] = ACTIONS(346), + [anon_sym_ATmethod] = ACTIONS(346), + [anon_sym_ATparam] = ACTIONS(344), + [anon_sym_ATproperty] = ACTIONS(344), + [anon_sym_ATproperty_DASHread] = ACTIONS(346), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(346), + [anon_sym_ATreturn] = ACTIONS(346), + [anon_sym_ATsee] = ACTIONS(346), + [anon_sym_ATthrows] = ACTIONS(346), + [anon_sym_ATvar] = ACTIONS(346), + [anon_sym_ATdeprecated] = ACTIONS(346), + [anon_sym_ATsince] = ACTIONS(346), + [anon_sym_ATversion] = ACTIONS(346), + [anon_sym_ATtemplate] = ACTIONS(344), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(346), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(346), + [anon_sym_ATimplements] = ACTIONS(346), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(346), + [anon_sym_ATextends] = ACTIONS(346), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(346), + [anon_sym_ATuse] = ACTIONS(344), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(346), + [anon_sym_ATafter] = ACTIONS(344), + [anon_sym_ATafterClass] = ACTIONS(346), + [anon_sym_ATannotation] = ACTIONS(346), + [anon_sym_ATbackupGlobals] = ACTIONS(346), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(346), + [anon_sym_ATbefore] = ACTIONS(344), + [anon_sym_ATbeforeClass] = ACTIONS(346), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(344), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(346), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(346), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(346), + [anon_sym_ATcovers] = ACTIONS(344), + [anon_sym_ATcoversDefaultClass] = ACTIONS(344), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(346), + [anon_sym_ATcoversNothing] = ACTIONS(346), + [anon_sym_ATdataProvider] = ACTIONS(346), + [anon_sym_ATdepends] = ACTIONS(344), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(346), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(346), + [anon_sym_ATgroup] = ACTIONS(346), + [anon_sym_ATlarge] = ACTIONS(346), + [anon_sym_ATmedium] = ACTIONS(346), + [anon_sym_ATpreserveGlobalState] = ACTIONS(346), + [anon_sym_ATrequires] = ACTIONS(344), + [anon_sym_ATrequiresusages] = ACTIONS(346), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(346), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(346), + [anon_sym_ATsmall] = ACTIONS(346), + [anon_sym_ATtest] = ACTIONS(344), + [anon_sym_ATtestWith] = ACTIONS(346), + [anon_sym_ATtestdox] = ACTIONS(346), + [anon_sym_ATticket] = ACTIONS(346), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(346), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(346), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(346), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(344), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(346), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(344), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(346), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(346), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(346), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(346), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(346), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(346), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(346), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(346), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(346), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(344), + [anon_sym_ATreadonly] = ACTIONS(346), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(346), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(346), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(346), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(346), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(346), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(346), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(346), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(346), + [anon_sym_ATparam_DASHout] = ACTIONS(346), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(346), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(344), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(346), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(346), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(346), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(346), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(346), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(346), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(346), + [anon_sym_ATmixin] = ACTIONS(346), + [anon_sym_PIPE] = ACTIONS(378), + [anon_sym_DOLLAR] = ACTIONS(346), + [sym__end] = ACTIONS(346), + [sym__text_after_type] = ACTIONS(346), + }, + [91] = { + [sym_description] = STATE(161), + [sym_inline_tag] = STATE(100), + [aux_sym_description_repeat1] = STATE(100), [anon_sym_LBRACE] = ACTIONS(5), [anon_sym_ATinheritdoc] = ACTIONS(453), [anon_sym_ATinheritDoc] = ACTIONS(453), @@ -17906,577 +17799,1377 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(453), [sym_text] = ACTIONS(75), }, - [93] = { - [anon_sym_LBRACE] = ACTIONS(446), - [anon_sym_ATinheritdoc] = ACTIONS(446), - [anon_sym_ATinheritDoc] = ACTIONS(446), - [anon_sym_ATapi] = ACTIONS(446), - [anon_sym_ATfilesource] = ACTIONS(446), - [anon_sym_ATignore] = ACTIONS(446), - [anon_sym_ATinternal] = ACTIONS(446), - [anon_sym_ATcategory] = ACTIONS(446), - [anon_sym_ATcopyright] = ACTIONS(446), - [anon_sym_ATtodo] = ACTIONS(446), - [anon_sym_ATexample] = ACTIONS(446), - [anon_sym_ATlicense] = ACTIONS(446), - [anon_sym_ATpackage] = ACTIONS(446), - [anon_sym_ATsource] = ACTIONS(446), - [anon_sym_ATsubpackage] = ACTIONS(446), - [anon_sym_ATuses] = ACTIONS(446), - [anon_sym_ATauthor] = ACTIONS(446), - [anon_sym_ATglobal] = ACTIONS(446), - [anon_sym_ATlink] = ACTIONS(446), - [anon_sym_ATmethod] = ACTIONS(446), - [anon_sym_ATparam] = ACTIONS(443), - [anon_sym_ATproperty] = ACTIONS(443), - [anon_sym_ATproperty_DASHread] = ACTIONS(446), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(446), - [anon_sym_ATreturn] = ACTIONS(446), - [anon_sym_ATsee] = ACTIONS(446), - [anon_sym_ATthrows] = ACTIONS(446), - [anon_sym_ATvar] = ACTIONS(446), - [anon_sym_ATdeprecated] = ACTIONS(446), - [anon_sym_ATsince] = ACTIONS(446), - [anon_sym_ATversion] = ACTIONS(446), - [anon_sym_ATtemplate] = ACTIONS(443), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(446), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(446), - [anon_sym_ATimplements] = ACTIONS(446), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(446), - [anon_sym_ATextends] = ACTIONS(446), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(446), - [anon_sym_ATuse] = ACTIONS(443), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(446), - [anon_sym_ATafter] = ACTIONS(443), - [anon_sym_ATafterClass] = ACTIONS(446), - [anon_sym_ATannotation] = ACTIONS(446), - [anon_sym_ATbackupGlobals] = ACTIONS(446), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(446), - [anon_sym_ATbefore] = ACTIONS(443), - [anon_sym_ATbeforeClass] = ACTIONS(446), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(443), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(446), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(446), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(446), - [anon_sym_ATcovers] = ACTIONS(443), - [anon_sym_ATcoversDefaultClass] = ACTIONS(443), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(446), - [anon_sym_ATcoversNothing] = ACTIONS(446), - [anon_sym_ATdataProvider] = ACTIONS(446), - [anon_sym_ATdepends] = ACTIONS(443), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(446), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(446), - [anon_sym_ATgroup] = ACTIONS(446), - [anon_sym_ATlarge] = ACTIONS(446), - [anon_sym_ATmedium] = ACTIONS(446), - [anon_sym_ATpreserveGlobalState] = ACTIONS(446), - [anon_sym_ATrequires] = ACTIONS(443), - [anon_sym_ATrequiresusages] = ACTIONS(446), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(446), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(446), - [anon_sym_ATsmall] = ACTIONS(446), - [anon_sym_ATtest] = ACTIONS(443), - [anon_sym_ATtestWith] = ACTIONS(446), - [anon_sym_ATtestdox] = ACTIONS(446), - [anon_sym_ATticket] = ACTIONS(446), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(446), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(446), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(446), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(443), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(446), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(443), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(446), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(446), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(446), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(446), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(446), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(446), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(446), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(446), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(446), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(443), - [anon_sym_ATreadonly] = ACTIONS(446), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(446), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(446), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(446), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(446), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(446), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(446), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(446), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(446), - [anon_sym_ATparam_DASHout] = ACTIONS(446), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(446), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(443), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(446), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(446), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(446), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(446), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(446), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(446), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(446), - [anon_sym_ATmixin] = ACTIONS(446), - [anon_sym_PIPE] = ACTIONS(446), - [anon_sym_DOLLAR] = ACTIONS(446), - [sym__end] = ACTIONS(446), - [sym__text_after_type] = ACTIONS(446), + [92] = { + [anon_sym_LBRACE] = ACTIONS(298), + [anon_sym_ATinheritdoc] = ACTIONS(298), + [anon_sym_ATinheritDoc] = ACTIONS(298), + [anon_sym_ATapi] = ACTIONS(298), + [anon_sym_ATfilesource] = ACTIONS(298), + [anon_sym_ATignore] = ACTIONS(298), + [anon_sym_ATinternal] = ACTIONS(298), + [anon_sym_ATcategory] = ACTIONS(298), + [anon_sym_ATcopyright] = ACTIONS(298), + [anon_sym_ATtodo] = ACTIONS(298), + [anon_sym_ATexample] = ACTIONS(298), + [anon_sym_ATlicense] = ACTIONS(298), + [anon_sym_ATpackage] = ACTIONS(298), + [anon_sym_ATsource] = ACTIONS(298), + [anon_sym_ATsubpackage] = ACTIONS(298), + [anon_sym_ATuses] = ACTIONS(298), + [anon_sym_ATauthor] = ACTIONS(298), + [anon_sym_ATglobal] = ACTIONS(298), + [anon_sym_ATlink] = ACTIONS(298), + [anon_sym_ATmethod] = ACTIONS(298), + [anon_sym_ATparam] = ACTIONS(296), + [anon_sym_ATproperty] = ACTIONS(296), + [anon_sym_ATproperty_DASHread] = ACTIONS(298), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(298), + [anon_sym_ATreturn] = ACTIONS(298), + [anon_sym_ATsee] = ACTIONS(298), + [anon_sym_ATthrows] = ACTIONS(298), + [anon_sym_ATvar] = ACTIONS(298), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATsince] = ACTIONS(298), + [anon_sym_ATversion] = ACTIONS(298), + [anon_sym_ATtemplate] = ACTIONS(296), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(298), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(298), + [anon_sym_ATimplements] = ACTIONS(298), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(298), + [anon_sym_ATextends] = ACTIONS(298), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(298), + [anon_sym_ATuse] = ACTIONS(296), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(298), + [anon_sym_ATafter] = ACTIONS(296), + [anon_sym_ATafterClass] = ACTIONS(298), + [anon_sym_ATannotation] = ACTIONS(298), + [anon_sym_ATbackupGlobals] = ACTIONS(298), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(298), + [anon_sym_ATbefore] = ACTIONS(296), + [anon_sym_ATbeforeClass] = ACTIONS(298), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(296), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(298), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(298), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(298), + [anon_sym_ATcovers] = ACTIONS(296), + [anon_sym_ATcoversDefaultClass] = ACTIONS(296), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(298), + [anon_sym_ATcoversNothing] = ACTIONS(298), + [anon_sym_ATdataProvider] = ACTIONS(298), + [anon_sym_ATdepends] = ACTIONS(296), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(298), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(298), + [anon_sym_ATgroup] = ACTIONS(298), + [anon_sym_ATlarge] = ACTIONS(298), + [anon_sym_ATmedium] = ACTIONS(298), + [anon_sym_ATpreserveGlobalState] = ACTIONS(298), + [anon_sym_ATrequires] = ACTIONS(296), + [anon_sym_ATrequiresusages] = ACTIONS(298), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(298), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(298), + [anon_sym_ATsmall] = ACTIONS(298), + [anon_sym_ATtest] = ACTIONS(296), + [anon_sym_ATtestWith] = ACTIONS(298), + [anon_sym_ATtestdox] = ACTIONS(298), + [anon_sym_ATticket] = ACTIONS(298), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(298), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(298), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(298), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(296), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(298), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(296), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(298), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(298), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(298), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(298), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(298), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(298), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(298), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(298), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(298), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(296), + [anon_sym_ATreadonly] = ACTIONS(298), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(298), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(298), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(298), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(298), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(298), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(298), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(298), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(298), + [anon_sym_ATparam_DASHout] = ACTIONS(298), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(298), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(296), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(298), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(298), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(298), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(298), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(298), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(298), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(298), + [anon_sym_ATmixin] = ACTIONS(298), + [anon_sym_PIPE] = ACTIONS(298), + [anon_sym_AMP] = ACTIONS(298), + [anon_sym_DOLLAR] = ACTIONS(298), + [sym__end] = ACTIONS(298), + [sym__text_after_type] = ACTIONS(298), + }, + [93] = { + [sym_description] = STATE(141), + [sym_inline_tag] = STATE(100), + [aux_sym_description_repeat1] = STATE(100), + [anon_sym_LBRACE] = ACTIONS(5), + [anon_sym_ATinheritdoc] = ACTIONS(457), + [anon_sym_ATinheritDoc] = ACTIONS(457), + [anon_sym_ATapi] = ACTIONS(457), + [anon_sym_ATfilesource] = ACTIONS(457), + [anon_sym_ATignore] = ACTIONS(457), + [anon_sym_ATinternal] = ACTIONS(457), + [anon_sym_ATcategory] = ACTIONS(457), + [anon_sym_ATcopyright] = ACTIONS(457), + [anon_sym_ATtodo] = ACTIONS(457), + [anon_sym_ATexample] = ACTIONS(457), + [anon_sym_ATlicense] = ACTIONS(457), + [anon_sym_ATpackage] = ACTIONS(457), + [anon_sym_ATsource] = ACTIONS(457), + [anon_sym_ATsubpackage] = ACTIONS(457), + [anon_sym_ATuses] = ACTIONS(457), + [anon_sym_ATauthor] = ACTIONS(457), + [anon_sym_ATglobal] = ACTIONS(457), + [anon_sym_ATlink] = ACTIONS(457), + [anon_sym_ATmethod] = ACTIONS(457), + [anon_sym_ATparam] = ACTIONS(459), + [anon_sym_ATproperty] = ACTIONS(459), + [anon_sym_ATproperty_DASHread] = ACTIONS(457), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(457), + [anon_sym_ATreturn] = ACTIONS(457), + [anon_sym_ATsee] = ACTIONS(457), + [anon_sym_ATthrows] = ACTIONS(457), + [anon_sym_ATvar] = ACTIONS(457), + [anon_sym_ATdeprecated] = ACTIONS(457), + [anon_sym_ATsince] = ACTIONS(457), + [anon_sym_ATversion] = ACTIONS(457), + [anon_sym_ATtemplate] = ACTIONS(459), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(457), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(457), + [anon_sym_ATimplements] = ACTIONS(457), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(457), + [anon_sym_ATextends] = ACTIONS(457), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(457), + [anon_sym_ATuse] = ACTIONS(459), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(457), + [anon_sym_ATafter] = ACTIONS(459), + [anon_sym_ATafterClass] = ACTIONS(457), + [anon_sym_ATannotation] = ACTIONS(457), + [anon_sym_ATbackupGlobals] = ACTIONS(457), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(457), + [anon_sym_ATbefore] = ACTIONS(459), + [anon_sym_ATbeforeClass] = ACTIONS(457), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(459), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(457), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(457), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(457), + [anon_sym_ATcovers] = ACTIONS(459), + [anon_sym_ATcoversDefaultClass] = ACTIONS(459), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(457), + [anon_sym_ATcoversNothing] = ACTIONS(457), + [anon_sym_ATdataProvider] = ACTIONS(457), + [anon_sym_ATdepends] = ACTIONS(459), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(457), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(457), + [anon_sym_ATgroup] = ACTIONS(457), + [anon_sym_ATlarge] = ACTIONS(457), + [anon_sym_ATmedium] = ACTIONS(457), + [anon_sym_ATpreserveGlobalState] = ACTIONS(457), + [anon_sym_ATrequires] = ACTIONS(459), + [anon_sym_ATrequiresusages] = ACTIONS(457), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(457), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(457), + [anon_sym_ATsmall] = ACTIONS(457), + [anon_sym_ATtest] = ACTIONS(459), + [anon_sym_ATtestWith] = ACTIONS(457), + [anon_sym_ATtestdox] = ACTIONS(457), + [anon_sym_ATticket] = ACTIONS(457), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(457), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(457), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(457), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(459), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(457), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(459), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(457), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(457), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(457), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(457), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(457), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(457), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(457), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(457), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(457), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(459), + [anon_sym_ATreadonly] = ACTIONS(457), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(457), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(457), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(457), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(457), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(457), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(457), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(457), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(457), + [anon_sym_ATparam_DASHout] = ACTIONS(457), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(457), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(459), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(457), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(457), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(457), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(457), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(457), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(457), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(457), + [anon_sym_ATmixin] = ACTIONS(457), + [sym__end] = ACTIONS(457), + [sym_text] = ACTIONS(75), }, [94] = { - [sym_inline_tag] = STATE(125), - [aux_sym__description_after_type_repeat1] = STATE(94), - [anon_sym_LBRACE] = ACTIONS(457), - [anon_sym_ATinheritdoc] = ACTIONS(460), - [anon_sym_ATinheritDoc] = ACTIONS(460), - [anon_sym_ATapi] = ACTIONS(460), - [anon_sym_ATfilesource] = ACTIONS(460), - [anon_sym_ATignore] = ACTIONS(460), - [anon_sym_ATinternal] = ACTIONS(460), - [anon_sym_ATcategory] = ACTIONS(460), - [anon_sym_ATcopyright] = ACTIONS(460), - [anon_sym_ATtodo] = ACTIONS(460), - [anon_sym_ATexample] = ACTIONS(460), - [anon_sym_ATlicense] = ACTIONS(460), - [anon_sym_ATpackage] = ACTIONS(460), - [anon_sym_ATsource] = ACTIONS(460), - [anon_sym_ATsubpackage] = ACTIONS(460), - [anon_sym_ATuses] = ACTIONS(460), - [anon_sym_ATauthor] = ACTIONS(460), - [anon_sym_ATglobal] = ACTIONS(460), - [anon_sym_ATlink] = ACTIONS(460), - [anon_sym_ATmethod] = ACTIONS(460), - [anon_sym_ATparam] = ACTIONS(462), - [anon_sym_ATproperty] = ACTIONS(462), - [anon_sym_ATproperty_DASHread] = ACTIONS(460), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(460), - [anon_sym_ATreturn] = ACTIONS(460), - [anon_sym_ATsee] = ACTIONS(460), - [anon_sym_ATthrows] = ACTIONS(460), - [anon_sym_ATvar] = ACTIONS(460), - [anon_sym_ATdeprecated] = ACTIONS(460), - [anon_sym_ATsince] = ACTIONS(460), - [anon_sym_ATversion] = ACTIONS(460), - [anon_sym_ATtemplate] = ACTIONS(462), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(460), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(460), - [anon_sym_ATimplements] = ACTIONS(460), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(460), - [anon_sym_ATextends] = ACTIONS(460), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(460), - [anon_sym_ATuse] = ACTIONS(462), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(460), - [anon_sym_ATafter] = ACTIONS(462), - [anon_sym_ATafterClass] = ACTIONS(460), - [anon_sym_ATannotation] = ACTIONS(460), - [anon_sym_ATbackupGlobals] = ACTIONS(460), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(460), - [anon_sym_ATbefore] = ACTIONS(462), - [anon_sym_ATbeforeClass] = ACTIONS(460), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(462), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(460), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(460), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(460), - [anon_sym_ATcovers] = ACTIONS(462), - [anon_sym_ATcoversDefaultClass] = ACTIONS(462), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(460), - [anon_sym_ATcoversNothing] = ACTIONS(460), - [anon_sym_ATdataProvider] = ACTIONS(460), - [anon_sym_ATdepends] = ACTIONS(462), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(460), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(460), - [anon_sym_ATgroup] = ACTIONS(460), - [anon_sym_ATlarge] = ACTIONS(460), - [anon_sym_ATmedium] = ACTIONS(460), - [anon_sym_ATpreserveGlobalState] = ACTIONS(460), - [anon_sym_ATrequires] = ACTIONS(462), - [anon_sym_ATrequiresusages] = ACTIONS(460), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(460), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(460), - [anon_sym_ATsmall] = ACTIONS(460), - [anon_sym_ATtest] = ACTIONS(462), - [anon_sym_ATtestWith] = ACTIONS(460), - [anon_sym_ATtestdox] = ACTIONS(460), - [anon_sym_ATticket] = ACTIONS(460), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(460), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(460), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(460), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(462), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(460), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(462), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(460), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(460), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(460), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(460), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(460), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(460), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(460), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(460), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(460), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(462), - [anon_sym_ATreadonly] = ACTIONS(460), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(460), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(460), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(460), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(460), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(460), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(460), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(460), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(460), - [anon_sym_ATparam_DASHout] = ACTIONS(460), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(460), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(462), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(460), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(460), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(460), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(460), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(460), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(460), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(460), - [anon_sym_ATmixin] = ACTIONS(460), - [sym__end] = ACTIONS(460), - [sym__text_after_type] = ACTIONS(464), + [sym_inline_tag] = STATE(121), + [aux_sym__description_not_version_repeat1] = STATE(94), + [anon_sym_LBRACE] = ACTIONS(461), + [anon_sym_ATinheritdoc] = ACTIONS(464), + [anon_sym_ATinheritDoc] = ACTIONS(464), + [anon_sym_ATapi] = ACTIONS(464), + [anon_sym_ATfilesource] = ACTIONS(464), + [anon_sym_ATignore] = ACTIONS(464), + [anon_sym_ATinternal] = ACTIONS(464), + [anon_sym_ATcategory] = ACTIONS(464), + [anon_sym_ATcopyright] = ACTIONS(464), + [anon_sym_ATtodo] = ACTIONS(464), + [anon_sym_ATexample] = ACTIONS(464), + [anon_sym_ATlicense] = ACTIONS(464), + [anon_sym_ATpackage] = ACTIONS(464), + [anon_sym_ATsource] = ACTIONS(464), + [anon_sym_ATsubpackage] = ACTIONS(464), + [anon_sym_ATuses] = ACTIONS(464), + [anon_sym_ATauthor] = ACTIONS(464), + [anon_sym_ATglobal] = ACTIONS(464), + [anon_sym_ATlink] = ACTIONS(464), + [anon_sym_ATmethod] = ACTIONS(464), + [anon_sym_ATparam] = ACTIONS(466), + [anon_sym_ATproperty] = ACTIONS(466), + [anon_sym_ATproperty_DASHread] = ACTIONS(464), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(464), + [anon_sym_ATreturn] = ACTIONS(464), + [anon_sym_ATsee] = ACTIONS(464), + [anon_sym_ATthrows] = ACTIONS(464), + [anon_sym_ATvar] = ACTIONS(464), + [anon_sym_ATdeprecated] = ACTIONS(464), + [anon_sym_ATsince] = ACTIONS(464), + [anon_sym_ATversion] = ACTIONS(464), + [anon_sym_ATtemplate] = ACTIONS(466), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(464), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(464), + [anon_sym_ATimplements] = ACTIONS(464), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(464), + [anon_sym_ATextends] = ACTIONS(464), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(464), + [anon_sym_ATuse] = ACTIONS(466), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(464), + [anon_sym_ATafter] = ACTIONS(466), + [anon_sym_ATafterClass] = ACTIONS(464), + [anon_sym_ATannotation] = ACTIONS(464), + [anon_sym_ATbackupGlobals] = ACTIONS(464), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(464), + [anon_sym_ATbefore] = ACTIONS(466), + [anon_sym_ATbeforeClass] = ACTIONS(464), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(466), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(464), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(464), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(464), + [anon_sym_ATcovers] = ACTIONS(466), + [anon_sym_ATcoversDefaultClass] = ACTIONS(466), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(464), + [anon_sym_ATcoversNothing] = ACTIONS(464), + [anon_sym_ATdataProvider] = ACTIONS(464), + [anon_sym_ATdepends] = ACTIONS(466), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(464), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(464), + [anon_sym_ATgroup] = ACTIONS(464), + [anon_sym_ATlarge] = ACTIONS(464), + [anon_sym_ATmedium] = ACTIONS(464), + [anon_sym_ATpreserveGlobalState] = ACTIONS(464), + [anon_sym_ATrequires] = ACTIONS(466), + [anon_sym_ATrequiresusages] = ACTIONS(464), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(464), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(464), + [anon_sym_ATsmall] = ACTIONS(464), + [anon_sym_ATtest] = ACTIONS(466), + [anon_sym_ATtestWith] = ACTIONS(464), + [anon_sym_ATtestdox] = ACTIONS(464), + [anon_sym_ATticket] = ACTIONS(464), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(464), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(464), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(464), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(466), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(464), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(466), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(464), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(464), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(464), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(464), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(464), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(464), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(464), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(464), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(464), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(466), + [anon_sym_ATreadonly] = ACTIONS(464), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(464), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(464), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(464), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(464), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(464), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(464), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(464), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(464), + [anon_sym_ATparam_DASHout] = ACTIONS(464), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(464), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(466), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(464), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(464), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(464), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(464), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(464), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(464), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(464), + [anon_sym_ATmixin] = ACTIONS(464), + [sym__end] = ACTIONS(464), + [sym__text_not_version] = ACTIONS(468), }, [95] = { - [sym_inline_tag] = STATE(121), - [aux_sym__description_not_version_repeat1] = STATE(95), - [anon_sym_LBRACE] = ACTIONS(467), - [anon_sym_ATinheritdoc] = ACTIONS(470), - [anon_sym_ATinheritDoc] = ACTIONS(470), - [anon_sym_ATapi] = ACTIONS(470), - [anon_sym_ATfilesource] = ACTIONS(470), - [anon_sym_ATignore] = ACTIONS(470), - [anon_sym_ATinternal] = ACTIONS(470), - [anon_sym_ATcategory] = ACTIONS(470), - [anon_sym_ATcopyright] = ACTIONS(470), - [anon_sym_ATtodo] = ACTIONS(470), - [anon_sym_ATexample] = ACTIONS(470), - [anon_sym_ATlicense] = ACTIONS(470), - [anon_sym_ATpackage] = ACTIONS(470), - [anon_sym_ATsource] = ACTIONS(470), - [anon_sym_ATsubpackage] = ACTIONS(470), - [anon_sym_ATuses] = ACTIONS(470), - [anon_sym_ATauthor] = ACTIONS(470), - [anon_sym_ATglobal] = ACTIONS(470), - [anon_sym_ATlink] = ACTIONS(470), - [anon_sym_ATmethod] = ACTIONS(470), - [anon_sym_ATparam] = ACTIONS(472), - [anon_sym_ATproperty] = ACTIONS(472), - [anon_sym_ATproperty_DASHread] = ACTIONS(470), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(470), - [anon_sym_ATreturn] = ACTIONS(470), - [anon_sym_ATsee] = ACTIONS(470), - [anon_sym_ATthrows] = ACTIONS(470), - [anon_sym_ATvar] = ACTIONS(470), - [anon_sym_ATdeprecated] = ACTIONS(470), - [anon_sym_ATsince] = ACTIONS(470), - [anon_sym_ATversion] = ACTIONS(470), - [anon_sym_ATtemplate] = ACTIONS(472), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(470), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(470), - [anon_sym_ATimplements] = ACTIONS(470), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(470), - [anon_sym_ATextends] = ACTIONS(470), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(470), - [anon_sym_ATuse] = ACTIONS(472), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(470), - [anon_sym_ATafter] = ACTIONS(472), - [anon_sym_ATafterClass] = ACTIONS(470), - [anon_sym_ATannotation] = ACTIONS(470), - [anon_sym_ATbackupGlobals] = ACTIONS(470), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(470), - [anon_sym_ATbefore] = ACTIONS(472), - [anon_sym_ATbeforeClass] = ACTIONS(470), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(472), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(470), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(470), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(470), - [anon_sym_ATcovers] = ACTIONS(472), - [anon_sym_ATcoversDefaultClass] = ACTIONS(472), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(470), - [anon_sym_ATcoversNothing] = ACTIONS(470), - [anon_sym_ATdataProvider] = ACTIONS(470), - [anon_sym_ATdepends] = ACTIONS(472), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(470), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(470), - [anon_sym_ATgroup] = ACTIONS(470), - [anon_sym_ATlarge] = ACTIONS(470), - [anon_sym_ATmedium] = ACTIONS(470), - [anon_sym_ATpreserveGlobalState] = ACTIONS(470), - [anon_sym_ATrequires] = ACTIONS(472), - [anon_sym_ATrequiresusages] = ACTIONS(470), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(470), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(470), - [anon_sym_ATsmall] = ACTIONS(470), - [anon_sym_ATtest] = ACTIONS(472), - [anon_sym_ATtestWith] = ACTIONS(470), - [anon_sym_ATtestdox] = ACTIONS(470), - [anon_sym_ATticket] = ACTIONS(470), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(470), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(470), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(470), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(472), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(470), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(472), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(470), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(470), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(470), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(470), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(470), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(470), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(470), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(470), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(470), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(472), - [anon_sym_ATreadonly] = ACTIONS(470), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(470), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(470), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(470), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(470), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(470), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(470), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(470), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(470), - [anon_sym_ATparam_DASHout] = ACTIONS(470), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(470), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(472), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(470), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(470), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(470), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(470), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(470), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(470), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(470), - [anon_sym_ATmixin] = ACTIONS(470), - [sym__end] = ACTIONS(470), - [sym__text_not_version] = ACTIONS(474), + [sym_inline_tag] = STATE(126), + [aux_sym__description_after_type_repeat1] = STATE(98), + [anon_sym_LBRACE] = ACTIONS(399), + [anon_sym_ATinheritdoc] = ACTIONS(471), + [anon_sym_ATinheritDoc] = ACTIONS(471), + [anon_sym_ATapi] = ACTIONS(471), + [anon_sym_ATfilesource] = ACTIONS(471), + [anon_sym_ATignore] = ACTIONS(471), + [anon_sym_ATinternal] = ACTIONS(471), + [anon_sym_ATcategory] = ACTIONS(471), + [anon_sym_ATcopyright] = ACTIONS(471), + [anon_sym_ATtodo] = ACTIONS(471), + [anon_sym_ATexample] = ACTIONS(471), + [anon_sym_ATlicense] = ACTIONS(471), + [anon_sym_ATpackage] = ACTIONS(471), + [anon_sym_ATsource] = ACTIONS(471), + [anon_sym_ATsubpackage] = ACTIONS(471), + [anon_sym_ATuses] = ACTIONS(471), + [anon_sym_ATauthor] = ACTIONS(471), + [anon_sym_ATglobal] = ACTIONS(471), + [anon_sym_ATlink] = ACTIONS(471), + [anon_sym_ATmethod] = ACTIONS(471), + [anon_sym_ATparam] = ACTIONS(473), + [anon_sym_ATproperty] = ACTIONS(473), + [anon_sym_ATproperty_DASHread] = ACTIONS(471), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(471), + [anon_sym_ATreturn] = ACTIONS(471), + [anon_sym_ATsee] = ACTIONS(471), + [anon_sym_ATthrows] = ACTIONS(471), + [anon_sym_ATvar] = ACTIONS(471), + [anon_sym_ATdeprecated] = ACTIONS(471), + [anon_sym_ATsince] = ACTIONS(471), + [anon_sym_ATversion] = ACTIONS(471), + [anon_sym_ATtemplate] = ACTIONS(473), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(471), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(471), + [anon_sym_ATimplements] = ACTIONS(471), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(471), + [anon_sym_ATextends] = ACTIONS(471), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(471), + [anon_sym_ATuse] = ACTIONS(473), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(471), + [anon_sym_ATafter] = ACTIONS(473), + [anon_sym_ATafterClass] = ACTIONS(471), + [anon_sym_ATannotation] = ACTIONS(471), + [anon_sym_ATbackupGlobals] = ACTIONS(471), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(471), + [anon_sym_ATbefore] = ACTIONS(473), + [anon_sym_ATbeforeClass] = ACTIONS(471), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(473), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(471), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(471), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(471), + [anon_sym_ATcovers] = ACTIONS(473), + [anon_sym_ATcoversDefaultClass] = ACTIONS(473), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(471), + [anon_sym_ATcoversNothing] = ACTIONS(471), + [anon_sym_ATdataProvider] = ACTIONS(471), + [anon_sym_ATdepends] = ACTIONS(473), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(471), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(471), + [anon_sym_ATgroup] = ACTIONS(471), + [anon_sym_ATlarge] = ACTIONS(471), + [anon_sym_ATmedium] = ACTIONS(471), + [anon_sym_ATpreserveGlobalState] = ACTIONS(471), + [anon_sym_ATrequires] = ACTIONS(473), + [anon_sym_ATrequiresusages] = ACTIONS(471), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(471), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(471), + [anon_sym_ATsmall] = ACTIONS(471), + [anon_sym_ATtest] = ACTIONS(473), + [anon_sym_ATtestWith] = ACTIONS(471), + [anon_sym_ATtestdox] = ACTIONS(471), + [anon_sym_ATticket] = ACTIONS(471), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(471), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(471), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(471), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(473), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(471), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(473), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(471), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(471), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(471), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(471), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(471), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(471), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(471), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(471), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(471), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(473), + [anon_sym_ATreadonly] = ACTIONS(471), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(471), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(471), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(471), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(471), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(471), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(471), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(471), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(471), + [anon_sym_ATparam_DASHout] = ACTIONS(471), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(471), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(473), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(471), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(471), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(471), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(471), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(471), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(471), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(471), + [anon_sym_ATmixin] = ACTIONS(471), + [sym__end] = ACTIONS(471), + [sym__text_after_type] = ACTIONS(405), }, [96] = { - [sym_inline_tag] = STATE(96), - [aux_sym_description_repeat1] = STATE(96), - [anon_sym_LBRACE] = ACTIONS(477), - [anon_sym_ATinheritdoc] = ACTIONS(480), - [anon_sym_ATinheritDoc] = ACTIONS(480), - [anon_sym_ATapi] = ACTIONS(480), - [anon_sym_ATfilesource] = ACTIONS(480), - [anon_sym_ATignore] = ACTIONS(480), - [anon_sym_ATinternal] = ACTIONS(480), - [anon_sym_ATcategory] = ACTIONS(480), - [anon_sym_ATcopyright] = ACTIONS(480), - [anon_sym_ATtodo] = ACTIONS(480), - [anon_sym_ATexample] = ACTIONS(480), - [anon_sym_ATlicense] = ACTIONS(480), - [anon_sym_ATpackage] = ACTIONS(480), - [anon_sym_ATsource] = ACTIONS(480), - [anon_sym_ATsubpackage] = ACTIONS(480), - [anon_sym_ATuses] = ACTIONS(480), - [anon_sym_ATauthor] = ACTIONS(480), - [anon_sym_ATglobal] = ACTIONS(480), - [anon_sym_ATlink] = ACTIONS(480), - [anon_sym_ATmethod] = ACTIONS(480), - [anon_sym_ATparam] = ACTIONS(482), - [anon_sym_ATproperty] = ACTIONS(482), - [anon_sym_ATproperty_DASHread] = ACTIONS(480), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(480), - [anon_sym_ATreturn] = ACTIONS(480), - [anon_sym_ATsee] = ACTIONS(480), - [anon_sym_ATthrows] = ACTIONS(480), - [anon_sym_ATvar] = ACTIONS(480), - [anon_sym_ATdeprecated] = ACTIONS(480), - [anon_sym_ATsince] = ACTIONS(480), - [anon_sym_ATversion] = ACTIONS(480), - [anon_sym_ATtemplate] = ACTIONS(482), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(480), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(480), - [anon_sym_ATimplements] = ACTIONS(480), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(480), - [anon_sym_ATextends] = ACTIONS(480), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(480), - [anon_sym_ATuse] = ACTIONS(482), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(480), - [anon_sym_ATafter] = ACTIONS(482), - [anon_sym_ATafterClass] = ACTIONS(480), - [anon_sym_ATannotation] = ACTIONS(480), - [anon_sym_ATbackupGlobals] = ACTIONS(480), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(480), - [anon_sym_ATbefore] = ACTIONS(482), - [anon_sym_ATbeforeClass] = ACTIONS(480), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(482), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(480), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(480), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(480), - [anon_sym_ATcovers] = ACTIONS(482), - [anon_sym_ATcoversDefaultClass] = ACTIONS(482), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(480), - [anon_sym_ATcoversNothing] = ACTIONS(480), - [anon_sym_ATdataProvider] = ACTIONS(480), - [anon_sym_ATdepends] = ACTIONS(482), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(480), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(480), - [anon_sym_ATgroup] = ACTIONS(480), - [anon_sym_ATlarge] = ACTIONS(480), - [anon_sym_ATmedium] = ACTIONS(480), - [anon_sym_ATpreserveGlobalState] = ACTIONS(480), - [anon_sym_ATrequires] = ACTIONS(482), - [anon_sym_ATrequiresusages] = ACTIONS(480), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(480), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(480), - [anon_sym_ATsmall] = ACTIONS(480), - [anon_sym_ATtest] = ACTIONS(482), - [anon_sym_ATtestWith] = ACTIONS(480), - [anon_sym_ATtestdox] = ACTIONS(480), - [anon_sym_ATticket] = ACTIONS(480), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(480), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(480), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(480), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(482), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(480), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(482), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(480), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(480), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(480), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(480), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(480), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(480), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(480), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(480), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(480), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(482), - [anon_sym_ATreadonly] = ACTIONS(480), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(480), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(480), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(480), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(480), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(480), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(480), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(480), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(480), - [anon_sym_ATparam_DASHout] = ACTIONS(480), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(480), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(482), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(480), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(480), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(480), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(480), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(480), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(480), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(480), - [anon_sym_ATmixin] = ACTIONS(480), - [sym__end] = ACTIONS(480), - [sym_text] = ACTIONS(484), + [sym_inline_tag] = STATE(121), + [aux_sym__description_not_version_repeat1] = STATE(94), + [anon_sym_LBRACE] = ACTIONS(229), + [anon_sym_ATinheritdoc] = ACTIONS(475), + [anon_sym_ATinheritDoc] = ACTIONS(475), + [anon_sym_ATapi] = ACTIONS(475), + [anon_sym_ATfilesource] = ACTIONS(475), + [anon_sym_ATignore] = ACTIONS(475), + [anon_sym_ATinternal] = ACTIONS(475), + [anon_sym_ATcategory] = ACTIONS(475), + [anon_sym_ATcopyright] = ACTIONS(475), + [anon_sym_ATtodo] = ACTIONS(475), + [anon_sym_ATexample] = ACTIONS(475), + [anon_sym_ATlicense] = ACTIONS(475), + [anon_sym_ATpackage] = ACTIONS(475), + [anon_sym_ATsource] = ACTIONS(475), + [anon_sym_ATsubpackage] = ACTIONS(475), + [anon_sym_ATuses] = ACTIONS(475), + [anon_sym_ATauthor] = ACTIONS(475), + [anon_sym_ATglobal] = ACTIONS(475), + [anon_sym_ATlink] = ACTIONS(475), + [anon_sym_ATmethod] = ACTIONS(475), + [anon_sym_ATparam] = ACTIONS(477), + [anon_sym_ATproperty] = ACTIONS(477), + [anon_sym_ATproperty_DASHread] = ACTIONS(475), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(475), + [anon_sym_ATreturn] = ACTIONS(475), + [anon_sym_ATsee] = ACTIONS(475), + [anon_sym_ATthrows] = ACTIONS(475), + [anon_sym_ATvar] = ACTIONS(475), + [anon_sym_ATdeprecated] = ACTIONS(475), + [anon_sym_ATsince] = ACTIONS(475), + [anon_sym_ATversion] = ACTIONS(475), + [anon_sym_ATtemplate] = ACTIONS(477), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(475), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(475), + [anon_sym_ATimplements] = ACTIONS(475), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(475), + [anon_sym_ATextends] = ACTIONS(475), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(475), + [anon_sym_ATuse] = ACTIONS(477), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(475), + [anon_sym_ATafter] = ACTIONS(477), + [anon_sym_ATafterClass] = ACTIONS(475), + [anon_sym_ATannotation] = ACTIONS(475), + [anon_sym_ATbackupGlobals] = ACTIONS(475), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(475), + [anon_sym_ATbefore] = ACTIONS(477), + [anon_sym_ATbeforeClass] = ACTIONS(475), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(477), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(475), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(475), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(475), + [anon_sym_ATcovers] = ACTIONS(477), + [anon_sym_ATcoversDefaultClass] = ACTIONS(477), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(475), + [anon_sym_ATcoversNothing] = ACTIONS(475), + [anon_sym_ATdataProvider] = ACTIONS(475), + [anon_sym_ATdepends] = ACTIONS(477), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(475), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(475), + [anon_sym_ATgroup] = ACTIONS(475), + [anon_sym_ATlarge] = ACTIONS(475), + [anon_sym_ATmedium] = ACTIONS(475), + [anon_sym_ATpreserveGlobalState] = ACTIONS(475), + [anon_sym_ATrequires] = ACTIONS(477), + [anon_sym_ATrequiresusages] = ACTIONS(475), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(475), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(475), + [anon_sym_ATsmall] = ACTIONS(475), + [anon_sym_ATtest] = ACTIONS(477), + [anon_sym_ATtestWith] = ACTIONS(475), + [anon_sym_ATtestdox] = ACTIONS(475), + [anon_sym_ATticket] = ACTIONS(475), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(475), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(475), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(475), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(477), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(475), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(477), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(475), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(475), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(475), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(475), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(475), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(475), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(475), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(475), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(475), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(477), + [anon_sym_ATreadonly] = ACTIONS(475), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(475), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(475), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(475), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(475), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(475), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(475), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(475), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(475), + [anon_sym_ATparam_DASHout] = ACTIONS(475), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(475), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(477), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(475), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(475), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(475), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(475), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(475), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(475), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(475), + [anon_sym_ATmixin] = ACTIONS(475), + [sym__end] = ACTIONS(475), + [sym__text_not_version] = ACTIONS(239), }, [97] = { - [anon_sym_LBRACE] = ACTIONS(354), - [anon_sym_ATinheritdoc] = ACTIONS(354), - [anon_sym_ATinheritDoc] = ACTIONS(354), - [anon_sym_ATapi] = ACTIONS(354), - [anon_sym_ATfilesource] = ACTIONS(354), - [anon_sym_ATignore] = ACTIONS(354), - [anon_sym_ATinternal] = ACTIONS(354), - [anon_sym_ATcategory] = ACTIONS(354), - [anon_sym_ATcopyright] = ACTIONS(354), - [anon_sym_ATtodo] = ACTIONS(354), - [anon_sym_ATexample] = ACTIONS(354), - [anon_sym_ATlicense] = ACTIONS(354), - [anon_sym_ATpackage] = ACTIONS(354), - [anon_sym_ATsource] = ACTIONS(354), - [anon_sym_ATsubpackage] = ACTIONS(354), - [anon_sym_ATuses] = ACTIONS(354), - [anon_sym_ATauthor] = ACTIONS(354), - [anon_sym_ATglobal] = ACTIONS(354), - [anon_sym_ATlink] = ACTIONS(354), - [anon_sym_ATmethod] = ACTIONS(354), - [anon_sym_ATparam] = ACTIONS(352), - [anon_sym_ATproperty] = ACTIONS(352), - [anon_sym_ATproperty_DASHread] = ACTIONS(354), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(354), - [anon_sym_ATreturn] = ACTIONS(354), - [anon_sym_ATsee] = ACTIONS(354), - [anon_sym_ATthrows] = ACTIONS(354), - [anon_sym_ATvar] = ACTIONS(354), - [anon_sym_ATdeprecated] = ACTIONS(354), - [anon_sym_ATsince] = ACTIONS(354), - [anon_sym_ATversion] = ACTIONS(354), - [anon_sym_ATtemplate] = ACTIONS(352), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(354), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(354), - [anon_sym_ATimplements] = ACTIONS(354), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(354), - [anon_sym_ATextends] = ACTIONS(354), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(354), - [anon_sym_ATuse] = ACTIONS(352), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(354), - [anon_sym_ATafter] = ACTIONS(352), - [anon_sym_ATafterClass] = ACTIONS(354), - [anon_sym_ATannotation] = ACTIONS(354), - [anon_sym_ATbackupGlobals] = ACTIONS(354), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(354), - [anon_sym_ATbefore] = ACTIONS(352), - [anon_sym_ATbeforeClass] = ACTIONS(354), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(352), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(354), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(354), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(354), - [anon_sym_ATcovers] = ACTIONS(352), - [anon_sym_ATcoversDefaultClass] = ACTIONS(352), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(354), - [anon_sym_ATcoversNothing] = ACTIONS(354), - [anon_sym_ATdataProvider] = ACTIONS(354), - [anon_sym_ATdepends] = ACTIONS(352), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(354), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(354), - [anon_sym_ATgroup] = ACTIONS(354), - [anon_sym_ATlarge] = ACTIONS(354), - [anon_sym_ATmedium] = ACTIONS(354), - [anon_sym_ATpreserveGlobalState] = ACTIONS(354), - [anon_sym_ATrequires] = ACTIONS(352), - [anon_sym_ATrequiresusages] = ACTIONS(354), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(354), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(354), - [anon_sym_ATsmall] = ACTIONS(354), - [anon_sym_ATtest] = ACTIONS(352), - [anon_sym_ATtestWith] = ACTIONS(354), - [anon_sym_ATtestdox] = ACTIONS(354), - [anon_sym_ATticket] = ACTIONS(354), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(354), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(354), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(354), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(352), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(354), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(352), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(354), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(354), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(354), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(354), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(354), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(354), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(354), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(354), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(354), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(352), - [anon_sym_ATreadonly] = ACTIONS(354), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(354), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(354), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(354), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(354), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(354), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(354), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(354), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(354), - [anon_sym_ATparam_DASHout] = ACTIONS(354), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(354), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(352), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(354), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(354), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(354), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(354), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(354), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(354), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(354), - [anon_sym_ATmixin] = ACTIONS(354), - [anon_sym_PIPE] = ACTIONS(354), - [anon_sym_DOLLAR] = ACTIONS(354), - [sym__end] = ACTIONS(354), - [sym__text_after_type] = ACTIONS(354), + [anon_sym_LBRACE] = ACTIONS(426), + [anon_sym_ATinheritdoc] = ACTIONS(426), + [anon_sym_ATinheritDoc] = ACTIONS(426), + [anon_sym_ATapi] = ACTIONS(426), + [anon_sym_ATfilesource] = ACTIONS(426), + [anon_sym_ATignore] = ACTIONS(426), + [anon_sym_ATinternal] = ACTIONS(426), + [anon_sym_ATcategory] = ACTIONS(426), + [anon_sym_ATcopyright] = ACTIONS(426), + [anon_sym_ATtodo] = ACTIONS(426), + [anon_sym_ATexample] = ACTIONS(426), + [anon_sym_ATlicense] = ACTIONS(426), + [anon_sym_ATpackage] = ACTIONS(426), + [anon_sym_ATsource] = ACTIONS(426), + [anon_sym_ATsubpackage] = ACTIONS(426), + [anon_sym_ATuses] = ACTIONS(426), + [anon_sym_ATauthor] = ACTIONS(426), + [anon_sym_ATglobal] = ACTIONS(426), + [anon_sym_ATlink] = ACTIONS(426), + [anon_sym_ATmethod] = ACTIONS(426), + [anon_sym_ATparam] = ACTIONS(423), + [anon_sym_ATproperty] = ACTIONS(423), + [anon_sym_ATproperty_DASHread] = ACTIONS(426), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(426), + [anon_sym_ATreturn] = ACTIONS(426), + [anon_sym_ATsee] = ACTIONS(426), + [anon_sym_ATthrows] = ACTIONS(426), + [anon_sym_ATvar] = ACTIONS(426), + [anon_sym_ATdeprecated] = ACTIONS(426), + [anon_sym_ATsince] = ACTIONS(426), + [anon_sym_ATversion] = ACTIONS(426), + [anon_sym_ATtemplate] = ACTIONS(423), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(426), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(426), + [anon_sym_ATimplements] = ACTIONS(426), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(426), + [anon_sym_ATextends] = ACTIONS(426), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(426), + [anon_sym_ATuse] = ACTIONS(423), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(426), + [anon_sym_ATafter] = ACTIONS(423), + [anon_sym_ATafterClass] = ACTIONS(426), + [anon_sym_ATannotation] = ACTIONS(426), + [anon_sym_ATbackupGlobals] = ACTIONS(426), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(426), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATbeforeClass] = ACTIONS(426), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(423), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(426), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(426), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(426), + [anon_sym_ATcovers] = ACTIONS(423), + [anon_sym_ATcoversDefaultClass] = ACTIONS(423), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(426), + [anon_sym_ATcoversNothing] = ACTIONS(426), + [anon_sym_ATdataProvider] = ACTIONS(426), + [anon_sym_ATdepends] = ACTIONS(423), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(426), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(426), + [anon_sym_ATgroup] = ACTIONS(426), + [anon_sym_ATlarge] = ACTIONS(426), + [anon_sym_ATmedium] = ACTIONS(426), + [anon_sym_ATpreserveGlobalState] = ACTIONS(426), + [anon_sym_ATrequires] = ACTIONS(423), + [anon_sym_ATrequiresusages] = ACTIONS(426), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(426), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(426), + [anon_sym_ATsmall] = ACTIONS(426), + [anon_sym_ATtest] = ACTIONS(423), + [anon_sym_ATtestWith] = ACTIONS(426), + [anon_sym_ATtestdox] = ACTIONS(426), + [anon_sym_ATticket] = ACTIONS(426), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(426), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(426), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(426), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(423), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(426), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(423), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(426), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(426), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(426), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(426), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(426), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(426), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(426), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(426), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(426), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(423), + [anon_sym_ATreadonly] = ACTIONS(426), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(426), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(426), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(426), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(426), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(426), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(426), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(426), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(426), + [anon_sym_ATparam_DASHout] = ACTIONS(426), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(426), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(423), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(426), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(426), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(426), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(426), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(426), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(426), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(426), + [anon_sym_ATmixin] = ACTIONS(426), + [anon_sym_PIPE] = ACTIONS(426), + [anon_sym_DOLLAR] = ACTIONS(426), + [sym__end] = ACTIONS(426), + [sym__text_after_type] = ACTIONS(426), + }, + [98] = { + [sym_inline_tag] = STATE(126), + [aux_sym__description_after_type_repeat1] = STATE(98), + [anon_sym_LBRACE] = ACTIONS(479), + [anon_sym_ATinheritdoc] = ACTIONS(482), + [anon_sym_ATinheritDoc] = ACTIONS(482), + [anon_sym_ATapi] = ACTIONS(482), + [anon_sym_ATfilesource] = ACTIONS(482), + [anon_sym_ATignore] = ACTIONS(482), + [anon_sym_ATinternal] = ACTIONS(482), + [anon_sym_ATcategory] = ACTIONS(482), + [anon_sym_ATcopyright] = ACTIONS(482), + [anon_sym_ATtodo] = ACTIONS(482), + [anon_sym_ATexample] = ACTIONS(482), + [anon_sym_ATlicense] = ACTIONS(482), + [anon_sym_ATpackage] = ACTIONS(482), + [anon_sym_ATsource] = ACTIONS(482), + [anon_sym_ATsubpackage] = ACTIONS(482), + [anon_sym_ATuses] = ACTIONS(482), + [anon_sym_ATauthor] = ACTIONS(482), + [anon_sym_ATglobal] = ACTIONS(482), + [anon_sym_ATlink] = ACTIONS(482), + [anon_sym_ATmethod] = ACTIONS(482), + [anon_sym_ATparam] = ACTIONS(484), + [anon_sym_ATproperty] = ACTIONS(484), + [anon_sym_ATproperty_DASHread] = ACTIONS(482), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(482), + [anon_sym_ATreturn] = ACTIONS(482), + [anon_sym_ATsee] = ACTIONS(482), + [anon_sym_ATthrows] = ACTIONS(482), + [anon_sym_ATvar] = ACTIONS(482), + [anon_sym_ATdeprecated] = ACTIONS(482), + [anon_sym_ATsince] = ACTIONS(482), + [anon_sym_ATversion] = ACTIONS(482), + [anon_sym_ATtemplate] = ACTIONS(484), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(482), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(482), + [anon_sym_ATimplements] = ACTIONS(482), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(482), + [anon_sym_ATextends] = ACTIONS(482), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(482), + [anon_sym_ATuse] = ACTIONS(484), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(482), + [anon_sym_ATafter] = ACTIONS(484), + [anon_sym_ATafterClass] = ACTIONS(482), + [anon_sym_ATannotation] = ACTIONS(482), + [anon_sym_ATbackupGlobals] = ACTIONS(482), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(482), + [anon_sym_ATbefore] = ACTIONS(484), + [anon_sym_ATbeforeClass] = ACTIONS(482), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(484), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(482), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(482), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(482), + [anon_sym_ATcovers] = ACTIONS(484), + [anon_sym_ATcoversDefaultClass] = ACTIONS(484), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(482), + [anon_sym_ATcoversNothing] = ACTIONS(482), + [anon_sym_ATdataProvider] = ACTIONS(482), + [anon_sym_ATdepends] = ACTIONS(484), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(482), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(482), + [anon_sym_ATgroup] = ACTIONS(482), + [anon_sym_ATlarge] = ACTIONS(482), + [anon_sym_ATmedium] = ACTIONS(482), + [anon_sym_ATpreserveGlobalState] = ACTIONS(482), + [anon_sym_ATrequires] = ACTIONS(484), + [anon_sym_ATrequiresusages] = ACTIONS(482), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(482), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(482), + [anon_sym_ATsmall] = ACTIONS(482), + [anon_sym_ATtest] = ACTIONS(484), + [anon_sym_ATtestWith] = ACTIONS(482), + [anon_sym_ATtestdox] = ACTIONS(482), + [anon_sym_ATticket] = ACTIONS(482), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(482), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(482), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(482), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(484), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(482), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(484), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(482), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(482), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(482), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(482), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(482), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(482), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(482), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(482), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(482), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(484), + [anon_sym_ATreadonly] = ACTIONS(482), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(482), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(482), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(482), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(482), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(482), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(482), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(482), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(482), + [anon_sym_ATparam_DASHout] = ACTIONS(482), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(482), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(484), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(482), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(482), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(482), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(482), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(482), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(482), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(482), + [anon_sym_ATmixin] = ACTIONS(482), + [sym__end] = ACTIONS(482), + [sym__text_after_type] = ACTIONS(486), + }, + [99] = { + [sym_inline_tag] = STATE(99), + [aux_sym_description_repeat1] = STATE(99), + [anon_sym_LBRACE] = ACTIONS(489), + [anon_sym_ATinheritdoc] = ACTIONS(492), + [anon_sym_ATinheritDoc] = ACTIONS(492), + [anon_sym_ATapi] = ACTIONS(492), + [anon_sym_ATfilesource] = ACTIONS(492), + [anon_sym_ATignore] = ACTIONS(492), + [anon_sym_ATinternal] = ACTIONS(492), + [anon_sym_ATcategory] = ACTIONS(492), + [anon_sym_ATcopyright] = ACTIONS(492), + [anon_sym_ATtodo] = ACTIONS(492), + [anon_sym_ATexample] = ACTIONS(492), + [anon_sym_ATlicense] = ACTIONS(492), + [anon_sym_ATpackage] = ACTIONS(492), + [anon_sym_ATsource] = ACTIONS(492), + [anon_sym_ATsubpackage] = ACTIONS(492), + [anon_sym_ATuses] = ACTIONS(492), + [anon_sym_ATauthor] = ACTIONS(492), + [anon_sym_ATglobal] = ACTIONS(492), + [anon_sym_ATlink] = ACTIONS(492), + [anon_sym_ATmethod] = ACTIONS(492), + [anon_sym_ATparam] = ACTIONS(494), + [anon_sym_ATproperty] = ACTIONS(494), + [anon_sym_ATproperty_DASHread] = ACTIONS(492), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(492), + [anon_sym_ATreturn] = ACTIONS(492), + [anon_sym_ATsee] = ACTIONS(492), + [anon_sym_ATthrows] = ACTIONS(492), + [anon_sym_ATvar] = ACTIONS(492), + [anon_sym_ATdeprecated] = ACTIONS(492), + [anon_sym_ATsince] = ACTIONS(492), + [anon_sym_ATversion] = ACTIONS(492), + [anon_sym_ATtemplate] = ACTIONS(494), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(492), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(492), + [anon_sym_ATimplements] = ACTIONS(492), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(492), + [anon_sym_ATextends] = ACTIONS(492), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(492), + [anon_sym_ATuse] = ACTIONS(494), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(492), + [anon_sym_ATafter] = ACTIONS(494), + [anon_sym_ATafterClass] = ACTIONS(492), + [anon_sym_ATannotation] = ACTIONS(492), + [anon_sym_ATbackupGlobals] = ACTIONS(492), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(492), + [anon_sym_ATbefore] = ACTIONS(494), + [anon_sym_ATbeforeClass] = ACTIONS(492), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(494), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(492), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(492), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(492), + [anon_sym_ATcovers] = ACTIONS(494), + [anon_sym_ATcoversDefaultClass] = ACTIONS(494), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(492), + [anon_sym_ATcoversNothing] = ACTIONS(492), + [anon_sym_ATdataProvider] = ACTIONS(492), + [anon_sym_ATdepends] = ACTIONS(494), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(492), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(492), + [anon_sym_ATgroup] = ACTIONS(492), + [anon_sym_ATlarge] = ACTIONS(492), + [anon_sym_ATmedium] = ACTIONS(492), + [anon_sym_ATpreserveGlobalState] = ACTIONS(492), + [anon_sym_ATrequires] = ACTIONS(494), + [anon_sym_ATrequiresusages] = ACTIONS(492), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(492), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(492), + [anon_sym_ATsmall] = ACTIONS(492), + [anon_sym_ATtest] = ACTIONS(494), + [anon_sym_ATtestWith] = ACTIONS(492), + [anon_sym_ATtestdox] = ACTIONS(492), + [anon_sym_ATticket] = ACTIONS(492), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(492), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(492), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(492), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(494), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(492), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(494), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(492), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(492), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(492), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(492), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(492), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(492), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(492), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(492), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(492), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(494), + [anon_sym_ATreadonly] = ACTIONS(492), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(492), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(492), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(492), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(492), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(492), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(492), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(492), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(492), + [anon_sym_ATparam_DASHout] = ACTIONS(492), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(492), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(494), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(492), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(492), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(492), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(492), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(492), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(492), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(492), + [anon_sym_ATmixin] = ACTIONS(492), + [sym__end] = ACTIONS(492), + [sym_text] = ACTIONS(496), + }, + [100] = { + [sym_inline_tag] = STATE(99), + [aux_sym_description_repeat1] = STATE(99), + [anon_sym_LBRACE] = ACTIONS(5), + [anon_sym_ATinheritdoc] = ACTIONS(499), + [anon_sym_ATinheritDoc] = ACTIONS(499), + [anon_sym_ATapi] = ACTIONS(499), + [anon_sym_ATfilesource] = ACTIONS(499), + [anon_sym_ATignore] = ACTIONS(499), + [anon_sym_ATinternal] = ACTIONS(499), + [anon_sym_ATcategory] = ACTIONS(499), + [anon_sym_ATcopyright] = ACTIONS(499), + [anon_sym_ATtodo] = ACTIONS(499), + [anon_sym_ATexample] = ACTIONS(499), + [anon_sym_ATlicense] = ACTIONS(499), + [anon_sym_ATpackage] = ACTIONS(499), + [anon_sym_ATsource] = ACTIONS(499), + [anon_sym_ATsubpackage] = ACTIONS(499), + [anon_sym_ATuses] = ACTIONS(499), + [anon_sym_ATauthor] = ACTIONS(499), + [anon_sym_ATglobal] = ACTIONS(499), + [anon_sym_ATlink] = ACTIONS(499), + [anon_sym_ATmethod] = ACTIONS(499), + [anon_sym_ATparam] = ACTIONS(501), + [anon_sym_ATproperty] = ACTIONS(501), + [anon_sym_ATproperty_DASHread] = ACTIONS(499), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(499), + [anon_sym_ATreturn] = ACTIONS(499), + [anon_sym_ATsee] = ACTIONS(499), + [anon_sym_ATthrows] = ACTIONS(499), + [anon_sym_ATvar] = ACTIONS(499), + [anon_sym_ATdeprecated] = ACTIONS(499), + [anon_sym_ATsince] = ACTIONS(499), + [anon_sym_ATversion] = ACTIONS(499), + [anon_sym_ATtemplate] = ACTIONS(501), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(499), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(499), + [anon_sym_ATimplements] = ACTIONS(499), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(499), + [anon_sym_ATextends] = ACTIONS(499), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(499), + [anon_sym_ATuse] = ACTIONS(501), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(499), + [anon_sym_ATafter] = ACTIONS(501), + [anon_sym_ATafterClass] = ACTIONS(499), + [anon_sym_ATannotation] = ACTIONS(499), + [anon_sym_ATbackupGlobals] = ACTIONS(499), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(499), + [anon_sym_ATbefore] = ACTIONS(501), + [anon_sym_ATbeforeClass] = ACTIONS(499), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(501), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(499), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(499), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(499), + [anon_sym_ATcovers] = ACTIONS(501), + [anon_sym_ATcoversDefaultClass] = ACTIONS(501), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(499), + [anon_sym_ATcoversNothing] = ACTIONS(499), + [anon_sym_ATdataProvider] = ACTIONS(499), + [anon_sym_ATdepends] = ACTIONS(501), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(499), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(499), + [anon_sym_ATgroup] = ACTIONS(499), + [anon_sym_ATlarge] = ACTIONS(499), + [anon_sym_ATmedium] = ACTIONS(499), + [anon_sym_ATpreserveGlobalState] = ACTIONS(499), + [anon_sym_ATrequires] = ACTIONS(501), + [anon_sym_ATrequiresusages] = ACTIONS(499), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(499), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(499), + [anon_sym_ATsmall] = ACTIONS(499), + [anon_sym_ATtest] = ACTIONS(501), + [anon_sym_ATtestWith] = ACTIONS(499), + [anon_sym_ATtestdox] = ACTIONS(499), + [anon_sym_ATticket] = ACTIONS(499), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(499), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(499), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(499), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(501), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(499), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(501), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(499), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(499), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(499), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(499), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(499), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(499), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(499), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(499), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(499), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(501), + [anon_sym_ATreadonly] = ACTIONS(499), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(499), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(499), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(499), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(499), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(499), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(499), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(499), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(499), + [anon_sym_ATparam_DASHout] = ACTIONS(499), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(499), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(501), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(499), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(499), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(499), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(499), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(499), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(499), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(499), + [anon_sym_ATmixin] = ACTIONS(499), + [sym__end] = ACTIONS(499), + [sym_text] = ACTIONS(503), + }, + [101] = { + [anon_sym_LBRACE] = ACTIONS(325), + [anon_sym_ATinheritdoc] = ACTIONS(325), + [anon_sym_ATinheritDoc] = ACTIONS(325), + [anon_sym_ATapi] = ACTIONS(325), + [anon_sym_ATfilesource] = ACTIONS(325), + [anon_sym_ATignore] = ACTIONS(325), + [anon_sym_ATinternal] = ACTIONS(325), + [anon_sym_ATcategory] = ACTIONS(325), + [anon_sym_ATcopyright] = ACTIONS(325), + [anon_sym_ATtodo] = ACTIONS(325), + [anon_sym_ATexample] = ACTIONS(325), + [anon_sym_ATlicense] = ACTIONS(325), + [anon_sym_ATpackage] = ACTIONS(325), + [anon_sym_ATsource] = ACTIONS(325), + [anon_sym_ATsubpackage] = ACTIONS(325), + [anon_sym_ATuses] = ACTIONS(325), + [anon_sym_ATauthor] = ACTIONS(325), + [anon_sym_ATglobal] = ACTIONS(325), + [anon_sym_ATlink] = ACTIONS(325), + [anon_sym_ATmethod] = ACTIONS(325), + [anon_sym_ATparam] = ACTIONS(323), + [anon_sym_ATproperty] = ACTIONS(323), + [anon_sym_ATproperty_DASHread] = ACTIONS(325), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(325), + [anon_sym_ATreturn] = ACTIONS(325), + [anon_sym_ATsee] = ACTIONS(325), + [anon_sym_ATthrows] = ACTIONS(325), + [anon_sym_ATvar] = ACTIONS(325), + [anon_sym_ATdeprecated] = ACTIONS(325), + [anon_sym_ATsince] = ACTIONS(325), + [anon_sym_ATversion] = ACTIONS(325), + [anon_sym_ATtemplate] = ACTIONS(323), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(325), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(325), + [anon_sym_ATimplements] = ACTIONS(325), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(325), + [anon_sym_ATextends] = ACTIONS(325), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(325), + [anon_sym_ATuse] = ACTIONS(323), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(325), + [anon_sym_ATafter] = ACTIONS(323), + [anon_sym_ATafterClass] = ACTIONS(325), + [anon_sym_ATannotation] = ACTIONS(325), + [anon_sym_ATbackupGlobals] = ACTIONS(325), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(325), + [anon_sym_ATbefore] = ACTIONS(323), + [anon_sym_ATbeforeClass] = ACTIONS(325), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(323), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(325), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(325), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(325), + [anon_sym_ATcovers] = ACTIONS(323), + [anon_sym_ATcoversDefaultClass] = ACTIONS(323), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(325), + [anon_sym_ATcoversNothing] = ACTIONS(325), + [anon_sym_ATdataProvider] = ACTIONS(325), + [anon_sym_ATdepends] = ACTIONS(323), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(325), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(325), + [anon_sym_ATgroup] = ACTIONS(325), + [anon_sym_ATlarge] = ACTIONS(325), + [anon_sym_ATmedium] = ACTIONS(325), + [anon_sym_ATpreserveGlobalState] = ACTIONS(325), + [anon_sym_ATrequires] = ACTIONS(323), + [anon_sym_ATrequiresusages] = ACTIONS(325), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(325), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(325), + [anon_sym_ATsmall] = ACTIONS(325), + [anon_sym_ATtest] = ACTIONS(323), + [anon_sym_ATtestWith] = ACTIONS(325), + [anon_sym_ATtestdox] = ACTIONS(325), + [anon_sym_ATticket] = ACTIONS(325), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(325), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(325), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(325), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(323), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(325), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(323), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(325), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(325), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(325), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(325), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(325), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(325), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(325), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(325), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(325), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(323), + [anon_sym_ATreadonly] = ACTIONS(325), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(325), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(325), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(325), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(325), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(325), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(325), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(325), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(325), + [anon_sym_ATparam_DASHout] = ACTIONS(325), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(325), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(323), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(325), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(325), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(325), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(325), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(325), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(325), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(325), + [anon_sym_ATmixin] = ACTIONS(325), + [anon_sym_AMP] = ACTIONS(325), + [anon_sym_DOLLAR] = ACTIONS(325), + [sym__end] = ACTIONS(325), + [sym__text_after_type] = ACTIONS(325), + }, + [102] = { + [anon_sym_LBRACE] = ACTIONS(210), + [anon_sym_ATinheritdoc] = ACTIONS(210), + [anon_sym_ATinheritDoc] = ACTIONS(210), + [anon_sym_ATapi] = ACTIONS(210), + [anon_sym_ATfilesource] = ACTIONS(210), + [anon_sym_ATignore] = ACTIONS(210), + [anon_sym_ATinternal] = ACTIONS(210), + [anon_sym_ATcategory] = ACTIONS(210), + [anon_sym_ATcopyright] = ACTIONS(210), + [anon_sym_ATtodo] = ACTIONS(210), + [anon_sym_ATexample] = ACTIONS(210), + [anon_sym_ATlicense] = ACTIONS(210), + [anon_sym_ATpackage] = ACTIONS(210), + [anon_sym_ATsource] = ACTIONS(210), + [anon_sym_ATsubpackage] = ACTIONS(210), + [anon_sym_ATuses] = ACTIONS(210), + [anon_sym_ATauthor] = ACTIONS(210), + [anon_sym_LT] = ACTIONS(210), + [anon_sym_ATglobal] = ACTIONS(210), + [anon_sym_ATlink] = ACTIONS(210), + [anon_sym_ATmethod] = ACTIONS(210), + [anon_sym_ATparam] = ACTIONS(208), + [anon_sym_ATproperty] = ACTIONS(208), + [anon_sym_ATproperty_DASHread] = ACTIONS(210), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(210), + [anon_sym_ATreturn] = ACTIONS(210), + [anon_sym_ATsee] = ACTIONS(210), + [anon_sym_ATthrows] = ACTIONS(210), + [anon_sym_ATvar] = ACTIONS(210), + [anon_sym_ATdeprecated] = ACTIONS(210), + [anon_sym_ATsince] = ACTIONS(210), + [anon_sym_ATversion] = ACTIONS(210), + [anon_sym_ATtemplate] = ACTIONS(208), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(210), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(210), + [anon_sym_ATimplements] = ACTIONS(210), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(210), + [anon_sym_ATextends] = ACTIONS(210), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(210), + [anon_sym_ATuse] = ACTIONS(208), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(210), + [anon_sym_ATafter] = ACTIONS(208), + [anon_sym_ATafterClass] = ACTIONS(210), + [anon_sym_ATannotation] = ACTIONS(210), + [anon_sym_ATbackupGlobals] = ACTIONS(210), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(210), + [anon_sym_ATbefore] = ACTIONS(208), + [anon_sym_ATbeforeClass] = ACTIONS(210), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(208), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(210), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(210), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(210), + [anon_sym_ATcovers] = ACTIONS(208), + [anon_sym_ATcoversDefaultClass] = ACTIONS(208), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(210), + [anon_sym_ATcoversNothing] = ACTIONS(210), + [anon_sym_ATdataProvider] = ACTIONS(210), + [anon_sym_ATdepends] = ACTIONS(208), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(210), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(210), + [anon_sym_ATgroup] = ACTIONS(210), + [anon_sym_ATlarge] = ACTIONS(210), + [anon_sym_ATmedium] = ACTIONS(210), + [anon_sym_ATpreserveGlobalState] = ACTIONS(210), + [anon_sym_ATrequires] = ACTIONS(208), + [anon_sym_ATrequiresusages] = ACTIONS(210), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(210), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(210), + [anon_sym_ATsmall] = ACTIONS(210), + [anon_sym_ATtest] = ACTIONS(208), + [anon_sym_ATtestWith] = ACTIONS(210), + [anon_sym_ATtestdox] = ACTIONS(210), + [anon_sym_ATticket] = ACTIONS(210), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(210), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(210), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(210), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(208), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(210), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(208), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(210), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(210), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(210), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(210), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(210), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(210), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(210), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(210), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(210), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(208), + [anon_sym_ATreadonly] = ACTIONS(210), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(210), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(210), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(210), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(210), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(210), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(210), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(210), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(210), + [anon_sym_ATparam_DASHout] = ACTIONS(210), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(210), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(208), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(210), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(210), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(210), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(210), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(210), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(210), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(210), + [anon_sym_ATmixin] = ACTIONS(210), + [anon_sym_COLON_COLON] = ACTIONS(210), + [sym__end] = ACTIONS(210), + [sym_text] = ACTIONS(210), }, - [98] = { + [103] = { + [anon_sym_LBRACE] = ACTIONS(368), + [anon_sym_ATinheritdoc] = ACTIONS(368), + [anon_sym_ATinheritDoc] = ACTIONS(368), + [anon_sym_ATapi] = ACTIONS(368), + [anon_sym_ATfilesource] = ACTIONS(368), + [anon_sym_ATignore] = ACTIONS(368), + [anon_sym_ATinternal] = ACTIONS(368), + [anon_sym_ATcategory] = ACTIONS(368), + [anon_sym_ATcopyright] = ACTIONS(368), + [anon_sym_ATtodo] = ACTIONS(368), + [anon_sym_ATexample] = ACTIONS(368), + [anon_sym_ATlicense] = ACTIONS(368), + [anon_sym_ATpackage] = ACTIONS(368), + [anon_sym_ATsource] = ACTIONS(368), + [anon_sym_ATsubpackage] = ACTIONS(368), + [anon_sym_ATuses] = ACTIONS(368), + [anon_sym_ATauthor] = ACTIONS(368), + [anon_sym_ATglobal] = ACTIONS(368), + [anon_sym_ATlink] = ACTIONS(368), + [anon_sym_ATmethod] = ACTIONS(368), + [anon_sym_ATparam] = ACTIONS(366), + [anon_sym_ATproperty] = ACTIONS(366), + [anon_sym_ATproperty_DASHread] = ACTIONS(368), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(368), + [anon_sym_ATreturn] = ACTIONS(368), + [anon_sym_ATsee] = ACTIONS(368), + [anon_sym_ATthrows] = ACTIONS(368), + [anon_sym_ATvar] = ACTIONS(368), + [anon_sym_ATdeprecated] = ACTIONS(368), + [anon_sym_ATsince] = ACTIONS(368), + [anon_sym_ATversion] = ACTIONS(368), + [anon_sym_ATtemplate] = ACTIONS(366), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(368), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(368), + [anon_sym_ATimplements] = ACTIONS(368), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(368), + [anon_sym_ATextends] = ACTIONS(368), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(368), + [anon_sym_ATuse] = ACTIONS(366), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(368), + [anon_sym_ATafter] = ACTIONS(366), + [anon_sym_ATafterClass] = ACTIONS(368), + [anon_sym_ATannotation] = ACTIONS(368), + [anon_sym_ATbackupGlobals] = ACTIONS(368), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(368), + [anon_sym_ATbefore] = ACTIONS(366), + [anon_sym_ATbeforeClass] = ACTIONS(368), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(366), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(368), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(368), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(368), + [anon_sym_ATcovers] = ACTIONS(366), + [anon_sym_ATcoversDefaultClass] = ACTIONS(366), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(368), + [anon_sym_ATcoversNothing] = ACTIONS(368), + [anon_sym_ATdataProvider] = ACTIONS(368), + [anon_sym_ATdepends] = ACTIONS(366), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(368), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(368), + [anon_sym_ATgroup] = ACTIONS(368), + [anon_sym_ATlarge] = ACTIONS(368), + [anon_sym_ATmedium] = ACTIONS(368), + [anon_sym_ATpreserveGlobalState] = ACTIONS(368), + [anon_sym_ATrequires] = ACTIONS(366), + [anon_sym_ATrequiresusages] = ACTIONS(368), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(368), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(368), + [anon_sym_ATsmall] = ACTIONS(368), + [anon_sym_ATtest] = ACTIONS(366), + [anon_sym_ATtestWith] = ACTIONS(368), + [anon_sym_ATtestdox] = ACTIONS(368), + [anon_sym_ATticket] = ACTIONS(368), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(368), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(368), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(368), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(366), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(368), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(366), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(368), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(368), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(368), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(368), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(368), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(368), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(368), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(368), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(368), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(366), + [anon_sym_ATreadonly] = ACTIONS(368), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(368), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(368), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(368), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(368), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(368), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(368), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(368), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(368), + [anon_sym_ATparam_DASHout] = ACTIONS(368), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(368), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(366), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(368), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(368), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(368), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(368), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(368), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(368), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(368), + [anon_sym_ATmixin] = ACTIONS(368), + [anon_sym_PIPE] = ACTIONS(368), + [anon_sym_DOLLAR] = ACTIONS(368), + [sym__end] = ACTIONS(368), + [sym__text_after_type] = ACTIONS(368), + }, + [104] = { [anon_sym_LBRACE] = ACTIONS(361), [anon_sym_ATinheritdoc] = ACTIONS(361), [anon_sym_ATinheritDoc] = ACTIONS(361), @@ -18590,917 +19283,347 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(361), [sym__text_after_type] = ACTIONS(361), }, - [99] = { - [anon_sym_LBRACE] = ACTIONS(427), - [anon_sym_ATinheritdoc] = ACTIONS(427), - [anon_sym_ATinheritDoc] = ACTIONS(427), - [anon_sym_ATapi] = ACTIONS(427), - [anon_sym_ATfilesource] = ACTIONS(427), - [anon_sym_ATignore] = ACTIONS(427), - [anon_sym_ATinternal] = ACTIONS(427), - [anon_sym_ATcategory] = ACTIONS(427), - [anon_sym_ATcopyright] = ACTIONS(427), - [anon_sym_ATtodo] = ACTIONS(427), - [anon_sym_ATexample] = ACTIONS(427), - [anon_sym_ATlicense] = ACTIONS(427), - [anon_sym_ATpackage] = ACTIONS(427), - [anon_sym_ATsource] = ACTIONS(427), - [anon_sym_ATsubpackage] = ACTIONS(427), - [anon_sym_ATuses] = ACTIONS(427), - [anon_sym_ATauthor] = ACTIONS(427), - [anon_sym_ATglobal] = ACTIONS(427), - [anon_sym_ATlink] = ACTIONS(427), - [anon_sym_ATmethod] = ACTIONS(427), - [anon_sym_ATparam] = ACTIONS(425), - [anon_sym_ATproperty] = ACTIONS(425), - [anon_sym_ATproperty_DASHread] = ACTIONS(427), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(427), - [anon_sym_ATreturn] = ACTIONS(427), - [anon_sym_ATsee] = ACTIONS(427), - [anon_sym_ATthrows] = ACTIONS(427), - [anon_sym_ATvar] = ACTIONS(427), - [anon_sym_ATdeprecated] = ACTIONS(427), - [anon_sym_ATsince] = ACTIONS(427), - [anon_sym_ATversion] = ACTIONS(427), - [anon_sym_ATtemplate] = ACTIONS(425), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(427), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(427), - [anon_sym_ATimplements] = ACTIONS(427), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(427), - [anon_sym_ATextends] = ACTIONS(427), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(427), - [anon_sym_ATuse] = ACTIONS(425), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(427), - [anon_sym_ATafter] = ACTIONS(425), - [anon_sym_ATafterClass] = ACTIONS(427), - [anon_sym_ATannotation] = ACTIONS(427), - [anon_sym_ATbackupGlobals] = ACTIONS(427), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(427), - [anon_sym_ATbefore] = ACTIONS(425), - [anon_sym_ATbeforeClass] = ACTIONS(427), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(425), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(427), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(427), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(427), - [anon_sym_ATcovers] = ACTIONS(425), - [anon_sym_ATcoversDefaultClass] = ACTIONS(425), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(427), - [anon_sym_ATcoversNothing] = ACTIONS(427), - [anon_sym_ATdataProvider] = ACTIONS(427), - [anon_sym_ATdepends] = ACTIONS(425), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(427), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(427), - [anon_sym_ATgroup] = ACTIONS(427), - [anon_sym_ATlarge] = ACTIONS(427), - [anon_sym_ATmedium] = ACTIONS(427), - [anon_sym_ATpreserveGlobalState] = ACTIONS(427), - [anon_sym_ATrequires] = ACTIONS(425), - [anon_sym_ATrequiresusages] = ACTIONS(427), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(427), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(427), - [anon_sym_ATsmall] = ACTIONS(427), - [anon_sym_ATtest] = ACTIONS(425), - [anon_sym_ATtestWith] = ACTIONS(427), - [anon_sym_ATtestdox] = ACTIONS(427), - [anon_sym_ATticket] = ACTIONS(427), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(427), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(427), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(427), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(425), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(427), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(425), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(427), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(427), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(427), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(427), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(427), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(427), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(427), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(427), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(427), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(425), - [anon_sym_ATreadonly] = ACTIONS(427), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(427), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(427), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(427), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(427), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(427), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(427), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(427), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(427), - [anon_sym_ATparam_DASHout] = ACTIONS(427), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(427), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(425), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(427), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(427), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(427), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(427), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(427), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(427), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(427), - [anon_sym_ATmixin] = ACTIONS(427), - [anon_sym_PIPE] = ACTIONS(427), - [anon_sym_DOLLAR] = ACTIONS(427), - [sym__end] = ACTIONS(427), - [sym__text_after_type] = ACTIONS(427), - }, - [100] = { - [anon_sym_LBRACE] = ACTIONS(206), - [anon_sym_ATinheritdoc] = ACTIONS(206), - [anon_sym_ATinheritDoc] = ACTIONS(206), - [anon_sym_ATapi] = ACTIONS(206), - [anon_sym_ATfilesource] = ACTIONS(206), - [anon_sym_ATignore] = ACTIONS(206), - [anon_sym_ATinternal] = ACTIONS(206), - [anon_sym_ATcategory] = ACTIONS(206), - [anon_sym_ATcopyright] = ACTIONS(206), - [anon_sym_ATtodo] = ACTIONS(206), - [anon_sym_ATexample] = ACTIONS(206), - [anon_sym_ATlicense] = ACTIONS(206), - [anon_sym_ATpackage] = ACTIONS(206), - [anon_sym_ATsource] = ACTIONS(206), - [anon_sym_ATsubpackage] = ACTIONS(206), - [anon_sym_ATuses] = ACTIONS(206), - [anon_sym_ATauthor] = ACTIONS(206), - [anon_sym_LT] = ACTIONS(206), - [anon_sym_ATglobal] = ACTIONS(206), - [anon_sym_ATlink] = ACTIONS(206), - [anon_sym_ATmethod] = ACTIONS(206), - [anon_sym_ATparam] = ACTIONS(204), - [anon_sym_ATproperty] = ACTIONS(204), - [anon_sym_ATproperty_DASHread] = ACTIONS(206), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(206), - [anon_sym_ATreturn] = ACTIONS(206), - [anon_sym_ATsee] = ACTIONS(206), - [anon_sym_ATthrows] = ACTIONS(206), - [anon_sym_ATvar] = ACTIONS(206), - [anon_sym_ATdeprecated] = ACTIONS(206), - [anon_sym_ATsince] = ACTIONS(206), - [anon_sym_ATversion] = ACTIONS(206), - [anon_sym_ATtemplate] = ACTIONS(204), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(206), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(206), - [anon_sym_ATimplements] = ACTIONS(206), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(206), - [anon_sym_ATextends] = ACTIONS(206), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(206), - [anon_sym_ATuse] = ACTIONS(204), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(206), - [anon_sym_ATafter] = ACTIONS(204), - [anon_sym_ATafterClass] = ACTIONS(206), - [anon_sym_ATannotation] = ACTIONS(206), - [anon_sym_ATbackupGlobals] = ACTIONS(206), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(206), - [anon_sym_ATbefore] = ACTIONS(204), - [anon_sym_ATbeforeClass] = ACTIONS(206), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(204), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(206), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(206), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(206), - [anon_sym_ATcovers] = ACTIONS(204), - [anon_sym_ATcoversDefaultClass] = ACTIONS(204), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(206), - [anon_sym_ATcoversNothing] = ACTIONS(206), - [anon_sym_ATdataProvider] = ACTIONS(206), - [anon_sym_ATdepends] = ACTIONS(204), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(206), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(206), - [anon_sym_ATgroup] = ACTIONS(206), - [anon_sym_ATlarge] = ACTIONS(206), - [anon_sym_ATmedium] = ACTIONS(206), - [anon_sym_ATpreserveGlobalState] = ACTIONS(206), - [anon_sym_ATrequires] = ACTIONS(204), - [anon_sym_ATrequiresusages] = ACTIONS(206), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(206), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(206), - [anon_sym_ATsmall] = ACTIONS(206), - [anon_sym_ATtest] = ACTIONS(204), - [anon_sym_ATtestWith] = ACTIONS(206), - [anon_sym_ATtestdox] = ACTIONS(206), - [anon_sym_ATticket] = ACTIONS(206), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(206), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(206), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(206), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(204), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(206), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(204), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(206), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(206), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(206), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(206), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(206), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(206), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(206), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(206), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(206), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(204), - [anon_sym_ATreadonly] = ACTIONS(206), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(206), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(206), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(206), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(206), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(206), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(206), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(206), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(206), - [anon_sym_ATparam_DASHout] = ACTIONS(206), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(206), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(204), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(206), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(206), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(206), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(206), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(206), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(206), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(206), - [anon_sym_ATmixin] = ACTIONS(206), - [anon_sym_COLON_COLON] = ACTIONS(206), - [sym__end] = ACTIONS(206), - [sym_text] = ACTIONS(206), - }, - [101] = { - [sym_inline_tag] = STATE(121), - [aux_sym__description_not_version_repeat1] = STATE(95), - [anon_sym_LBRACE] = ACTIONS(233), - [anon_sym_ATinheritdoc] = ACTIONS(487), - [anon_sym_ATinheritDoc] = ACTIONS(487), - [anon_sym_ATapi] = ACTIONS(487), - [anon_sym_ATfilesource] = ACTIONS(487), - [anon_sym_ATignore] = ACTIONS(487), - [anon_sym_ATinternal] = ACTIONS(487), - [anon_sym_ATcategory] = ACTIONS(487), - [anon_sym_ATcopyright] = ACTIONS(487), - [anon_sym_ATtodo] = ACTIONS(487), - [anon_sym_ATexample] = ACTIONS(487), - [anon_sym_ATlicense] = ACTIONS(487), - [anon_sym_ATpackage] = ACTIONS(487), - [anon_sym_ATsource] = ACTIONS(487), - [anon_sym_ATsubpackage] = ACTIONS(487), - [anon_sym_ATuses] = ACTIONS(487), - [anon_sym_ATauthor] = ACTIONS(487), - [anon_sym_ATglobal] = ACTIONS(487), - [anon_sym_ATlink] = ACTIONS(487), - [anon_sym_ATmethod] = ACTIONS(487), - [anon_sym_ATparam] = ACTIONS(489), - [anon_sym_ATproperty] = ACTIONS(489), - [anon_sym_ATproperty_DASHread] = ACTIONS(487), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(487), - [anon_sym_ATreturn] = ACTIONS(487), - [anon_sym_ATsee] = ACTIONS(487), - [anon_sym_ATthrows] = ACTIONS(487), - [anon_sym_ATvar] = ACTIONS(487), - [anon_sym_ATdeprecated] = ACTIONS(487), - [anon_sym_ATsince] = ACTIONS(487), - [anon_sym_ATversion] = ACTIONS(487), - [anon_sym_ATtemplate] = ACTIONS(489), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(487), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(487), - [anon_sym_ATimplements] = ACTIONS(487), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(487), - [anon_sym_ATextends] = ACTIONS(487), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(487), - [anon_sym_ATuse] = ACTIONS(489), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(487), - [anon_sym_ATafter] = ACTIONS(489), - [anon_sym_ATafterClass] = ACTIONS(487), - [anon_sym_ATannotation] = ACTIONS(487), - [anon_sym_ATbackupGlobals] = ACTIONS(487), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(487), - [anon_sym_ATbefore] = ACTIONS(489), - [anon_sym_ATbeforeClass] = ACTIONS(487), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(489), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(487), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(487), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(487), - [anon_sym_ATcovers] = ACTIONS(489), - [anon_sym_ATcoversDefaultClass] = ACTIONS(489), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(487), - [anon_sym_ATcoversNothing] = ACTIONS(487), - [anon_sym_ATdataProvider] = ACTIONS(487), - [anon_sym_ATdepends] = ACTIONS(489), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(487), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(487), - [anon_sym_ATgroup] = ACTIONS(487), - [anon_sym_ATlarge] = ACTIONS(487), - [anon_sym_ATmedium] = ACTIONS(487), - [anon_sym_ATpreserveGlobalState] = ACTIONS(487), - [anon_sym_ATrequires] = ACTIONS(489), - [anon_sym_ATrequiresusages] = ACTIONS(487), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(487), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(487), - [anon_sym_ATsmall] = ACTIONS(487), - [anon_sym_ATtest] = ACTIONS(489), - [anon_sym_ATtestWith] = ACTIONS(487), - [anon_sym_ATtestdox] = ACTIONS(487), - [anon_sym_ATticket] = ACTIONS(487), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(487), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(487), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(487), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(489), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(487), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(489), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(487), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(487), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(487), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(487), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(487), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(487), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(487), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(487), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(487), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(489), - [anon_sym_ATreadonly] = ACTIONS(487), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(487), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(487), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(487), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(487), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(487), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(487), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(487), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(487), - [anon_sym_ATparam_DASHout] = ACTIONS(487), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(487), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(489), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(487), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(487), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(487), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(487), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(487), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(487), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(487), - [anon_sym_ATmixin] = ACTIONS(487), - [sym__end] = ACTIONS(487), - [sym__text_not_version] = ACTIONS(243), - }, - [102] = { - [sym_inline_tag] = STATE(96), - [aux_sym_description_repeat1] = STATE(96), - [anon_sym_LBRACE] = ACTIONS(5), - [anon_sym_ATinheritdoc] = ACTIONS(491), - [anon_sym_ATinheritDoc] = ACTIONS(491), - [anon_sym_ATapi] = ACTIONS(491), - [anon_sym_ATfilesource] = ACTIONS(491), - [anon_sym_ATignore] = ACTIONS(491), - [anon_sym_ATinternal] = ACTIONS(491), - [anon_sym_ATcategory] = ACTIONS(491), - [anon_sym_ATcopyright] = ACTIONS(491), - [anon_sym_ATtodo] = ACTIONS(491), - [anon_sym_ATexample] = ACTIONS(491), - [anon_sym_ATlicense] = ACTIONS(491), - [anon_sym_ATpackage] = ACTIONS(491), - [anon_sym_ATsource] = ACTIONS(491), - [anon_sym_ATsubpackage] = ACTIONS(491), - [anon_sym_ATuses] = ACTIONS(491), - [anon_sym_ATauthor] = ACTIONS(491), - [anon_sym_ATglobal] = ACTIONS(491), - [anon_sym_ATlink] = ACTIONS(491), - [anon_sym_ATmethod] = ACTIONS(491), - [anon_sym_ATparam] = ACTIONS(493), - [anon_sym_ATproperty] = ACTIONS(493), - [anon_sym_ATproperty_DASHread] = ACTIONS(491), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(491), - [anon_sym_ATreturn] = ACTIONS(491), - [anon_sym_ATsee] = ACTIONS(491), - [anon_sym_ATthrows] = ACTIONS(491), - [anon_sym_ATvar] = ACTIONS(491), - [anon_sym_ATdeprecated] = ACTIONS(491), - [anon_sym_ATsince] = ACTIONS(491), - [anon_sym_ATversion] = ACTIONS(491), - [anon_sym_ATtemplate] = ACTIONS(493), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(491), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(491), - [anon_sym_ATimplements] = ACTIONS(491), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(491), - [anon_sym_ATextends] = ACTIONS(491), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(491), - [anon_sym_ATuse] = ACTIONS(493), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(491), - [anon_sym_ATafter] = ACTIONS(493), - [anon_sym_ATafterClass] = ACTIONS(491), - [anon_sym_ATannotation] = ACTIONS(491), - [anon_sym_ATbackupGlobals] = ACTIONS(491), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(491), - [anon_sym_ATbefore] = ACTIONS(493), - [anon_sym_ATbeforeClass] = ACTIONS(491), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(493), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(491), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(491), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(491), - [anon_sym_ATcovers] = ACTIONS(493), - [anon_sym_ATcoversDefaultClass] = ACTIONS(493), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(491), - [anon_sym_ATcoversNothing] = ACTIONS(491), - [anon_sym_ATdataProvider] = ACTIONS(491), - [anon_sym_ATdepends] = ACTIONS(493), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(491), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(491), - [anon_sym_ATgroup] = ACTIONS(491), - [anon_sym_ATlarge] = ACTIONS(491), - [anon_sym_ATmedium] = ACTIONS(491), - [anon_sym_ATpreserveGlobalState] = ACTIONS(491), - [anon_sym_ATrequires] = ACTIONS(493), - [anon_sym_ATrequiresusages] = ACTIONS(491), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(491), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(491), - [anon_sym_ATsmall] = ACTIONS(491), - [anon_sym_ATtest] = ACTIONS(493), - [anon_sym_ATtestWith] = ACTIONS(491), - [anon_sym_ATtestdox] = ACTIONS(491), - [anon_sym_ATticket] = ACTIONS(491), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(491), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(491), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(491), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(493), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(491), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(493), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(491), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(491), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(491), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(491), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(491), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(491), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(491), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(491), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(491), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(493), - [anon_sym_ATreadonly] = ACTIONS(491), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(491), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(491), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(491), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(491), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(491), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(491), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(491), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(491), - [anon_sym_ATparam_DASHout] = ACTIONS(491), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(491), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(493), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(491), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(491), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(491), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(491), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(491), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(491), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(491), - [anon_sym_ATmixin] = ACTIONS(491), - [sym__end] = ACTIONS(491), - [sym_text] = ACTIONS(495), - }, - [103] = { - [anon_sym_LBRACE] = ACTIONS(314), - [anon_sym_ATinheritdoc] = ACTIONS(314), - [anon_sym_ATinheritDoc] = ACTIONS(314), - [anon_sym_ATapi] = ACTIONS(314), - [anon_sym_ATfilesource] = ACTIONS(314), - [anon_sym_ATignore] = ACTIONS(314), - [anon_sym_ATinternal] = ACTIONS(314), - [anon_sym_ATcategory] = ACTIONS(314), - [anon_sym_ATcopyright] = ACTIONS(314), - [anon_sym_ATtodo] = ACTIONS(314), - [anon_sym_ATexample] = ACTIONS(314), - [anon_sym_ATlicense] = ACTIONS(314), - [anon_sym_ATpackage] = ACTIONS(314), - [anon_sym_ATsource] = ACTIONS(314), - [anon_sym_ATsubpackage] = ACTIONS(314), - [anon_sym_ATuses] = ACTIONS(314), - [anon_sym_ATauthor] = ACTIONS(314), - [anon_sym_ATglobal] = ACTIONS(314), - [anon_sym_ATlink] = ACTIONS(314), - [anon_sym_ATmethod] = ACTIONS(314), - [anon_sym_ATparam] = ACTIONS(312), - [anon_sym_ATproperty] = ACTIONS(312), - [anon_sym_ATproperty_DASHread] = ACTIONS(314), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(314), - [anon_sym_ATreturn] = ACTIONS(314), - [anon_sym_ATsee] = ACTIONS(314), - [anon_sym_ATthrows] = ACTIONS(314), - [anon_sym_ATvar] = ACTIONS(314), - [anon_sym_ATdeprecated] = ACTIONS(314), - [anon_sym_ATsince] = ACTIONS(314), - [anon_sym_ATversion] = ACTIONS(314), - [anon_sym_ATtemplate] = ACTIONS(312), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(314), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(314), - [anon_sym_ATimplements] = ACTIONS(314), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(314), - [anon_sym_ATextends] = ACTIONS(314), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(314), - [anon_sym_ATuse] = ACTIONS(312), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(314), - [anon_sym_ATafter] = ACTIONS(312), - [anon_sym_ATafterClass] = ACTIONS(314), - [anon_sym_ATannotation] = ACTIONS(314), - [anon_sym_ATbackupGlobals] = ACTIONS(314), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(314), - [anon_sym_ATbefore] = ACTIONS(312), - [anon_sym_ATbeforeClass] = ACTIONS(314), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(312), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(314), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(314), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(314), - [anon_sym_ATcovers] = ACTIONS(312), - [anon_sym_ATcoversDefaultClass] = ACTIONS(312), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(314), - [anon_sym_ATcoversNothing] = ACTIONS(314), - [anon_sym_ATdataProvider] = ACTIONS(314), - [anon_sym_ATdepends] = ACTIONS(312), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(314), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(314), - [anon_sym_ATgroup] = ACTIONS(314), - [anon_sym_ATlarge] = ACTIONS(314), - [anon_sym_ATmedium] = ACTIONS(314), - [anon_sym_ATpreserveGlobalState] = ACTIONS(314), - [anon_sym_ATrequires] = ACTIONS(312), - [anon_sym_ATrequiresusages] = ACTIONS(314), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(314), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(314), - [anon_sym_ATsmall] = ACTIONS(314), - [anon_sym_ATtest] = ACTIONS(312), - [anon_sym_ATtestWith] = ACTIONS(314), - [anon_sym_ATtestdox] = ACTIONS(314), - [anon_sym_ATticket] = ACTIONS(314), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(314), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(314), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(314), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(312), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(314), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(312), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(314), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(314), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(314), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(314), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(314), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(314), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(314), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(314), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(314), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(312), - [anon_sym_ATreadonly] = ACTIONS(314), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(314), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(314), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(314), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(314), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(314), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(314), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(314), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(314), - [anon_sym_ATparam_DASHout] = ACTIONS(314), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(314), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(312), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(314), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(314), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(314), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(314), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(314), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(314), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(314), - [anon_sym_ATmixin] = ACTIONS(314), - [anon_sym_AMP] = ACTIONS(314), - [anon_sym_DOLLAR] = ACTIONS(314), - [sym__end] = ACTIONS(314), - [sym__text_after_type] = ACTIONS(314), - }, - [104] = { - [sym_inline_tag] = STATE(125), - [aux_sym__description_after_type_repeat1] = STATE(94), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_ATinheritdoc] = ACTIONS(497), - [anon_sym_ATinheritDoc] = ACTIONS(497), - [anon_sym_ATapi] = ACTIONS(497), - [anon_sym_ATfilesource] = ACTIONS(497), - [anon_sym_ATignore] = ACTIONS(497), - [anon_sym_ATinternal] = ACTIONS(497), - [anon_sym_ATcategory] = ACTIONS(497), - [anon_sym_ATcopyright] = ACTIONS(497), - [anon_sym_ATtodo] = ACTIONS(497), - [anon_sym_ATexample] = ACTIONS(497), - [anon_sym_ATlicense] = ACTIONS(497), - [anon_sym_ATpackage] = ACTIONS(497), - [anon_sym_ATsource] = ACTIONS(497), - [anon_sym_ATsubpackage] = ACTIONS(497), - [anon_sym_ATuses] = ACTIONS(497), - [anon_sym_ATauthor] = ACTIONS(497), - [anon_sym_ATglobal] = ACTIONS(497), - [anon_sym_ATlink] = ACTIONS(497), - [anon_sym_ATmethod] = ACTIONS(497), - [anon_sym_ATparam] = ACTIONS(499), - [anon_sym_ATproperty] = ACTIONS(499), - [anon_sym_ATproperty_DASHread] = ACTIONS(497), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(497), - [anon_sym_ATreturn] = ACTIONS(497), - [anon_sym_ATsee] = ACTIONS(497), - [anon_sym_ATthrows] = ACTIONS(497), - [anon_sym_ATvar] = ACTIONS(497), - [anon_sym_ATdeprecated] = ACTIONS(497), - [anon_sym_ATsince] = ACTIONS(497), - [anon_sym_ATversion] = ACTIONS(497), - [anon_sym_ATtemplate] = ACTIONS(499), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(497), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(497), - [anon_sym_ATimplements] = ACTIONS(497), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(497), - [anon_sym_ATextends] = ACTIONS(497), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(497), - [anon_sym_ATuse] = ACTIONS(499), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(497), - [anon_sym_ATafter] = ACTIONS(499), - [anon_sym_ATafterClass] = ACTIONS(497), - [anon_sym_ATannotation] = ACTIONS(497), - [anon_sym_ATbackupGlobals] = ACTIONS(497), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(497), - [anon_sym_ATbefore] = ACTIONS(499), - [anon_sym_ATbeforeClass] = ACTIONS(497), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(499), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(497), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(497), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(497), - [anon_sym_ATcovers] = ACTIONS(499), - [anon_sym_ATcoversDefaultClass] = ACTIONS(499), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(497), - [anon_sym_ATcoversNothing] = ACTIONS(497), - [anon_sym_ATdataProvider] = ACTIONS(497), - [anon_sym_ATdepends] = ACTIONS(499), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(497), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(497), - [anon_sym_ATgroup] = ACTIONS(497), - [anon_sym_ATlarge] = ACTIONS(497), - [anon_sym_ATmedium] = ACTIONS(497), - [anon_sym_ATpreserveGlobalState] = ACTIONS(497), - [anon_sym_ATrequires] = ACTIONS(499), - [anon_sym_ATrequiresusages] = ACTIONS(497), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(497), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(497), - [anon_sym_ATsmall] = ACTIONS(497), - [anon_sym_ATtest] = ACTIONS(499), - [anon_sym_ATtestWith] = ACTIONS(497), - [anon_sym_ATtestdox] = ACTIONS(497), - [anon_sym_ATticket] = ACTIONS(497), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(497), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(497), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(497), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(499), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(497), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(499), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(497), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(497), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(497), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(497), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(497), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(497), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(497), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(497), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(497), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(499), - [anon_sym_ATreadonly] = ACTIONS(497), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(497), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(497), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(497), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(497), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(497), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(497), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(497), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(497), - [anon_sym_ATparam_DASHout] = ACTIONS(497), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(497), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(499), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(497), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(497), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(497), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(497), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(497), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(497), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(497), - [anon_sym_ATmixin] = ACTIONS(497), - [sym__end] = ACTIONS(497), - [sym__text_after_type] = ACTIONS(396), - }, [105] = { - [anon_sym_LBRACE] = ACTIONS(210), - [anon_sym_ATinheritdoc] = ACTIONS(210), - [anon_sym_ATinheritDoc] = ACTIONS(210), - [anon_sym_ATapi] = ACTIONS(210), - [anon_sym_ATfilesource] = ACTIONS(210), - [anon_sym_ATignore] = ACTIONS(210), - [anon_sym_ATinternal] = ACTIONS(210), - [anon_sym_ATcategory] = ACTIONS(210), - [anon_sym_ATcopyright] = ACTIONS(210), - [anon_sym_ATtodo] = ACTIONS(210), - [anon_sym_ATexample] = ACTIONS(210), - [anon_sym_ATlicense] = ACTIONS(210), - [anon_sym_ATpackage] = ACTIONS(210), - [anon_sym_ATsource] = ACTIONS(210), - [anon_sym_ATsubpackage] = ACTIONS(210), - [anon_sym_ATuses] = ACTIONS(210), - [anon_sym_ATauthor] = ACTIONS(210), - [anon_sym_ATglobal] = ACTIONS(210), - [anon_sym_ATlink] = ACTIONS(210), - [anon_sym_ATmethod] = ACTIONS(210), - [anon_sym_ATparam] = ACTIONS(208), - [anon_sym_ATproperty] = ACTIONS(208), - [anon_sym_ATproperty_DASHread] = ACTIONS(210), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(210), - [anon_sym_ATreturn] = ACTIONS(210), - [anon_sym_ATsee] = ACTIONS(210), - [anon_sym_ATthrows] = ACTIONS(210), - [anon_sym_ATvar] = ACTIONS(210), - [anon_sym_ATdeprecated] = ACTIONS(210), - [anon_sym_ATsince] = ACTIONS(210), - [anon_sym_ATversion] = ACTIONS(210), - [anon_sym_ATtemplate] = ACTIONS(208), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(210), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(210), - [anon_sym_ATimplements] = ACTIONS(210), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(210), - [anon_sym_ATextends] = ACTIONS(210), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(210), - [anon_sym_ATuse] = ACTIONS(208), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(210), - [anon_sym_ATafter] = ACTIONS(208), - [anon_sym_ATafterClass] = ACTIONS(210), - [anon_sym_ATannotation] = ACTIONS(210), - [anon_sym_ATbackupGlobals] = ACTIONS(210), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(210), - [anon_sym_ATbefore] = ACTIONS(208), - [anon_sym_ATbeforeClass] = ACTIONS(210), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(208), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(210), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(210), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(210), - [anon_sym_ATcovers] = ACTIONS(208), - [anon_sym_ATcoversDefaultClass] = ACTIONS(208), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(210), - [anon_sym_ATcoversNothing] = ACTIONS(210), - [anon_sym_ATdataProvider] = ACTIONS(210), - [anon_sym_ATdepends] = ACTIONS(208), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(210), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(210), - [anon_sym_ATgroup] = ACTIONS(210), - [anon_sym_ATlarge] = ACTIONS(210), - [anon_sym_ATmedium] = ACTIONS(210), - [anon_sym_ATpreserveGlobalState] = ACTIONS(210), - [anon_sym_ATrequires] = ACTIONS(208), - [anon_sym_ATrequiresusages] = ACTIONS(210), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(210), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(210), - [anon_sym_ATsmall] = ACTIONS(210), - [anon_sym_ATtest] = ACTIONS(208), - [anon_sym_ATtestWith] = ACTIONS(210), - [anon_sym_ATtestdox] = ACTIONS(210), - [anon_sym_ATticket] = ACTIONS(210), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(210), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(210), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(210), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(208), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(210), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(208), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(210), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(210), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(210), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(210), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(210), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(210), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(210), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(210), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(210), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(208), - [anon_sym_ATreadonly] = ACTIONS(210), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(210), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(210), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(210), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(210), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(210), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(210), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(210), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(210), - [anon_sym_ATparam_DASHout] = ACTIONS(210), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(210), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(208), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(210), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(210), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(210), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(210), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(210), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(210), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(210), - [anon_sym_ATmixin] = ACTIONS(210), - [anon_sym_COLON_COLON] = ACTIONS(210), - [sym__end] = ACTIONS(210), - [sym_text] = ACTIONS(210), + [anon_sym_LBRACE] = ACTIONS(354), + [anon_sym_ATinheritdoc] = ACTIONS(354), + [anon_sym_ATinheritDoc] = ACTIONS(354), + [anon_sym_ATapi] = ACTIONS(354), + [anon_sym_ATfilesource] = ACTIONS(354), + [anon_sym_ATignore] = ACTIONS(354), + [anon_sym_ATinternal] = ACTIONS(354), + [anon_sym_ATcategory] = ACTIONS(354), + [anon_sym_ATcopyright] = ACTIONS(354), + [anon_sym_ATtodo] = ACTIONS(354), + [anon_sym_ATexample] = ACTIONS(354), + [anon_sym_ATlicense] = ACTIONS(354), + [anon_sym_ATpackage] = ACTIONS(354), + [anon_sym_ATsource] = ACTIONS(354), + [anon_sym_ATsubpackage] = ACTIONS(354), + [anon_sym_ATuses] = ACTIONS(354), + [anon_sym_ATauthor] = ACTIONS(354), + [anon_sym_ATglobal] = ACTIONS(354), + [anon_sym_ATlink] = ACTIONS(354), + [anon_sym_ATmethod] = ACTIONS(354), + [anon_sym_ATparam] = ACTIONS(352), + [anon_sym_ATproperty] = ACTIONS(352), + [anon_sym_ATproperty_DASHread] = ACTIONS(354), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(354), + [anon_sym_ATreturn] = ACTIONS(354), + [anon_sym_ATsee] = ACTIONS(354), + [anon_sym_ATthrows] = ACTIONS(354), + [anon_sym_ATvar] = ACTIONS(354), + [anon_sym_ATdeprecated] = ACTIONS(354), + [anon_sym_ATsince] = ACTIONS(354), + [anon_sym_ATversion] = ACTIONS(354), + [anon_sym_ATtemplate] = ACTIONS(352), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(354), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(354), + [anon_sym_ATimplements] = ACTIONS(354), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(354), + [anon_sym_ATextends] = ACTIONS(354), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(354), + [anon_sym_ATuse] = ACTIONS(352), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(354), + [anon_sym_ATafter] = ACTIONS(352), + [anon_sym_ATafterClass] = ACTIONS(354), + [anon_sym_ATannotation] = ACTIONS(354), + [anon_sym_ATbackupGlobals] = ACTIONS(354), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(354), + [anon_sym_ATbefore] = ACTIONS(352), + [anon_sym_ATbeforeClass] = ACTIONS(354), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(352), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(354), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(354), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(354), + [anon_sym_ATcovers] = ACTIONS(352), + [anon_sym_ATcoversDefaultClass] = ACTIONS(352), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(354), + [anon_sym_ATcoversNothing] = ACTIONS(354), + [anon_sym_ATdataProvider] = ACTIONS(354), + [anon_sym_ATdepends] = ACTIONS(352), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(354), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(354), + [anon_sym_ATgroup] = ACTIONS(354), + [anon_sym_ATlarge] = ACTIONS(354), + [anon_sym_ATmedium] = ACTIONS(354), + [anon_sym_ATpreserveGlobalState] = ACTIONS(354), + [anon_sym_ATrequires] = ACTIONS(352), + [anon_sym_ATrequiresusages] = ACTIONS(354), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(354), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(354), + [anon_sym_ATsmall] = ACTIONS(354), + [anon_sym_ATtest] = ACTIONS(352), + [anon_sym_ATtestWith] = ACTIONS(354), + [anon_sym_ATtestdox] = ACTIONS(354), + [anon_sym_ATticket] = ACTIONS(354), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(354), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(354), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(354), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(352), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(354), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(352), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(354), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(354), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(354), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(354), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(354), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(354), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(354), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(354), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(354), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(352), + [anon_sym_ATreadonly] = ACTIONS(354), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(354), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(354), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(354), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(354), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(354), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(354), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(354), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(354), + [anon_sym_ATparam_DASHout] = ACTIONS(354), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(354), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(352), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(354), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(354), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(354), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(354), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(354), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(354), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(354), + [anon_sym_ATmixin] = ACTIONS(354), + [anon_sym_PIPE] = ACTIONS(354), + [anon_sym_DOLLAR] = ACTIONS(354), + [sym__end] = ACTIONS(354), + [sym__text_after_type] = ACTIONS(354), }, [106] = { - [anon_sym_LBRACE] = ACTIONS(501), - [anon_sym_ATinheritdoc] = ACTIONS(501), - [anon_sym_ATinheritDoc] = ACTIONS(501), - [anon_sym_ATapi] = ACTIONS(501), - [anon_sym_ATfilesource] = ACTIONS(501), - [anon_sym_ATignore] = ACTIONS(501), - [anon_sym_ATinternal] = ACTIONS(501), - [anon_sym_ATcategory] = ACTIONS(501), - [anon_sym_ATcopyright] = ACTIONS(501), - [anon_sym_ATtodo] = ACTIONS(501), - [anon_sym_ATexample] = ACTIONS(501), - [anon_sym_ATlicense] = ACTIONS(501), - [anon_sym_ATpackage] = ACTIONS(501), - [anon_sym_ATsource] = ACTIONS(501), - [anon_sym_ATsubpackage] = ACTIONS(501), - [anon_sym_ATuses] = ACTIONS(501), - [anon_sym_ATauthor] = ACTIONS(501), - [anon_sym_ATglobal] = ACTIONS(501), - [anon_sym_ATlink] = ACTIONS(501), - [anon_sym_ATmethod] = ACTIONS(501), - [anon_sym_ATparam] = ACTIONS(503), - [anon_sym_ATproperty] = ACTIONS(503), - [anon_sym_ATproperty_DASHread] = ACTIONS(501), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(501), - [anon_sym_ATreturn] = ACTIONS(501), - [anon_sym_ATsee] = ACTIONS(501), - [anon_sym_ATthrows] = ACTIONS(501), - [anon_sym_ATvar] = ACTIONS(501), - [anon_sym_ATdeprecated] = ACTIONS(501), - [anon_sym_ATsince] = ACTIONS(501), - [anon_sym_ATversion] = ACTIONS(501), - [anon_sym_ATtemplate] = ACTIONS(503), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(501), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(501), - [anon_sym_ATimplements] = ACTIONS(501), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(501), - [anon_sym_ATextends] = ACTIONS(501), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(501), - [anon_sym_ATuse] = ACTIONS(503), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(501), - [anon_sym_ATafter] = ACTIONS(503), - [anon_sym_ATafterClass] = ACTIONS(501), - [anon_sym_ATannotation] = ACTIONS(501), - [anon_sym_ATbackupGlobals] = ACTIONS(501), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(501), - [anon_sym_ATbefore] = ACTIONS(503), - [anon_sym_ATbeforeClass] = ACTIONS(501), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(503), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(501), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(501), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(501), - [anon_sym_ATcovers] = ACTIONS(503), - [anon_sym_ATcoversDefaultClass] = ACTIONS(503), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(501), - [anon_sym_ATcoversNothing] = ACTIONS(501), - [anon_sym_ATdataProvider] = ACTIONS(501), - [anon_sym_ATdepends] = ACTIONS(503), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(501), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(501), - [anon_sym_ATgroup] = ACTIONS(501), - [anon_sym_ATlarge] = ACTIONS(501), - [anon_sym_ATmedium] = ACTIONS(501), - [anon_sym_ATpreserveGlobalState] = ACTIONS(501), - [anon_sym_ATrequires] = ACTIONS(503), - [anon_sym_ATrequiresusages] = ACTIONS(501), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(501), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(501), - [anon_sym_ATsmall] = ACTIONS(501), - [anon_sym_ATtest] = ACTIONS(503), - [anon_sym_ATtestWith] = ACTIONS(501), - [anon_sym_ATtestdox] = ACTIONS(501), - [anon_sym_ATticket] = ACTIONS(501), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(501), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(501), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(501), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(503), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(501), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(503), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(501), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(501), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(501), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(501), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(501), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(501), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(501), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(501), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(501), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(503), - [anon_sym_ATreadonly] = ACTIONS(501), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(501), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(501), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(501), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(501), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(501), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(501), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(501), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(501), - [anon_sym_ATparam_DASHout] = ACTIONS(501), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(501), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(503), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(501), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(501), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(501), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(501), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(501), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(501), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(501), - [anon_sym_ATmixin] = ACTIONS(501), - [anon_sym_LPAREN_RPAREN] = ACTIONS(505), - [sym__end] = ACTIONS(501), - [sym_text] = ACTIONS(501), + [anon_sym_ATinheritdoc] = ACTIONS(505), + [anon_sym_ATinheritDoc] = ACTIONS(505), + [anon_sym_ATapi] = ACTIONS(505), + [anon_sym_ATfilesource] = ACTIONS(505), + [anon_sym_ATignore] = ACTIONS(505), + [anon_sym_ATinternal] = ACTIONS(505), + [anon_sym_ATcategory] = ACTIONS(505), + [anon_sym_ATcopyright] = ACTIONS(505), + [anon_sym_ATtodo] = ACTIONS(505), + [anon_sym_ATexample] = ACTIONS(505), + [anon_sym_ATlicense] = ACTIONS(505), + [anon_sym_ATpackage] = ACTIONS(505), + [anon_sym_ATsource] = ACTIONS(505), + [anon_sym_ATsubpackage] = ACTIONS(505), + [anon_sym_ATuses] = ACTIONS(505), + [anon_sym_ATauthor] = ACTIONS(505), + [anon_sym_ATglobal] = ACTIONS(505), + [anon_sym_ATlink] = ACTIONS(505), + [anon_sym_ATmethod] = ACTIONS(505), + [anon_sym_ATparam] = ACTIONS(507), + [anon_sym_ATproperty] = ACTIONS(507), + [anon_sym_ATproperty_DASHread] = ACTIONS(505), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(505), + [anon_sym_ATreturn] = ACTIONS(505), + [anon_sym_ATsee] = ACTIONS(505), + [anon_sym_ATthrows] = ACTIONS(505), + [anon_sym_ATvar] = ACTIONS(505), + [anon_sym_ATdeprecated] = ACTIONS(505), + [anon_sym_ATsince] = ACTIONS(505), + [anon_sym_ATversion] = ACTIONS(505), + [anon_sym_ATtemplate] = ACTIONS(507), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(505), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(505), + [anon_sym_ATimplements] = ACTIONS(505), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(505), + [anon_sym_ATextends] = ACTIONS(505), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(505), + [anon_sym_ATuse] = ACTIONS(507), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(505), + [anon_sym_ATafter] = ACTIONS(507), + [anon_sym_ATafterClass] = ACTIONS(505), + [anon_sym_ATannotation] = ACTIONS(505), + [anon_sym_ATbackupGlobals] = ACTIONS(505), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(505), + [anon_sym_ATbefore] = ACTIONS(507), + [anon_sym_ATbeforeClass] = ACTIONS(505), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(507), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(505), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(505), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(505), + [anon_sym_ATcovers] = ACTIONS(507), + [anon_sym_ATcoversDefaultClass] = ACTIONS(507), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(505), + [anon_sym_ATcoversNothing] = ACTIONS(505), + [anon_sym_ATdataProvider] = ACTIONS(505), + [anon_sym_ATdepends] = ACTIONS(507), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(505), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(505), + [anon_sym_ATgroup] = ACTIONS(505), + [anon_sym_ATlarge] = ACTIONS(505), + [anon_sym_ATmedium] = ACTIONS(505), + [anon_sym_ATpreserveGlobalState] = ACTIONS(505), + [anon_sym_ATrequires] = ACTIONS(507), + [anon_sym_ATrequiresusages] = ACTIONS(505), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(505), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(505), + [anon_sym_ATsmall] = ACTIONS(505), + [anon_sym_ATtest] = ACTIONS(507), + [anon_sym_ATtestWith] = ACTIONS(505), + [anon_sym_ATtestdox] = ACTIONS(505), + [anon_sym_ATticket] = ACTIONS(505), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(505), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(505), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(505), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(507), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(505), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(507), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(505), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(505), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(505), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(505), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(505), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(505), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(505), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(505), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(505), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(507), + [anon_sym_ATreadonly] = ACTIONS(505), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(505), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(505), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(505), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(505), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(505), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(505), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(505), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(505), + [anon_sym_ATparam_DASHout] = ACTIONS(505), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(505), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(507), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(505), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(505), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(505), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(505), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(505), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(505), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(505), + [anon_sym_ATmixin] = ACTIONS(505), + [anon_sym_COMMA] = ACTIONS(505), + [anon_sym_RPAREN] = ACTIONS(505), + [anon_sym_EQ] = ACTIONS(505), + [sym__end] = ACTIONS(505), + }, + [107] = { + [anon_sym_LBRACE] = ACTIONS(206), + [anon_sym_ATinheritdoc] = ACTIONS(206), + [anon_sym_ATinheritDoc] = ACTIONS(206), + [anon_sym_ATapi] = ACTIONS(206), + [anon_sym_ATfilesource] = ACTIONS(206), + [anon_sym_ATignore] = ACTIONS(206), + [anon_sym_ATinternal] = ACTIONS(206), + [anon_sym_ATcategory] = ACTIONS(206), + [anon_sym_ATcopyright] = ACTIONS(206), + [anon_sym_ATtodo] = ACTIONS(206), + [anon_sym_ATexample] = ACTIONS(206), + [anon_sym_ATlicense] = ACTIONS(206), + [anon_sym_ATpackage] = ACTIONS(206), + [anon_sym_ATsource] = ACTIONS(206), + [anon_sym_ATsubpackage] = ACTIONS(206), + [anon_sym_ATuses] = ACTIONS(206), + [anon_sym_ATauthor] = ACTIONS(206), + [anon_sym_ATglobal] = ACTIONS(206), + [anon_sym_ATlink] = ACTIONS(206), + [anon_sym_ATmethod] = ACTIONS(206), + [anon_sym_ATparam] = ACTIONS(204), + [anon_sym_ATproperty] = ACTIONS(204), + [anon_sym_ATproperty_DASHread] = ACTIONS(206), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(206), + [anon_sym_ATreturn] = ACTIONS(206), + [anon_sym_ATsee] = ACTIONS(206), + [anon_sym_ATthrows] = ACTIONS(206), + [anon_sym_ATvar] = ACTIONS(206), + [anon_sym_ATdeprecated] = ACTIONS(206), + [anon_sym_ATsince] = ACTIONS(206), + [anon_sym_ATversion] = ACTIONS(206), + [anon_sym_ATtemplate] = ACTIONS(204), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(206), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(206), + [anon_sym_ATimplements] = ACTIONS(206), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(206), + [anon_sym_ATextends] = ACTIONS(206), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(206), + [anon_sym_ATuse] = ACTIONS(204), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(206), + [anon_sym_ATafter] = ACTIONS(204), + [anon_sym_ATafterClass] = ACTIONS(206), + [anon_sym_ATannotation] = ACTIONS(206), + [anon_sym_ATbackupGlobals] = ACTIONS(206), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(206), + [anon_sym_ATbefore] = ACTIONS(204), + [anon_sym_ATbeforeClass] = ACTIONS(206), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(204), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(206), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(206), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(206), + [anon_sym_ATcovers] = ACTIONS(204), + [anon_sym_ATcoversDefaultClass] = ACTIONS(204), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(206), + [anon_sym_ATcoversNothing] = ACTIONS(206), + [anon_sym_ATdataProvider] = ACTIONS(206), + [anon_sym_ATdepends] = ACTIONS(204), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(206), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(206), + [anon_sym_ATgroup] = ACTIONS(206), + [anon_sym_ATlarge] = ACTIONS(206), + [anon_sym_ATmedium] = ACTIONS(206), + [anon_sym_ATpreserveGlobalState] = ACTIONS(206), + [anon_sym_ATrequires] = ACTIONS(204), + [anon_sym_ATrequiresusages] = ACTIONS(206), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(206), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(206), + [anon_sym_ATsmall] = ACTIONS(206), + [anon_sym_ATtest] = ACTIONS(204), + [anon_sym_ATtestWith] = ACTIONS(206), + [anon_sym_ATtestdox] = ACTIONS(206), + [anon_sym_ATticket] = ACTIONS(206), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(206), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(206), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(206), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(204), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(206), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(204), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(206), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(206), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(206), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(206), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(206), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(206), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(206), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(206), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(206), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(204), + [anon_sym_ATreadonly] = ACTIONS(206), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(206), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(206), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(206), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(206), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(206), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(206), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(206), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(206), + [anon_sym_ATparam_DASHout] = ACTIONS(206), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(206), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(204), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(206), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(206), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(206), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(206), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(206), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(206), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(206), + [anon_sym_ATmixin] = ACTIONS(206), + [anon_sym_COLON_COLON] = ACTIONS(206), + [sym__end] = ACTIONS(206), + [sym_text] = ACTIONS(206), }, - [107] = { + [108] = { [anon_sym_LBRACE] = ACTIONS(202), [anon_sym_ATinheritdoc] = ACTIONS(202), [anon_sym_ATinheritDoc] = ACTIONS(202), @@ -19613,346 +19736,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(202), [sym_text] = ACTIONS(202), }, - [108] = { - [anon_sym_LBRACE] = ACTIONS(184), - [anon_sym_ATinheritdoc] = ACTIONS(184), - [anon_sym_ATinheritDoc] = ACTIONS(184), - [anon_sym_ATapi] = ACTIONS(184), - [anon_sym_ATfilesource] = ACTIONS(184), - [anon_sym_ATignore] = ACTIONS(184), - [anon_sym_ATinternal] = ACTIONS(184), - [anon_sym_ATcategory] = ACTIONS(184), - [anon_sym_ATcopyright] = ACTIONS(184), - [anon_sym_ATtodo] = ACTIONS(184), - [anon_sym_ATexample] = ACTIONS(184), - [anon_sym_ATlicense] = ACTIONS(184), - [anon_sym_ATpackage] = ACTIONS(184), - [anon_sym_ATsource] = ACTIONS(184), - [anon_sym_ATsubpackage] = ACTIONS(184), - [anon_sym_ATuses] = ACTIONS(184), - [anon_sym_ATauthor] = ACTIONS(184), - [anon_sym_ATglobal] = ACTIONS(184), - [anon_sym_ATlink] = ACTIONS(184), - [anon_sym_ATmethod] = ACTIONS(184), - [anon_sym_ATparam] = ACTIONS(182), - [anon_sym_ATproperty] = ACTIONS(182), - [anon_sym_ATproperty_DASHread] = ACTIONS(184), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(184), - [anon_sym_ATreturn] = ACTIONS(184), - [anon_sym_ATsee] = ACTIONS(184), - [anon_sym_ATthrows] = ACTIONS(184), - [anon_sym_ATvar] = ACTIONS(184), - [anon_sym_ATdeprecated] = ACTIONS(184), - [anon_sym_ATsince] = ACTIONS(184), - [anon_sym_ATversion] = ACTIONS(184), - [anon_sym_ATtemplate] = ACTIONS(182), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(184), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(184), - [anon_sym_ATimplements] = ACTIONS(184), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(184), - [anon_sym_ATextends] = ACTIONS(184), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(184), - [anon_sym_ATuse] = ACTIONS(182), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(184), - [anon_sym_ATafter] = ACTIONS(182), - [anon_sym_ATafterClass] = ACTIONS(184), - [anon_sym_ATannotation] = ACTIONS(184), - [anon_sym_ATbackupGlobals] = ACTIONS(184), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(184), - [anon_sym_ATbefore] = ACTIONS(182), - [anon_sym_ATbeforeClass] = ACTIONS(184), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(182), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(184), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(184), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(184), - [anon_sym_ATcovers] = ACTIONS(182), - [anon_sym_ATcoversDefaultClass] = ACTIONS(182), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(184), - [anon_sym_ATcoversNothing] = ACTIONS(184), - [anon_sym_ATdataProvider] = ACTIONS(184), - [anon_sym_ATdepends] = ACTIONS(182), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(184), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(184), - [anon_sym_ATgroup] = ACTIONS(184), - [anon_sym_ATlarge] = ACTIONS(184), - [anon_sym_ATmedium] = ACTIONS(184), - [anon_sym_ATpreserveGlobalState] = ACTIONS(184), - [anon_sym_ATrequires] = ACTIONS(182), - [anon_sym_ATrequiresusages] = ACTIONS(184), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(184), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(184), - [anon_sym_ATsmall] = ACTIONS(184), - [anon_sym_ATtest] = ACTIONS(182), - [anon_sym_ATtestWith] = ACTIONS(184), - [anon_sym_ATtestdox] = ACTIONS(184), - [anon_sym_ATticket] = ACTIONS(184), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(184), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(184), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(184), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(182), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(184), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(182), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(184), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(184), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(184), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(184), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(184), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(184), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(184), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(184), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(184), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(182), - [anon_sym_ATreadonly] = ACTIONS(184), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(184), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(184), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(184), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(184), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(184), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(184), - [anon_sym_ATparam_DASHout] = ACTIONS(184), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(184), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(182), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(184), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(184), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(184), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(184), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(184), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(184), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(184), - [anon_sym_ATmixin] = ACTIONS(184), - [anon_sym_COLON_COLON] = ACTIONS(184), - [sym__end] = ACTIONS(184), - [sym_text] = ACTIONS(184), - }, [109] = { - [anon_sym_ATinheritdoc] = ACTIONS(507), - [anon_sym_ATinheritDoc] = ACTIONS(507), - [anon_sym_ATapi] = ACTIONS(507), - [anon_sym_ATfilesource] = ACTIONS(507), - [anon_sym_ATignore] = ACTIONS(507), - [anon_sym_ATinternal] = ACTIONS(507), - [anon_sym_ATcategory] = ACTIONS(507), - [anon_sym_ATcopyright] = ACTIONS(507), - [anon_sym_ATtodo] = ACTIONS(507), - [anon_sym_ATexample] = ACTIONS(507), - [anon_sym_ATlicense] = ACTIONS(507), - [anon_sym_ATpackage] = ACTIONS(507), - [anon_sym_ATsource] = ACTIONS(507), - [anon_sym_ATsubpackage] = ACTIONS(507), - [anon_sym_ATuses] = ACTIONS(507), - [anon_sym_ATauthor] = ACTIONS(507), - [anon_sym_ATglobal] = ACTIONS(507), - [anon_sym_ATlink] = ACTIONS(507), - [anon_sym_ATmethod] = ACTIONS(507), - [anon_sym_ATparam] = ACTIONS(509), - [anon_sym_ATproperty] = ACTIONS(509), - [anon_sym_ATproperty_DASHread] = ACTIONS(507), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(507), - [anon_sym_ATreturn] = ACTIONS(507), - [anon_sym_ATsee] = ACTIONS(507), - [anon_sym_ATthrows] = ACTIONS(507), - [anon_sym_ATvar] = ACTIONS(507), - [anon_sym_ATdeprecated] = ACTIONS(507), - [anon_sym_ATsince] = ACTIONS(507), - [anon_sym_ATversion] = ACTIONS(507), - [anon_sym_ATtemplate] = ACTIONS(509), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(507), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(507), - [anon_sym_ATimplements] = ACTIONS(507), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(507), - [anon_sym_ATextends] = ACTIONS(507), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(507), - [anon_sym_ATuse] = ACTIONS(509), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(507), - [anon_sym_ATafter] = ACTIONS(509), - [anon_sym_ATafterClass] = ACTIONS(507), - [anon_sym_ATannotation] = ACTIONS(507), - [anon_sym_ATbackupGlobals] = ACTIONS(507), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(507), - [anon_sym_ATbefore] = ACTIONS(509), - [anon_sym_ATbeforeClass] = ACTIONS(507), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(509), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(507), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(507), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(507), - [anon_sym_ATcovers] = ACTIONS(509), - [anon_sym_ATcoversDefaultClass] = ACTIONS(509), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(507), - [anon_sym_ATcoversNothing] = ACTIONS(507), - [anon_sym_ATdataProvider] = ACTIONS(507), - [anon_sym_ATdepends] = ACTIONS(509), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(507), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(507), - [anon_sym_ATgroup] = ACTIONS(507), - [anon_sym_ATlarge] = ACTIONS(507), - [anon_sym_ATmedium] = ACTIONS(507), - [anon_sym_ATpreserveGlobalState] = ACTIONS(507), - [anon_sym_ATrequires] = ACTIONS(509), - [anon_sym_ATrequiresusages] = ACTIONS(507), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(507), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(507), - [anon_sym_ATsmall] = ACTIONS(507), - [anon_sym_ATtest] = ACTIONS(509), - [anon_sym_ATtestWith] = ACTIONS(507), - [anon_sym_ATtestdox] = ACTIONS(507), - [anon_sym_ATticket] = ACTIONS(507), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(507), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(507), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(507), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(509), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(507), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(509), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(507), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(507), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(507), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(507), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(507), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(507), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(507), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(507), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(507), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(509), - [anon_sym_ATreadonly] = ACTIONS(507), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(507), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(507), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(507), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(507), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(507), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(507), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(507), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(507), - [anon_sym_ATparam_DASHout] = ACTIONS(507), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(507), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(509), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(507), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(507), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(507), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(507), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(507), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(507), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(507), - [anon_sym_ATmixin] = ACTIONS(507), - [anon_sym_COMMA] = ACTIONS(507), - [anon_sym_RPAREN] = ACTIONS(507), - [anon_sym_EQ] = ACTIONS(507), - [sym__end] = ACTIONS(507), + [anon_sym_LBRACE] = ACTIONS(509), + [anon_sym_ATinheritdoc] = ACTIONS(509), + [anon_sym_ATinheritDoc] = ACTIONS(509), + [anon_sym_ATapi] = ACTIONS(509), + [anon_sym_ATfilesource] = ACTIONS(509), + [anon_sym_ATignore] = ACTIONS(509), + [anon_sym_ATinternal] = ACTIONS(509), + [anon_sym_ATcategory] = ACTIONS(509), + [anon_sym_ATcopyright] = ACTIONS(509), + [anon_sym_ATtodo] = ACTIONS(509), + [anon_sym_ATexample] = ACTIONS(509), + [anon_sym_ATlicense] = ACTIONS(509), + [anon_sym_ATpackage] = ACTIONS(509), + [anon_sym_ATsource] = ACTIONS(509), + [anon_sym_ATsubpackage] = ACTIONS(509), + [anon_sym_ATuses] = ACTIONS(509), + [anon_sym_ATauthor] = ACTIONS(509), + [anon_sym_ATglobal] = ACTIONS(509), + [anon_sym_ATlink] = ACTIONS(509), + [anon_sym_ATmethod] = ACTIONS(509), + [anon_sym_ATparam] = ACTIONS(511), + [anon_sym_ATproperty] = ACTIONS(511), + [anon_sym_ATproperty_DASHread] = ACTIONS(509), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(509), + [anon_sym_ATreturn] = ACTIONS(509), + [anon_sym_ATsee] = ACTIONS(509), + [anon_sym_ATthrows] = ACTIONS(509), + [anon_sym_ATvar] = ACTIONS(509), + [anon_sym_ATdeprecated] = ACTIONS(509), + [anon_sym_ATsince] = ACTIONS(509), + [anon_sym_ATversion] = ACTIONS(509), + [anon_sym_ATtemplate] = ACTIONS(511), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(509), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(509), + [anon_sym_ATimplements] = ACTIONS(509), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(509), + [anon_sym_ATextends] = ACTIONS(509), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(509), + [anon_sym_ATuse] = ACTIONS(511), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(509), + [anon_sym_ATafter] = ACTIONS(511), + [anon_sym_ATafterClass] = ACTIONS(509), + [anon_sym_ATannotation] = ACTIONS(509), + [anon_sym_ATbackupGlobals] = ACTIONS(509), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(509), + [anon_sym_ATbefore] = ACTIONS(511), + [anon_sym_ATbeforeClass] = ACTIONS(509), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(511), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(509), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(509), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(509), + [anon_sym_ATcovers] = ACTIONS(511), + [anon_sym_ATcoversDefaultClass] = ACTIONS(511), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(509), + [anon_sym_ATcoversNothing] = ACTIONS(509), + [anon_sym_ATdataProvider] = ACTIONS(509), + [anon_sym_ATdepends] = ACTIONS(511), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(509), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(509), + [anon_sym_ATgroup] = ACTIONS(509), + [anon_sym_ATlarge] = ACTIONS(509), + [anon_sym_ATmedium] = ACTIONS(509), + [anon_sym_ATpreserveGlobalState] = ACTIONS(509), + [anon_sym_ATrequires] = ACTIONS(511), + [anon_sym_ATrequiresusages] = ACTIONS(509), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(509), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(509), + [anon_sym_ATsmall] = ACTIONS(509), + [anon_sym_ATtest] = ACTIONS(511), + [anon_sym_ATtestWith] = ACTIONS(509), + [anon_sym_ATtestdox] = ACTIONS(509), + [anon_sym_ATticket] = ACTIONS(509), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(509), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(509), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(509), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(511), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(509), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(511), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(509), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(509), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(509), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(509), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(509), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(509), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(509), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(509), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(509), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(511), + [anon_sym_ATreadonly] = ACTIONS(509), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(509), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(509), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(509), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(509), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(509), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(509), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(509), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(509), + [anon_sym_ATparam_DASHout] = ACTIONS(509), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(509), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(511), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(509), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(509), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(509), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(509), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(509), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(509), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(509), + [anon_sym_ATmixin] = ACTIONS(509), + [anon_sym_COLON_COLON] = ACTIONS(513), + [sym__end] = ACTIONS(509), + [sym_text] = ACTIONS(509), }, [110] = { - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_ATinheritdoc] = ACTIONS(511), - [anon_sym_ATinheritDoc] = ACTIONS(511), - [anon_sym_ATapi] = ACTIONS(511), - [anon_sym_ATfilesource] = ACTIONS(511), - [anon_sym_ATignore] = ACTIONS(511), - [anon_sym_ATinternal] = ACTIONS(511), - [anon_sym_ATcategory] = ACTIONS(511), - [anon_sym_ATcopyright] = ACTIONS(511), - [anon_sym_ATtodo] = ACTIONS(511), - [anon_sym_ATexample] = ACTIONS(511), - [anon_sym_ATlicense] = ACTIONS(511), - [anon_sym_ATpackage] = ACTIONS(511), - [anon_sym_ATsource] = ACTIONS(511), - [anon_sym_ATsubpackage] = ACTIONS(511), - [anon_sym_ATuses] = ACTIONS(511), - [anon_sym_ATauthor] = ACTIONS(511), - [anon_sym_ATglobal] = ACTIONS(511), - [anon_sym_ATlink] = ACTIONS(511), - [anon_sym_ATmethod] = ACTIONS(511), - [anon_sym_ATparam] = ACTIONS(513), - [anon_sym_ATproperty] = ACTIONS(513), - [anon_sym_ATproperty_DASHread] = ACTIONS(511), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(511), - [anon_sym_ATreturn] = ACTIONS(511), - [anon_sym_ATsee] = ACTIONS(511), - [anon_sym_ATthrows] = ACTIONS(511), - [anon_sym_ATvar] = ACTIONS(511), - [anon_sym_ATdeprecated] = ACTIONS(511), - [anon_sym_ATsince] = ACTIONS(511), - [anon_sym_ATversion] = ACTIONS(511), - [anon_sym_ATtemplate] = ACTIONS(513), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(511), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(511), - [anon_sym_ATimplements] = ACTIONS(511), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(511), - [anon_sym_ATextends] = ACTIONS(511), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(511), - [anon_sym_ATuse] = ACTIONS(513), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(511), - [anon_sym_ATafter] = ACTIONS(513), - [anon_sym_ATafterClass] = ACTIONS(511), - [anon_sym_ATannotation] = ACTIONS(511), - [anon_sym_ATbackupGlobals] = ACTIONS(511), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(511), - [anon_sym_ATbefore] = ACTIONS(513), - [anon_sym_ATbeforeClass] = ACTIONS(511), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(513), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(511), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(511), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(511), - [anon_sym_ATcovers] = ACTIONS(513), - [anon_sym_ATcoversDefaultClass] = ACTIONS(513), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(511), - [anon_sym_ATcoversNothing] = ACTIONS(511), - [anon_sym_ATdataProvider] = ACTIONS(511), - [anon_sym_ATdepends] = ACTIONS(513), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(511), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(511), - [anon_sym_ATgroup] = ACTIONS(511), - [anon_sym_ATlarge] = ACTIONS(511), - [anon_sym_ATmedium] = ACTIONS(511), - [anon_sym_ATpreserveGlobalState] = ACTIONS(511), - [anon_sym_ATrequires] = ACTIONS(513), - [anon_sym_ATrequiresusages] = ACTIONS(511), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(511), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(511), - [anon_sym_ATsmall] = ACTIONS(511), - [anon_sym_ATtest] = ACTIONS(513), - [anon_sym_ATtestWith] = ACTIONS(511), - [anon_sym_ATtestdox] = ACTIONS(511), - [anon_sym_ATticket] = ACTIONS(511), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(511), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(511), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(511), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(513), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(511), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(513), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(511), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(511), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(511), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(511), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(511), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(511), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(511), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(511), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(511), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(513), - [anon_sym_ATreadonly] = ACTIONS(511), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(511), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(511), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(511), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(511), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(511), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(511), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(511), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(511), - [anon_sym_ATparam_DASHout] = ACTIONS(511), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(511), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(513), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(511), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(511), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(511), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(511), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(511), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(511), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(511), - [anon_sym_ATmixin] = ACTIONS(511), - [anon_sym_COLON_COLON] = ACTIONS(515), - [sym__end] = ACTIONS(511), - [sym_text] = ACTIONS(511), - }, - [111] = { [anon_sym_LBRACE] = ACTIONS(198), [anon_sym_ATinheritdoc] = ACTIONS(198), [anon_sym_ATinheritDoc] = ACTIONS(198), @@ -20065,6 +19962,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(198), [sym_text] = ACTIONS(198), }, + [111] = { + [anon_sym_LBRACE] = ACTIONS(515), + [anon_sym_ATinheritdoc] = ACTIONS(515), + [anon_sym_ATinheritDoc] = ACTIONS(515), + [anon_sym_ATapi] = ACTIONS(515), + [anon_sym_ATfilesource] = ACTIONS(515), + [anon_sym_ATignore] = ACTIONS(515), + [anon_sym_ATinternal] = ACTIONS(515), + [anon_sym_ATcategory] = ACTIONS(515), + [anon_sym_ATcopyright] = ACTIONS(515), + [anon_sym_ATtodo] = ACTIONS(515), + [anon_sym_ATexample] = ACTIONS(515), + [anon_sym_ATlicense] = ACTIONS(515), + [anon_sym_ATpackage] = ACTIONS(515), + [anon_sym_ATsource] = ACTIONS(515), + [anon_sym_ATsubpackage] = ACTIONS(515), + [anon_sym_ATuses] = ACTIONS(515), + [anon_sym_ATauthor] = ACTIONS(515), + [anon_sym_ATglobal] = ACTIONS(515), + [anon_sym_ATlink] = ACTIONS(515), + [anon_sym_ATmethod] = ACTIONS(515), + [anon_sym_ATparam] = ACTIONS(517), + [anon_sym_ATproperty] = ACTIONS(517), + [anon_sym_ATproperty_DASHread] = ACTIONS(515), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(515), + [anon_sym_ATreturn] = ACTIONS(515), + [anon_sym_ATsee] = ACTIONS(515), + [anon_sym_ATthrows] = ACTIONS(515), + [anon_sym_ATvar] = ACTIONS(515), + [anon_sym_ATdeprecated] = ACTIONS(515), + [anon_sym_ATsince] = ACTIONS(515), + [anon_sym_ATversion] = ACTIONS(515), + [anon_sym_ATtemplate] = ACTIONS(517), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(515), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(515), + [anon_sym_ATimplements] = ACTIONS(515), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(515), + [anon_sym_ATextends] = ACTIONS(515), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(515), + [anon_sym_ATuse] = ACTIONS(517), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(515), + [anon_sym_ATafter] = ACTIONS(517), + [anon_sym_ATafterClass] = ACTIONS(515), + [anon_sym_ATannotation] = ACTIONS(515), + [anon_sym_ATbackupGlobals] = ACTIONS(515), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(515), + [anon_sym_ATbefore] = ACTIONS(517), + [anon_sym_ATbeforeClass] = ACTIONS(515), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(517), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(515), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(515), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(515), + [anon_sym_ATcovers] = ACTIONS(517), + [anon_sym_ATcoversDefaultClass] = ACTIONS(517), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(515), + [anon_sym_ATcoversNothing] = ACTIONS(515), + [anon_sym_ATdataProvider] = ACTIONS(515), + [anon_sym_ATdepends] = ACTIONS(517), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(515), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(515), + [anon_sym_ATgroup] = ACTIONS(515), + [anon_sym_ATlarge] = ACTIONS(515), + [anon_sym_ATmedium] = ACTIONS(515), + [anon_sym_ATpreserveGlobalState] = ACTIONS(515), + [anon_sym_ATrequires] = ACTIONS(517), + [anon_sym_ATrequiresusages] = ACTIONS(515), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(515), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(515), + [anon_sym_ATsmall] = ACTIONS(515), + [anon_sym_ATtest] = ACTIONS(517), + [anon_sym_ATtestWith] = ACTIONS(515), + [anon_sym_ATtestdox] = ACTIONS(515), + [anon_sym_ATticket] = ACTIONS(515), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(515), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(515), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(515), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(517), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(515), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(517), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(515), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(515), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(515), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(515), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(515), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(515), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(515), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(515), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(515), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(517), + [anon_sym_ATreadonly] = ACTIONS(515), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(515), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(515), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(515), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(515), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(515), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(515), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(515), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(515), + [anon_sym_ATparam_DASHout] = ACTIONS(515), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(515), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(517), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(515), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(515), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(515), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(515), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(515), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(515), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(515), + [anon_sym_ATmixin] = ACTIONS(515), + [anon_sym_LPAREN_RPAREN] = ACTIONS(519), + [sym__end] = ACTIONS(515), + [sym_text] = ACTIONS(515), + }, [112] = { [anon_sym_LBRACE] = ACTIONS(194), [anon_sym_ATinheritdoc] = ACTIONS(194), @@ -20179,116 +20189,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = ACTIONS(194), }, [113] = { - [anon_sym_LBRACE] = ACTIONS(517), - [anon_sym_ATinheritdoc] = ACTIONS(517), - [anon_sym_ATinheritDoc] = ACTIONS(517), - [anon_sym_ATapi] = ACTIONS(517), - [anon_sym_ATfilesource] = ACTIONS(517), - [anon_sym_ATignore] = ACTIONS(517), - [anon_sym_ATinternal] = ACTIONS(517), - [anon_sym_ATcategory] = ACTIONS(517), - [anon_sym_ATcopyright] = ACTIONS(517), - [anon_sym_ATtodo] = ACTIONS(517), - [anon_sym_ATexample] = ACTIONS(517), - [anon_sym_ATlicense] = ACTIONS(517), - [anon_sym_ATpackage] = ACTIONS(517), - [anon_sym_ATsource] = ACTIONS(517), - [anon_sym_ATsubpackage] = ACTIONS(517), - [anon_sym_ATuses] = ACTIONS(517), - [anon_sym_ATauthor] = ACTIONS(517), - [anon_sym_ATglobal] = ACTIONS(517), - [anon_sym_ATlink] = ACTIONS(517), - [anon_sym_ATmethod] = ACTIONS(517), - [anon_sym_ATparam] = ACTIONS(519), - [anon_sym_ATproperty] = ACTIONS(519), - [anon_sym_ATproperty_DASHread] = ACTIONS(517), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(517), - [anon_sym_ATreturn] = ACTIONS(517), - [anon_sym_ATsee] = ACTIONS(517), - [anon_sym_ATthrows] = ACTIONS(517), - [anon_sym_ATvar] = ACTIONS(517), - [anon_sym_ATdeprecated] = ACTIONS(517), - [anon_sym_ATsince] = ACTIONS(517), - [anon_sym_ATversion] = ACTIONS(517), - [anon_sym_ATtemplate] = ACTIONS(519), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(517), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(517), - [anon_sym_ATimplements] = ACTIONS(517), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(517), - [anon_sym_ATextends] = ACTIONS(517), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(517), - [anon_sym_ATuse] = ACTIONS(519), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(517), - [anon_sym_ATafter] = ACTIONS(519), - [anon_sym_ATafterClass] = ACTIONS(517), - [anon_sym_ATannotation] = ACTIONS(517), - [anon_sym_ATbackupGlobals] = ACTIONS(517), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(517), - [anon_sym_ATbefore] = ACTIONS(519), - [anon_sym_ATbeforeClass] = ACTIONS(517), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(519), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(517), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(517), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(517), - [anon_sym_ATcovers] = ACTIONS(519), - [anon_sym_ATcoversDefaultClass] = ACTIONS(519), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(517), - [anon_sym_ATcoversNothing] = ACTIONS(517), - [anon_sym_ATdataProvider] = ACTIONS(517), - [anon_sym_ATdepends] = ACTIONS(519), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(517), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(517), - [anon_sym_ATgroup] = ACTIONS(517), - [anon_sym_ATlarge] = ACTIONS(517), - [anon_sym_ATmedium] = ACTIONS(517), - [anon_sym_ATpreserveGlobalState] = ACTIONS(517), - [anon_sym_ATrequires] = ACTIONS(519), - [anon_sym_ATrequiresusages] = ACTIONS(517), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(517), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(517), - [anon_sym_ATsmall] = ACTIONS(517), - [anon_sym_ATtest] = ACTIONS(519), - [anon_sym_ATtestWith] = ACTIONS(517), - [anon_sym_ATtestdox] = ACTIONS(517), - [anon_sym_ATticket] = ACTIONS(517), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(517), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(517), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(517), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(519), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(517), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(519), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(517), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(517), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(517), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(517), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(517), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(517), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(517), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(517), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(517), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(519), - [anon_sym_ATreadonly] = ACTIONS(517), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(517), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(517), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(517), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(517), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(517), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(517), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(517), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(517), - [anon_sym_ATparam_DASHout] = ACTIONS(517), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(517), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(519), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(517), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(517), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(517), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(517), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(517), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(517), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(517), - [anon_sym_ATmixin] = ACTIONS(517), - [sym__end] = ACTIONS(517), - [sym__text_after_type] = ACTIONS(517), + [anon_sym_LBRACE] = ACTIONS(184), + [anon_sym_ATinheritdoc] = ACTIONS(184), + [anon_sym_ATinheritDoc] = ACTIONS(184), + [anon_sym_ATapi] = ACTIONS(184), + [anon_sym_ATfilesource] = ACTIONS(184), + [anon_sym_ATignore] = ACTIONS(184), + [anon_sym_ATinternal] = ACTIONS(184), + [anon_sym_ATcategory] = ACTIONS(184), + [anon_sym_ATcopyright] = ACTIONS(184), + [anon_sym_ATtodo] = ACTIONS(184), + [anon_sym_ATexample] = ACTIONS(184), + [anon_sym_ATlicense] = ACTIONS(184), + [anon_sym_ATpackage] = ACTIONS(184), + [anon_sym_ATsource] = ACTIONS(184), + [anon_sym_ATsubpackage] = ACTIONS(184), + [anon_sym_ATuses] = ACTIONS(184), + [anon_sym_ATauthor] = ACTIONS(184), + [anon_sym_ATglobal] = ACTIONS(184), + [anon_sym_ATlink] = ACTIONS(184), + [anon_sym_ATmethod] = ACTIONS(184), + [anon_sym_ATparam] = ACTIONS(182), + [anon_sym_ATproperty] = ACTIONS(182), + [anon_sym_ATproperty_DASHread] = ACTIONS(184), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(184), + [anon_sym_ATreturn] = ACTIONS(184), + [anon_sym_ATsee] = ACTIONS(184), + [anon_sym_ATthrows] = ACTIONS(184), + [anon_sym_ATvar] = ACTIONS(184), + [anon_sym_ATdeprecated] = ACTIONS(184), + [anon_sym_ATsince] = ACTIONS(184), + [anon_sym_ATversion] = ACTIONS(184), + [anon_sym_ATtemplate] = ACTIONS(182), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(184), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(184), + [anon_sym_ATimplements] = ACTIONS(184), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(184), + [anon_sym_ATextends] = ACTIONS(184), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(184), + [anon_sym_ATuse] = ACTIONS(182), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(184), + [anon_sym_ATafter] = ACTIONS(182), + [anon_sym_ATafterClass] = ACTIONS(184), + [anon_sym_ATannotation] = ACTIONS(184), + [anon_sym_ATbackupGlobals] = ACTIONS(184), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(184), + [anon_sym_ATbefore] = ACTIONS(182), + [anon_sym_ATbeforeClass] = ACTIONS(184), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(182), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(184), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(184), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(184), + [anon_sym_ATcovers] = ACTIONS(182), + [anon_sym_ATcoversDefaultClass] = ACTIONS(182), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(184), + [anon_sym_ATcoversNothing] = ACTIONS(184), + [anon_sym_ATdataProvider] = ACTIONS(184), + [anon_sym_ATdepends] = ACTIONS(182), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(184), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(184), + [anon_sym_ATgroup] = ACTIONS(184), + [anon_sym_ATlarge] = ACTIONS(184), + [anon_sym_ATmedium] = ACTIONS(184), + [anon_sym_ATpreserveGlobalState] = ACTIONS(184), + [anon_sym_ATrequires] = ACTIONS(182), + [anon_sym_ATrequiresusages] = ACTIONS(184), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(184), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(184), + [anon_sym_ATsmall] = ACTIONS(184), + [anon_sym_ATtest] = ACTIONS(182), + [anon_sym_ATtestWith] = ACTIONS(184), + [anon_sym_ATtestdox] = ACTIONS(184), + [anon_sym_ATticket] = ACTIONS(184), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(184), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(184), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(184), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(182), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(184), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(182), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(184), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(184), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(184), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(184), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(184), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(184), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(184), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(184), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(184), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(182), + [anon_sym_ATreadonly] = ACTIONS(184), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(184), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(184), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(184), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(184), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(184), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(184), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(184), + [anon_sym_ATparam_DASHout] = ACTIONS(184), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(184), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(182), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(184), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(184), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(184), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(184), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(184), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(184), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(184), + [anon_sym_ATmixin] = ACTIONS(184), + [anon_sym_COLON_COLON] = ACTIONS(184), + [sym__end] = ACTIONS(184), + [sym_text] = ACTIONS(184), }, [114] = { [anon_sym_LBRACE] = ACTIONS(521), @@ -20400,121 +20411,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(521), [anon_sym_ATmixin] = ACTIONS(521), [sym__end] = ACTIONS(521), - [sym_text] = ACTIONS(521), + [sym__text_after_type] = ACTIONS(521), }, [115] = { - [anon_sym_LBRACE] = ACTIONS(501), - [anon_sym_ATinheritdoc] = ACTIONS(501), - [anon_sym_ATinheritDoc] = ACTIONS(501), - [anon_sym_ATapi] = ACTIONS(501), - [anon_sym_ATfilesource] = ACTIONS(501), - [anon_sym_ATignore] = ACTIONS(501), - [anon_sym_ATinternal] = ACTIONS(501), - [anon_sym_ATcategory] = ACTIONS(501), - [anon_sym_ATcopyright] = ACTIONS(501), - [anon_sym_ATtodo] = ACTIONS(501), - [anon_sym_ATexample] = ACTIONS(501), - [anon_sym_ATlicense] = ACTIONS(501), - [anon_sym_ATpackage] = ACTIONS(501), - [anon_sym_ATsource] = ACTIONS(501), - [anon_sym_ATsubpackage] = ACTIONS(501), - [anon_sym_ATuses] = ACTIONS(501), - [anon_sym_ATauthor] = ACTIONS(501), - [anon_sym_ATglobal] = ACTIONS(501), - [anon_sym_ATlink] = ACTIONS(501), - [anon_sym_ATmethod] = ACTIONS(501), - [anon_sym_ATparam] = ACTIONS(503), - [anon_sym_ATproperty] = ACTIONS(503), - [anon_sym_ATproperty_DASHread] = ACTIONS(501), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(501), - [anon_sym_ATreturn] = ACTIONS(501), - [anon_sym_ATsee] = ACTIONS(501), - [anon_sym_ATthrows] = ACTIONS(501), - [anon_sym_ATvar] = ACTIONS(501), - [anon_sym_ATdeprecated] = ACTIONS(501), - [anon_sym_ATsince] = ACTIONS(501), - [anon_sym_ATversion] = ACTIONS(501), - [anon_sym_ATtemplate] = ACTIONS(503), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(501), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(501), - [anon_sym_ATimplements] = ACTIONS(501), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(501), - [anon_sym_ATextends] = ACTIONS(501), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(501), - [anon_sym_ATuse] = ACTIONS(503), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(501), - [anon_sym_ATafter] = ACTIONS(503), - [anon_sym_ATafterClass] = ACTIONS(501), - [anon_sym_ATannotation] = ACTIONS(501), - [anon_sym_ATbackupGlobals] = ACTIONS(501), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(501), - [anon_sym_ATbefore] = ACTIONS(503), - [anon_sym_ATbeforeClass] = ACTIONS(501), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(503), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(501), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(501), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(501), - [anon_sym_ATcovers] = ACTIONS(503), - [anon_sym_ATcoversDefaultClass] = ACTIONS(503), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(501), - [anon_sym_ATcoversNothing] = ACTIONS(501), - [anon_sym_ATdataProvider] = ACTIONS(501), - [anon_sym_ATdepends] = ACTIONS(503), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(501), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(501), - [anon_sym_ATgroup] = ACTIONS(501), - [anon_sym_ATlarge] = ACTIONS(501), - [anon_sym_ATmedium] = ACTIONS(501), - [anon_sym_ATpreserveGlobalState] = ACTIONS(501), - [anon_sym_ATrequires] = ACTIONS(503), - [anon_sym_ATrequiresusages] = ACTIONS(501), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(501), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(501), - [anon_sym_ATsmall] = ACTIONS(501), - [anon_sym_ATtest] = ACTIONS(503), - [anon_sym_ATtestWith] = ACTIONS(501), - [anon_sym_ATtestdox] = ACTIONS(501), - [anon_sym_ATticket] = ACTIONS(501), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(501), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(501), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(501), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(503), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(501), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(503), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(501), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(501), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(501), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(501), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(501), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(501), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(501), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(501), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(501), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(503), - [anon_sym_ATreadonly] = ACTIONS(501), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(501), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(501), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(501), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(501), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(501), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(501), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(501), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(501), - [anon_sym_ATparam_DASHout] = ACTIONS(501), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(501), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(503), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(501), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(501), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(501), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(501), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(501), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(501), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(501), - [anon_sym_ATmixin] = ACTIONS(501), - [sym__end] = ACTIONS(501), - [sym_text] = ACTIONS(501), - }, - [116] = { [anon_sym_LBRACE] = ACTIONS(525), [anon_sym_ATinheritdoc] = ACTIONS(525), [anon_sym_ATinheritDoc] = ACTIONS(525), @@ -20626,8 +20525,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(525), [sym_text] = ACTIONS(525), }, - [117] = { - [anon_sym_LBRACE] = ACTIONS(529), + [116] = { + [sym_variable_name] = STATE(158), [anon_sym_ATinheritdoc] = ACTIONS(529), [anon_sym_ATinheritDoc] = ACTIONS(529), [anon_sym_ATapi] = ACTIONS(529), @@ -20735,122 +20634,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(529), [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(529), [anon_sym_ATmixin] = ACTIONS(529), + [anon_sym_DOLLAR] = ACTIONS(533), [sym__end] = ACTIONS(529), - [sym_text] = ACTIONS(529), }, - [118] = { - [sym_variable_name] = STATE(151), - [anon_sym_ATinheritdoc] = ACTIONS(533), - [anon_sym_ATinheritDoc] = ACTIONS(533), - [anon_sym_ATapi] = ACTIONS(533), - [anon_sym_ATfilesource] = ACTIONS(533), - [anon_sym_ATignore] = ACTIONS(533), - [anon_sym_ATinternal] = ACTIONS(533), - [anon_sym_ATcategory] = ACTIONS(533), - [anon_sym_ATcopyright] = ACTIONS(533), - [anon_sym_ATtodo] = ACTIONS(533), - [anon_sym_ATexample] = ACTIONS(533), - [anon_sym_ATlicense] = ACTIONS(533), - [anon_sym_ATpackage] = ACTIONS(533), - [anon_sym_ATsource] = ACTIONS(533), - [anon_sym_ATsubpackage] = ACTIONS(533), - [anon_sym_ATuses] = ACTIONS(533), - [anon_sym_ATauthor] = ACTIONS(533), - [anon_sym_ATglobal] = ACTIONS(533), - [anon_sym_ATlink] = ACTIONS(533), - [anon_sym_ATmethod] = ACTIONS(533), - [anon_sym_ATparam] = ACTIONS(535), - [anon_sym_ATproperty] = ACTIONS(535), - [anon_sym_ATproperty_DASHread] = ACTIONS(533), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(533), - [anon_sym_ATreturn] = ACTIONS(533), - [anon_sym_ATsee] = ACTIONS(533), - [anon_sym_ATthrows] = ACTIONS(533), - [anon_sym_ATvar] = ACTIONS(533), - [anon_sym_ATdeprecated] = ACTIONS(533), - [anon_sym_ATsince] = ACTIONS(533), - [anon_sym_ATversion] = ACTIONS(533), - [anon_sym_ATtemplate] = ACTIONS(535), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(533), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(533), - [anon_sym_ATimplements] = ACTIONS(533), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(533), - [anon_sym_ATextends] = ACTIONS(533), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(533), - [anon_sym_ATuse] = ACTIONS(535), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(533), - [anon_sym_ATafter] = ACTIONS(535), - [anon_sym_ATafterClass] = ACTIONS(533), - [anon_sym_ATannotation] = ACTIONS(533), - [anon_sym_ATbackupGlobals] = ACTIONS(533), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(533), - [anon_sym_ATbefore] = ACTIONS(535), - [anon_sym_ATbeforeClass] = ACTIONS(533), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(535), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(533), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(533), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(533), - [anon_sym_ATcovers] = ACTIONS(535), - [anon_sym_ATcoversDefaultClass] = ACTIONS(535), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(533), - [anon_sym_ATcoversNothing] = ACTIONS(533), - [anon_sym_ATdataProvider] = ACTIONS(533), - [anon_sym_ATdepends] = ACTIONS(535), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(533), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(533), - [anon_sym_ATgroup] = ACTIONS(533), - [anon_sym_ATlarge] = ACTIONS(533), - [anon_sym_ATmedium] = ACTIONS(533), - [anon_sym_ATpreserveGlobalState] = ACTIONS(533), - [anon_sym_ATrequires] = ACTIONS(535), - [anon_sym_ATrequiresusages] = ACTIONS(533), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(533), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(533), - [anon_sym_ATsmall] = ACTIONS(533), - [anon_sym_ATtest] = ACTIONS(535), - [anon_sym_ATtestWith] = ACTIONS(533), - [anon_sym_ATtestdox] = ACTIONS(533), - [anon_sym_ATticket] = ACTIONS(533), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(533), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(533), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(533), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(535), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(533), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(535), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(533), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(533), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(533), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(533), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(533), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(533), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(533), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(533), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(533), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(535), - [anon_sym_ATreadonly] = ACTIONS(533), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(533), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(533), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(533), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(533), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(533), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(533), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(533), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(533), - [anon_sym_ATparam_DASHout] = ACTIONS(533), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(533), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(535), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(533), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(533), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(533), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(533), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(533), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(533), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(533), - [anon_sym_ATmixin] = ACTIONS(533), - [anon_sym_DOLLAR] = ACTIONS(537), - [sym__end] = ACTIONS(533), + [117] = { + [anon_sym_LBRACE] = ACTIONS(535), + [anon_sym_ATinheritdoc] = ACTIONS(535), + [anon_sym_ATinheritDoc] = ACTIONS(535), + [anon_sym_ATapi] = ACTIONS(535), + [anon_sym_ATfilesource] = ACTIONS(535), + [anon_sym_ATignore] = ACTIONS(535), + [anon_sym_ATinternal] = ACTIONS(535), + [anon_sym_ATcategory] = ACTIONS(535), + [anon_sym_ATcopyright] = ACTIONS(535), + [anon_sym_ATtodo] = ACTIONS(535), + [anon_sym_ATexample] = ACTIONS(535), + [anon_sym_ATlicense] = ACTIONS(535), + [anon_sym_ATpackage] = ACTIONS(535), + [anon_sym_ATsource] = ACTIONS(535), + [anon_sym_ATsubpackage] = ACTIONS(535), + [anon_sym_ATuses] = ACTIONS(535), + [anon_sym_ATauthor] = ACTIONS(535), + [anon_sym_ATglobal] = ACTIONS(535), + [anon_sym_ATlink] = ACTIONS(535), + [anon_sym_ATmethod] = ACTIONS(535), + [anon_sym_ATparam] = ACTIONS(537), + [anon_sym_ATproperty] = ACTIONS(537), + [anon_sym_ATproperty_DASHread] = ACTIONS(535), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(535), + [anon_sym_ATreturn] = ACTIONS(535), + [anon_sym_ATsee] = ACTIONS(535), + [anon_sym_ATthrows] = ACTIONS(535), + [anon_sym_ATvar] = ACTIONS(535), + [anon_sym_ATdeprecated] = ACTIONS(535), + [anon_sym_ATsince] = ACTIONS(535), + [anon_sym_ATversion] = ACTIONS(535), + [anon_sym_ATtemplate] = ACTIONS(537), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(535), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(535), + [anon_sym_ATimplements] = ACTIONS(535), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(535), + [anon_sym_ATextends] = ACTIONS(535), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(535), + [anon_sym_ATuse] = ACTIONS(537), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(535), + [anon_sym_ATafter] = ACTIONS(537), + [anon_sym_ATafterClass] = ACTIONS(535), + [anon_sym_ATannotation] = ACTIONS(535), + [anon_sym_ATbackupGlobals] = ACTIONS(535), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(535), + [anon_sym_ATbefore] = ACTIONS(537), + [anon_sym_ATbeforeClass] = ACTIONS(535), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(537), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(535), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(535), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(535), + [anon_sym_ATcovers] = ACTIONS(537), + [anon_sym_ATcoversDefaultClass] = ACTIONS(537), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(535), + [anon_sym_ATcoversNothing] = ACTIONS(535), + [anon_sym_ATdataProvider] = ACTIONS(535), + [anon_sym_ATdepends] = ACTIONS(537), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(535), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(535), + [anon_sym_ATgroup] = ACTIONS(535), + [anon_sym_ATlarge] = ACTIONS(535), + [anon_sym_ATmedium] = ACTIONS(535), + [anon_sym_ATpreserveGlobalState] = ACTIONS(535), + [anon_sym_ATrequires] = ACTIONS(537), + [anon_sym_ATrequiresusages] = ACTIONS(535), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(535), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(535), + [anon_sym_ATsmall] = ACTIONS(535), + [anon_sym_ATtest] = ACTIONS(537), + [anon_sym_ATtestWith] = ACTIONS(535), + [anon_sym_ATtestdox] = ACTIONS(535), + [anon_sym_ATticket] = ACTIONS(535), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(535), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(535), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(535), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(537), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(535), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(537), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(535), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(535), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(535), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(535), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(535), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(535), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(535), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(535), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(535), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(537), + [anon_sym_ATreadonly] = ACTIONS(535), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(535), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(535), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(535), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(535), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(535), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(535), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(535), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(535), + [anon_sym_ATparam_DASHout] = ACTIONS(535), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(535), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(537), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(535), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(535), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(535), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(535), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(535), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(535), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(535), + [anon_sym_ATmixin] = ACTIONS(535), + [sym__end] = ACTIONS(535), + [sym_text] = ACTIONS(535), }, - [119] = { + [118] = { [anon_sym_LBRACE] = ACTIONS(539), [anon_sym_ATinheritdoc] = ACTIONS(539), [anon_sym_ATinheritDoc] = ACTIONS(539), @@ -20962,6 +20861,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(539), [sym_text] = ACTIONS(539), }, + [119] = { + [anon_sym_LBRACE] = ACTIONS(521), + [anon_sym_ATinheritdoc] = ACTIONS(521), + [anon_sym_ATinheritDoc] = ACTIONS(521), + [anon_sym_ATapi] = ACTIONS(521), + [anon_sym_ATfilesource] = ACTIONS(521), + [anon_sym_ATignore] = ACTIONS(521), + [anon_sym_ATinternal] = ACTIONS(521), + [anon_sym_ATcategory] = ACTIONS(521), + [anon_sym_ATcopyright] = ACTIONS(521), + [anon_sym_ATtodo] = ACTIONS(521), + [anon_sym_ATexample] = ACTIONS(521), + [anon_sym_ATlicense] = ACTIONS(521), + [anon_sym_ATpackage] = ACTIONS(521), + [anon_sym_ATsource] = ACTIONS(521), + [anon_sym_ATsubpackage] = ACTIONS(521), + [anon_sym_ATuses] = ACTIONS(521), + [anon_sym_ATauthor] = ACTIONS(521), + [anon_sym_ATglobal] = ACTIONS(521), + [anon_sym_ATlink] = ACTIONS(521), + [anon_sym_ATmethod] = ACTIONS(521), + [anon_sym_ATparam] = ACTIONS(523), + [anon_sym_ATproperty] = ACTIONS(523), + [anon_sym_ATproperty_DASHread] = ACTIONS(521), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(521), + [anon_sym_ATreturn] = ACTIONS(521), + [anon_sym_ATsee] = ACTIONS(521), + [anon_sym_ATthrows] = ACTIONS(521), + [anon_sym_ATvar] = ACTIONS(521), + [anon_sym_ATdeprecated] = ACTIONS(521), + [anon_sym_ATsince] = ACTIONS(521), + [anon_sym_ATversion] = ACTIONS(521), + [anon_sym_ATtemplate] = ACTIONS(523), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(521), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(521), + [anon_sym_ATimplements] = ACTIONS(521), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(521), + [anon_sym_ATextends] = ACTIONS(521), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(521), + [anon_sym_ATuse] = ACTIONS(523), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(521), + [anon_sym_ATafter] = ACTIONS(523), + [anon_sym_ATafterClass] = ACTIONS(521), + [anon_sym_ATannotation] = ACTIONS(521), + [anon_sym_ATbackupGlobals] = ACTIONS(521), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(521), + [anon_sym_ATbefore] = ACTIONS(523), + [anon_sym_ATbeforeClass] = ACTIONS(521), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(523), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(521), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(521), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(521), + [anon_sym_ATcovers] = ACTIONS(523), + [anon_sym_ATcoversDefaultClass] = ACTIONS(523), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(521), + [anon_sym_ATcoversNothing] = ACTIONS(521), + [anon_sym_ATdataProvider] = ACTIONS(521), + [anon_sym_ATdepends] = ACTIONS(523), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(521), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(521), + [anon_sym_ATgroup] = ACTIONS(521), + [anon_sym_ATlarge] = ACTIONS(521), + [anon_sym_ATmedium] = ACTIONS(521), + [anon_sym_ATpreserveGlobalState] = ACTIONS(521), + [anon_sym_ATrequires] = ACTIONS(523), + [anon_sym_ATrequiresusages] = ACTIONS(521), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(521), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(521), + [anon_sym_ATsmall] = ACTIONS(521), + [anon_sym_ATtest] = ACTIONS(523), + [anon_sym_ATtestWith] = ACTIONS(521), + [anon_sym_ATtestdox] = ACTIONS(521), + [anon_sym_ATticket] = ACTIONS(521), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(521), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(521), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(521), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(523), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(521), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(523), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(521), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(521), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(521), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(521), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(521), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(521), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(521), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(521), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(521), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(523), + [anon_sym_ATreadonly] = ACTIONS(521), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(521), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(521), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(521), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(521), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(521), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(521), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(521), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(521), + [anon_sym_ATparam_DASHout] = ACTIONS(521), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(521), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(523), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(521), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(521), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(521), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(521), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(521), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(521), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(521), + [anon_sym_ATmixin] = ACTIONS(521), + [sym__end] = ACTIONS(521), + [sym__text_not_version] = ACTIONS(521), + }, [120] = { [anon_sym_LBRACE] = ACTIONS(543), [anon_sym_ATinheritdoc] = ACTIONS(543), @@ -21187,342 +21198,230 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__text_not_version] = ACTIONS(547), }, [122] = { - [anon_sym_LBRACE] = ACTIONS(517), - [anon_sym_ATinheritdoc] = ACTIONS(517), - [anon_sym_ATinheritDoc] = ACTIONS(517), - [anon_sym_ATapi] = ACTIONS(517), - [anon_sym_ATfilesource] = ACTIONS(517), - [anon_sym_ATignore] = ACTIONS(517), - [anon_sym_ATinternal] = ACTIONS(517), - [anon_sym_ATcategory] = ACTIONS(517), - [anon_sym_ATcopyright] = ACTIONS(517), - [anon_sym_ATtodo] = ACTIONS(517), - [anon_sym_ATexample] = ACTIONS(517), - [anon_sym_ATlicense] = ACTIONS(517), - [anon_sym_ATpackage] = ACTIONS(517), - [anon_sym_ATsource] = ACTIONS(517), - [anon_sym_ATsubpackage] = ACTIONS(517), - [anon_sym_ATuses] = ACTIONS(517), - [anon_sym_ATauthor] = ACTIONS(517), - [anon_sym_ATglobal] = ACTIONS(517), - [anon_sym_ATlink] = ACTIONS(517), - [anon_sym_ATmethod] = ACTIONS(517), - [anon_sym_ATparam] = ACTIONS(519), - [anon_sym_ATproperty] = ACTIONS(519), - [anon_sym_ATproperty_DASHread] = ACTIONS(517), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(517), - [anon_sym_ATreturn] = ACTIONS(517), - [anon_sym_ATsee] = ACTIONS(517), - [anon_sym_ATthrows] = ACTIONS(517), - [anon_sym_ATvar] = ACTIONS(517), - [anon_sym_ATdeprecated] = ACTIONS(517), - [anon_sym_ATsince] = ACTIONS(517), - [anon_sym_ATversion] = ACTIONS(517), - [anon_sym_ATtemplate] = ACTIONS(519), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(517), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(517), - [anon_sym_ATimplements] = ACTIONS(517), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(517), - [anon_sym_ATextends] = ACTIONS(517), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(517), - [anon_sym_ATuse] = ACTIONS(519), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(517), - [anon_sym_ATafter] = ACTIONS(519), - [anon_sym_ATafterClass] = ACTIONS(517), - [anon_sym_ATannotation] = ACTIONS(517), - [anon_sym_ATbackupGlobals] = ACTIONS(517), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(517), - [anon_sym_ATbefore] = ACTIONS(519), - [anon_sym_ATbeforeClass] = ACTIONS(517), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(519), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(517), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(517), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(517), - [anon_sym_ATcovers] = ACTIONS(519), - [anon_sym_ATcoversDefaultClass] = ACTIONS(519), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(517), - [anon_sym_ATcoversNothing] = ACTIONS(517), - [anon_sym_ATdataProvider] = ACTIONS(517), - [anon_sym_ATdepends] = ACTIONS(519), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(517), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(517), - [anon_sym_ATgroup] = ACTIONS(517), - [anon_sym_ATlarge] = ACTIONS(517), - [anon_sym_ATmedium] = ACTIONS(517), - [anon_sym_ATpreserveGlobalState] = ACTIONS(517), - [anon_sym_ATrequires] = ACTIONS(519), - [anon_sym_ATrequiresusages] = ACTIONS(517), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(517), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(517), - [anon_sym_ATsmall] = ACTIONS(517), - [anon_sym_ATtest] = ACTIONS(519), - [anon_sym_ATtestWith] = ACTIONS(517), - [anon_sym_ATtestdox] = ACTIONS(517), - [anon_sym_ATticket] = ACTIONS(517), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(517), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(517), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(517), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(519), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(517), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(519), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(517), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(517), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(517), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(517), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(517), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(517), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(517), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(517), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(517), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(519), - [anon_sym_ATreadonly] = ACTIONS(517), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(517), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(517), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(517), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(517), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(517), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(517), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(517), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(517), - [anon_sym_ATparam_DASHout] = ACTIONS(517), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(517), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(519), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(517), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(517), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(517), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(517), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(517), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(517), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(517), - [anon_sym_ATmixin] = ACTIONS(517), - [sym__end] = ACTIONS(517), - [sym__text_not_version] = ACTIONS(517), + [anon_sym_LBRACE] = ACTIONS(509), + [anon_sym_ATinheritdoc] = ACTIONS(509), + [anon_sym_ATinheritDoc] = ACTIONS(509), + [anon_sym_ATapi] = ACTIONS(509), + [anon_sym_ATfilesource] = ACTIONS(509), + [anon_sym_ATignore] = ACTIONS(509), + [anon_sym_ATinternal] = ACTIONS(509), + [anon_sym_ATcategory] = ACTIONS(509), + [anon_sym_ATcopyright] = ACTIONS(509), + [anon_sym_ATtodo] = ACTIONS(509), + [anon_sym_ATexample] = ACTIONS(509), + [anon_sym_ATlicense] = ACTIONS(509), + [anon_sym_ATpackage] = ACTIONS(509), + [anon_sym_ATsource] = ACTIONS(509), + [anon_sym_ATsubpackage] = ACTIONS(509), + [anon_sym_ATuses] = ACTIONS(509), + [anon_sym_ATauthor] = ACTIONS(509), + [anon_sym_ATglobal] = ACTIONS(509), + [anon_sym_ATlink] = ACTIONS(509), + [anon_sym_ATmethod] = ACTIONS(509), + [anon_sym_ATparam] = ACTIONS(511), + [anon_sym_ATproperty] = ACTIONS(511), + [anon_sym_ATproperty_DASHread] = ACTIONS(509), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(509), + [anon_sym_ATreturn] = ACTIONS(509), + [anon_sym_ATsee] = ACTIONS(509), + [anon_sym_ATthrows] = ACTIONS(509), + [anon_sym_ATvar] = ACTIONS(509), + [anon_sym_ATdeprecated] = ACTIONS(509), + [anon_sym_ATsince] = ACTIONS(509), + [anon_sym_ATversion] = ACTIONS(509), + [anon_sym_ATtemplate] = ACTIONS(511), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(509), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(509), + [anon_sym_ATimplements] = ACTIONS(509), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(509), + [anon_sym_ATextends] = ACTIONS(509), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(509), + [anon_sym_ATuse] = ACTIONS(511), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(509), + [anon_sym_ATafter] = ACTIONS(511), + [anon_sym_ATafterClass] = ACTIONS(509), + [anon_sym_ATannotation] = ACTIONS(509), + [anon_sym_ATbackupGlobals] = ACTIONS(509), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(509), + [anon_sym_ATbefore] = ACTIONS(511), + [anon_sym_ATbeforeClass] = ACTIONS(509), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(511), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(509), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(509), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(509), + [anon_sym_ATcovers] = ACTIONS(511), + [anon_sym_ATcoversDefaultClass] = ACTIONS(511), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(509), + [anon_sym_ATcoversNothing] = ACTIONS(509), + [anon_sym_ATdataProvider] = ACTIONS(509), + [anon_sym_ATdepends] = ACTIONS(511), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(509), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(509), + [anon_sym_ATgroup] = ACTIONS(509), + [anon_sym_ATlarge] = ACTIONS(509), + [anon_sym_ATmedium] = ACTIONS(509), + [anon_sym_ATpreserveGlobalState] = ACTIONS(509), + [anon_sym_ATrequires] = ACTIONS(511), + [anon_sym_ATrequiresusages] = ACTIONS(509), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(509), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(509), + [anon_sym_ATsmall] = ACTIONS(509), + [anon_sym_ATtest] = ACTIONS(511), + [anon_sym_ATtestWith] = ACTIONS(509), + [anon_sym_ATtestdox] = ACTIONS(509), + [anon_sym_ATticket] = ACTIONS(509), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(509), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(509), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(509), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(511), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(509), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(511), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(509), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(509), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(509), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(509), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(509), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(509), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(509), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(509), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(509), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(511), + [anon_sym_ATreadonly] = ACTIONS(509), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(509), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(509), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(509), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(509), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(509), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(509), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(509), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(509), + [anon_sym_ATparam_DASHout] = ACTIONS(509), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(509), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(511), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(509), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(509), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(509), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(509), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(509), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(509), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(509), + [anon_sym_ATmixin] = ACTIONS(509), + [sym__end] = ACTIONS(509), + [sym_text] = ACTIONS(509), }, [123] = { - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_ATinheritdoc] = ACTIONS(511), - [anon_sym_ATinheritDoc] = ACTIONS(511), - [anon_sym_ATapi] = ACTIONS(511), - [anon_sym_ATfilesource] = ACTIONS(511), - [anon_sym_ATignore] = ACTIONS(511), - [anon_sym_ATinternal] = ACTIONS(511), - [anon_sym_ATcategory] = ACTIONS(511), - [anon_sym_ATcopyright] = ACTIONS(511), - [anon_sym_ATtodo] = ACTIONS(511), - [anon_sym_ATexample] = ACTIONS(511), - [anon_sym_ATlicense] = ACTIONS(511), - [anon_sym_ATpackage] = ACTIONS(511), - [anon_sym_ATsource] = ACTIONS(511), - [anon_sym_ATsubpackage] = ACTIONS(511), - [anon_sym_ATuses] = ACTIONS(511), - [anon_sym_ATauthor] = ACTIONS(511), - [anon_sym_ATglobal] = ACTIONS(511), - [anon_sym_ATlink] = ACTIONS(511), - [anon_sym_ATmethod] = ACTIONS(511), - [anon_sym_ATparam] = ACTIONS(513), - [anon_sym_ATproperty] = ACTIONS(513), - [anon_sym_ATproperty_DASHread] = ACTIONS(511), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(511), - [anon_sym_ATreturn] = ACTIONS(511), - [anon_sym_ATsee] = ACTIONS(511), - [anon_sym_ATthrows] = ACTIONS(511), - [anon_sym_ATvar] = ACTIONS(511), - [anon_sym_ATdeprecated] = ACTIONS(511), - [anon_sym_ATsince] = ACTIONS(511), - [anon_sym_ATversion] = ACTIONS(511), - [anon_sym_ATtemplate] = ACTIONS(513), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(511), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(511), - [anon_sym_ATimplements] = ACTIONS(511), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(511), - [anon_sym_ATextends] = ACTIONS(511), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(511), - [anon_sym_ATuse] = ACTIONS(513), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(511), - [anon_sym_ATafter] = ACTIONS(513), - [anon_sym_ATafterClass] = ACTIONS(511), - [anon_sym_ATannotation] = ACTIONS(511), - [anon_sym_ATbackupGlobals] = ACTIONS(511), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(511), - [anon_sym_ATbefore] = ACTIONS(513), - [anon_sym_ATbeforeClass] = ACTIONS(511), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(513), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(511), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(511), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(511), - [anon_sym_ATcovers] = ACTIONS(513), - [anon_sym_ATcoversDefaultClass] = ACTIONS(513), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(511), - [anon_sym_ATcoversNothing] = ACTIONS(511), - [anon_sym_ATdataProvider] = ACTIONS(511), - [anon_sym_ATdepends] = ACTIONS(513), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(511), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(511), - [anon_sym_ATgroup] = ACTIONS(511), - [anon_sym_ATlarge] = ACTIONS(511), - [anon_sym_ATmedium] = ACTIONS(511), - [anon_sym_ATpreserveGlobalState] = ACTIONS(511), - [anon_sym_ATrequires] = ACTIONS(513), - [anon_sym_ATrequiresusages] = ACTIONS(511), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(511), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(511), - [anon_sym_ATsmall] = ACTIONS(511), - [anon_sym_ATtest] = ACTIONS(513), - [anon_sym_ATtestWith] = ACTIONS(511), - [anon_sym_ATtestdox] = ACTIONS(511), - [anon_sym_ATticket] = ACTIONS(511), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(511), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(511), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(511), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(513), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(511), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(513), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(511), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(511), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(511), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(511), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(511), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(511), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(511), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(511), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(511), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(513), - [anon_sym_ATreadonly] = ACTIONS(511), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(511), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(511), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(511), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(511), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(511), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(511), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(511), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(511), - [anon_sym_ATparam_DASHout] = ACTIONS(511), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(511), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(513), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(511), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(511), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(511), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(511), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(511), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(511), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(511), - [anon_sym_ATmixin] = ACTIONS(511), - [sym__end] = ACTIONS(511), - [sym_text] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(515), + [anon_sym_ATinheritdoc] = ACTIONS(515), + [anon_sym_ATinheritDoc] = ACTIONS(515), + [anon_sym_ATapi] = ACTIONS(515), + [anon_sym_ATfilesource] = ACTIONS(515), + [anon_sym_ATignore] = ACTIONS(515), + [anon_sym_ATinternal] = ACTIONS(515), + [anon_sym_ATcategory] = ACTIONS(515), + [anon_sym_ATcopyright] = ACTIONS(515), + [anon_sym_ATtodo] = ACTIONS(515), + [anon_sym_ATexample] = ACTIONS(515), + [anon_sym_ATlicense] = ACTIONS(515), + [anon_sym_ATpackage] = ACTIONS(515), + [anon_sym_ATsource] = ACTIONS(515), + [anon_sym_ATsubpackage] = ACTIONS(515), + [anon_sym_ATuses] = ACTIONS(515), + [anon_sym_ATauthor] = ACTIONS(515), + [anon_sym_ATglobal] = ACTIONS(515), + [anon_sym_ATlink] = ACTIONS(515), + [anon_sym_ATmethod] = ACTIONS(515), + [anon_sym_ATparam] = ACTIONS(517), + [anon_sym_ATproperty] = ACTIONS(517), + [anon_sym_ATproperty_DASHread] = ACTIONS(515), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(515), + [anon_sym_ATreturn] = ACTIONS(515), + [anon_sym_ATsee] = ACTIONS(515), + [anon_sym_ATthrows] = ACTIONS(515), + [anon_sym_ATvar] = ACTIONS(515), + [anon_sym_ATdeprecated] = ACTIONS(515), + [anon_sym_ATsince] = ACTIONS(515), + [anon_sym_ATversion] = ACTIONS(515), + [anon_sym_ATtemplate] = ACTIONS(517), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(515), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(515), + [anon_sym_ATimplements] = ACTIONS(515), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(515), + [anon_sym_ATextends] = ACTIONS(515), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(515), + [anon_sym_ATuse] = ACTIONS(517), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(515), + [anon_sym_ATafter] = ACTIONS(517), + [anon_sym_ATafterClass] = ACTIONS(515), + [anon_sym_ATannotation] = ACTIONS(515), + [anon_sym_ATbackupGlobals] = ACTIONS(515), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(515), + [anon_sym_ATbefore] = ACTIONS(517), + [anon_sym_ATbeforeClass] = ACTIONS(515), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(517), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(515), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(515), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(515), + [anon_sym_ATcovers] = ACTIONS(517), + [anon_sym_ATcoversDefaultClass] = ACTIONS(517), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(515), + [anon_sym_ATcoversNothing] = ACTIONS(515), + [anon_sym_ATdataProvider] = ACTIONS(515), + [anon_sym_ATdepends] = ACTIONS(517), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(515), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(515), + [anon_sym_ATgroup] = ACTIONS(515), + [anon_sym_ATlarge] = ACTIONS(515), + [anon_sym_ATmedium] = ACTIONS(515), + [anon_sym_ATpreserveGlobalState] = ACTIONS(515), + [anon_sym_ATrequires] = ACTIONS(517), + [anon_sym_ATrequiresusages] = ACTIONS(515), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(515), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(515), + [anon_sym_ATsmall] = ACTIONS(515), + [anon_sym_ATtest] = ACTIONS(517), + [anon_sym_ATtestWith] = ACTIONS(515), + [anon_sym_ATtestdox] = ACTIONS(515), + [anon_sym_ATticket] = ACTIONS(515), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(515), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(515), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(515), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(517), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(515), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(517), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(515), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(515), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(515), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(515), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(515), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(515), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(515), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(515), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(515), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(517), + [anon_sym_ATreadonly] = ACTIONS(515), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(515), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(515), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(515), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(515), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(515), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(515), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(515), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(515), + [anon_sym_ATparam_DASHout] = ACTIONS(515), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(515), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(517), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(515), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(515), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(515), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(515), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(515), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(515), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(515), + [anon_sym_ATmixin] = ACTIONS(515), + [sym__end] = ACTIONS(515), + [sym_text] = ACTIONS(515), }, [124] = { - [anon_sym_LBRACE] = ACTIONS(517), - [anon_sym_ATinheritdoc] = ACTIONS(517), - [anon_sym_ATinheritDoc] = ACTIONS(517), - [anon_sym_ATapi] = ACTIONS(517), - [anon_sym_ATfilesource] = ACTIONS(517), - [anon_sym_ATignore] = ACTIONS(517), - [anon_sym_ATinternal] = ACTIONS(517), - [anon_sym_ATcategory] = ACTIONS(517), - [anon_sym_ATcopyright] = ACTIONS(517), - [anon_sym_ATtodo] = ACTIONS(517), - [anon_sym_ATexample] = ACTIONS(517), - [anon_sym_ATlicense] = ACTIONS(517), - [anon_sym_ATpackage] = ACTIONS(517), - [anon_sym_ATsource] = ACTIONS(517), - [anon_sym_ATsubpackage] = ACTIONS(517), - [anon_sym_ATuses] = ACTIONS(517), - [anon_sym_ATauthor] = ACTIONS(517), - [anon_sym_ATglobal] = ACTIONS(517), - [anon_sym_ATlink] = ACTIONS(517), - [anon_sym_ATmethod] = ACTIONS(517), - [anon_sym_ATparam] = ACTIONS(519), - [anon_sym_ATproperty] = ACTIONS(519), - [anon_sym_ATproperty_DASHread] = ACTIONS(517), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(517), - [anon_sym_ATreturn] = ACTIONS(517), - [anon_sym_ATsee] = ACTIONS(517), - [anon_sym_ATthrows] = ACTIONS(517), - [anon_sym_ATvar] = ACTIONS(517), - [anon_sym_ATdeprecated] = ACTIONS(517), - [anon_sym_ATsince] = ACTIONS(517), - [anon_sym_ATversion] = ACTIONS(517), - [anon_sym_ATtemplate] = ACTIONS(519), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(517), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(517), - [anon_sym_ATimplements] = ACTIONS(517), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(517), - [anon_sym_ATextends] = ACTIONS(517), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(517), - [anon_sym_ATuse] = ACTIONS(519), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(517), - [anon_sym_ATafter] = ACTIONS(519), - [anon_sym_ATafterClass] = ACTIONS(517), - [anon_sym_ATannotation] = ACTIONS(517), - [anon_sym_ATbackupGlobals] = ACTIONS(517), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(517), - [anon_sym_ATbefore] = ACTIONS(519), - [anon_sym_ATbeforeClass] = ACTIONS(517), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(519), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(517), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(517), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(517), - [anon_sym_ATcovers] = ACTIONS(519), - [anon_sym_ATcoversDefaultClass] = ACTIONS(519), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(517), - [anon_sym_ATcoversNothing] = ACTIONS(517), - [anon_sym_ATdataProvider] = ACTIONS(517), - [anon_sym_ATdepends] = ACTIONS(519), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(517), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(517), - [anon_sym_ATgroup] = ACTIONS(517), - [anon_sym_ATlarge] = ACTIONS(517), - [anon_sym_ATmedium] = ACTIONS(517), - [anon_sym_ATpreserveGlobalState] = ACTIONS(517), - [anon_sym_ATrequires] = ACTIONS(519), - [anon_sym_ATrequiresusages] = ACTIONS(517), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(517), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(517), - [anon_sym_ATsmall] = ACTIONS(517), - [anon_sym_ATtest] = ACTIONS(519), - [anon_sym_ATtestWith] = ACTIONS(517), - [anon_sym_ATtestdox] = ACTIONS(517), - [anon_sym_ATticket] = ACTIONS(517), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(517), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(517), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(517), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(519), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(517), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(519), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(517), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(517), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(517), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(517), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(517), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(517), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(517), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(517), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(517), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(519), - [anon_sym_ATreadonly] = ACTIONS(517), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(517), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(517), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(517), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(517), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(517), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(517), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(517), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(517), - [anon_sym_ATparam_DASHout] = ACTIONS(517), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(517), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(519), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(517), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(517), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(517), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(517), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(517), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(517), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(517), - [anon_sym_ATmixin] = ACTIONS(517), - [sym__end] = ACTIONS(517), - [sym_text] = ACTIONS(517), - }, - [125] = { [anon_sym_LBRACE] = ACTIONS(551), [anon_sym_ATinheritdoc] = ACTIONS(551), [anon_sym_ATinheritDoc] = ACTIONS(551), @@ -21632,7 +21531,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(551), [anon_sym_ATmixin] = ACTIONS(551), [sym__end] = ACTIONS(551), - [sym__text_after_type] = ACTIONS(551), + [sym_text] = ACTIONS(551), + }, + [125] = { + [anon_sym_LBRACE] = ACTIONS(521), + [anon_sym_ATinheritdoc] = ACTIONS(521), + [anon_sym_ATinheritDoc] = ACTIONS(521), + [anon_sym_ATapi] = ACTIONS(521), + [anon_sym_ATfilesource] = ACTIONS(521), + [anon_sym_ATignore] = ACTIONS(521), + [anon_sym_ATinternal] = ACTIONS(521), + [anon_sym_ATcategory] = ACTIONS(521), + [anon_sym_ATcopyright] = ACTIONS(521), + [anon_sym_ATtodo] = ACTIONS(521), + [anon_sym_ATexample] = ACTIONS(521), + [anon_sym_ATlicense] = ACTIONS(521), + [anon_sym_ATpackage] = ACTIONS(521), + [anon_sym_ATsource] = ACTIONS(521), + [anon_sym_ATsubpackage] = ACTIONS(521), + [anon_sym_ATuses] = ACTIONS(521), + [anon_sym_ATauthor] = ACTIONS(521), + [anon_sym_ATglobal] = ACTIONS(521), + [anon_sym_ATlink] = ACTIONS(521), + [anon_sym_ATmethod] = ACTIONS(521), + [anon_sym_ATparam] = ACTIONS(523), + [anon_sym_ATproperty] = ACTIONS(523), + [anon_sym_ATproperty_DASHread] = ACTIONS(521), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(521), + [anon_sym_ATreturn] = ACTIONS(521), + [anon_sym_ATsee] = ACTIONS(521), + [anon_sym_ATthrows] = ACTIONS(521), + [anon_sym_ATvar] = ACTIONS(521), + [anon_sym_ATdeprecated] = ACTIONS(521), + [anon_sym_ATsince] = ACTIONS(521), + [anon_sym_ATversion] = ACTIONS(521), + [anon_sym_ATtemplate] = ACTIONS(523), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(521), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(521), + [anon_sym_ATimplements] = ACTIONS(521), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(521), + [anon_sym_ATextends] = ACTIONS(521), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(521), + [anon_sym_ATuse] = ACTIONS(523), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(521), + [anon_sym_ATafter] = ACTIONS(523), + [anon_sym_ATafterClass] = ACTIONS(521), + [anon_sym_ATannotation] = ACTIONS(521), + [anon_sym_ATbackupGlobals] = ACTIONS(521), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(521), + [anon_sym_ATbefore] = ACTIONS(523), + [anon_sym_ATbeforeClass] = ACTIONS(521), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(523), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(521), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(521), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(521), + [anon_sym_ATcovers] = ACTIONS(523), + [anon_sym_ATcoversDefaultClass] = ACTIONS(523), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(521), + [anon_sym_ATcoversNothing] = ACTIONS(521), + [anon_sym_ATdataProvider] = ACTIONS(521), + [anon_sym_ATdepends] = ACTIONS(523), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(521), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(521), + [anon_sym_ATgroup] = ACTIONS(521), + [anon_sym_ATlarge] = ACTIONS(521), + [anon_sym_ATmedium] = ACTIONS(521), + [anon_sym_ATpreserveGlobalState] = ACTIONS(521), + [anon_sym_ATrequires] = ACTIONS(523), + [anon_sym_ATrequiresusages] = ACTIONS(521), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(521), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(521), + [anon_sym_ATsmall] = ACTIONS(521), + [anon_sym_ATtest] = ACTIONS(523), + [anon_sym_ATtestWith] = ACTIONS(521), + [anon_sym_ATtestdox] = ACTIONS(521), + [anon_sym_ATticket] = ACTIONS(521), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(521), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(521), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(521), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(523), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(521), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(523), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(521), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(521), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(521), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(521), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(521), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(521), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(521), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(521), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(521), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(523), + [anon_sym_ATreadonly] = ACTIONS(521), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(521), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(521), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(521), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(521), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(521), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(521), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(521), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(521), + [anon_sym_ATparam_DASHout] = ACTIONS(521), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(521), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(523), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(521), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(521), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(521), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(521), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(521), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(521), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(521), + [anon_sym_ATmixin] = ACTIONS(521), + [sym__end] = ACTIONS(521), + [sym_text] = ACTIONS(521), }, [126] = { [anon_sym_LBRACE] = ACTIONS(555), @@ -21744,119 +21755,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(555), [anon_sym_ATmixin] = ACTIONS(555), [sym__end] = ACTIONS(555), - [sym_text] = ACTIONS(555), + [sym__text_after_type] = ACTIONS(555), }, [127] = { - [anon_sym_LBRACE] = ACTIONS(507), - [anon_sym_ATinheritdoc] = ACTIONS(507), - [anon_sym_ATinheritDoc] = ACTIONS(507), - [anon_sym_ATapi] = ACTIONS(507), - [anon_sym_ATfilesource] = ACTIONS(507), - [anon_sym_ATignore] = ACTIONS(507), - [anon_sym_ATinternal] = ACTIONS(507), - [anon_sym_ATcategory] = ACTIONS(507), - [anon_sym_ATcopyright] = ACTIONS(507), - [anon_sym_ATtodo] = ACTIONS(507), - [anon_sym_ATexample] = ACTIONS(507), - [anon_sym_ATlicense] = ACTIONS(507), - [anon_sym_ATpackage] = ACTIONS(507), - [anon_sym_ATsource] = ACTIONS(507), - [anon_sym_ATsubpackage] = ACTIONS(507), - [anon_sym_ATuses] = ACTIONS(507), - [anon_sym_ATauthor] = ACTIONS(507), - [anon_sym_ATglobal] = ACTIONS(507), - [anon_sym_ATlink] = ACTIONS(507), - [anon_sym_ATmethod] = ACTIONS(507), - [anon_sym_ATparam] = ACTIONS(509), - [anon_sym_ATproperty] = ACTIONS(509), - [anon_sym_ATproperty_DASHread] = ACTIONS(507), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(507), - [anon_sym_ATreturn] = ACTIONS(507), - [anon_sym_ATsee] = ACTIONS(507), - [anon_sym_ATthrows] = ACTIONS(507), - [anon_sym_ATvar] = ACTIONS(507), - [anon_sym_ATdeprecated] = ACTIONS(507), - [anon_sym_ATsince] = ACTIONS(507), - [anon_sym_ATversion] = ACTIONS(507), - [anon_sym_ATtemplate] = ACTIONS(509), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(507), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(507), - [anon_sym_ATimplements] = ACTIONS(507), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(507), - [anon_sym_ATextends] = ACTIONS(507), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(507), - [anon_sym_ATuse] = ACTIONS(509), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(507), - [anon_sym_ATafter] = ACTIONS(509), - [anon_sym_ATafterClass] = ACTIONS(507), - [anon_sym_ATannotation] = ACTIONS(507), - [anon_sym_ATbackupGlobals] = ACTIONS(507), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(507), - [anon_sym_ATbefore] = ACTIONS(509), - [anon_sym_ATbeforeClass] = ACTIONS(507), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(509), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(507), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(507), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(507), - [anon_sym_ATcovers] = ACTIONS(509), - [anon_sym_ATcoversDefaultClass] = ACTIONS(509), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(507), - [anon_sym_ATcoversNothing] = ACTIONS(507), - [anon_sym_ATdataProvider] = ACTIONS(507), - [anon_sym_ATdepends] = ACTIONS(509), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(507), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(507), - [anon_sym_ATgroup] = ACTIONS(507), - [anon_sym_ATlarge] = ACTIONS(507), - [anon_sym_ATmedium] = ACTIONS(507), - [anon_sym_ATpreserveGlobalState] = ACTIONS(507), - [anon_sym_ATrequires] = ACTIONS(509), - [anon_sym_ATrequiresusages] = ACTIONS(507), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(507), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(507), - [anon_sym_ATsmall] = ACTIONS(507), - [anon_sym_ATtest] = ACTIONS(509), - [anon_sym_ATtestWith] = ACTIONS(507), - [anon_sym_ATtestdox] = ACTIONS(507), - [anon_sym_ATticket] = ACTIONS(507), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(507), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(507), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(507), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(509), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(507), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(509), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(507), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(507), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(507), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(507), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(507), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(507), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(507), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(507), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(507), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(509), - [anon_sym_ATreadonly] = ACTIONS(507), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(507), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(507), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(507), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(507), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(507), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(507), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(507), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(507), - [anon_sym_ATparam_DASHout] = ACTIONS(507), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(507), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(509), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(507), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(507), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(507), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(507), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(507), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(507), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(507), - [anon_sym_ATmixin] = ACTIONS(507), - [sym__end] = ACTIONS(507), - [sym_text] = ACTIONS(507), + [anon_sym_LBRACE] = ACTIONS(505), + [anon_sym_ATinheritdoc] = ACTIONS(505), + [anon_sym_ATinheritDoc] = ACTIONS(505), + [anon_sym_ATapi] = ACTIONS(505), + [anon_sym_ATfilesource] = ACTIONS(505), + [anon_sym_ATignore] = ACTIONS(505), + [anon_sym_ATinternal] = ACTIONS(505), + [anon_sym_ATcategory] = ACTIONS(505), + [anon_sym_ATcopyright] = ACTIONS(505), + [anon_sym_ATtodo] = ACTIONS(505), + [anon_sym_ATexample] = ACTIONS(505), + [anon_sym_ATlicense] = ACTIONS(505), + [anon_sym_ATpackage] = ACTIONS(505), + [anon_sym_ATsource] = ACTIONS(505), + [anon_sym_ATsubpackage] = ACTIONS(505), + [anon_sym_ATuses] = ACTIONS(505), + [anon_sym_ATauthor] = ACTIONS(505), + [anon_sym_ATglobal] = ACTIONS(505), + [anon_sym_ATlink] = ACTIONS(505), + [anon_sym_ATmethod] = ACTIONS(505), + [anon_sym_ATparam] = ACTIONS(507), + [anon_sym_ATproperty] = ACTIONS(507), + [anon_sym_ATproperty_DASHread] = ACTIONS(505), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(505), + [anon_sym_ATreturn] = ACTIONS(505), + [anon_sym_ATsee] = ACTIONS(505), + [anon_sym_ATthrows] = ACTIONS(505), + [anon_sym_ATvar] = ACTIONS(505), + [anon_sym_ATdeprecated] = ACTIONS(505), + [anon_sym_ATsince] = ACTIONS(505), + [anon_sym_ATversion] = ACTIONS(505), + [anon_sym_ATtemplate] = ACTIONS(507), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(505), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(505), + [anon_sym_ATimplements] = ACTIONS(505), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(505), + [anon_sym_ATextends] = ACTIONS(505), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(505), + [anon_sym_ATuse] = ACTIONS(507), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(505), + [anon_sym_ATafter] = ACTIONS(507), + [anon_sym_ATafterClass] = ACTIONS(505), + [anon_sym_ATannotation] = ACTIONS(505), + [anon_sym_ATbackupGlobals] = ACTIONS(505), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(505), + [anon_sym_ATbefore] = ACTIONS(507), + [anon_sym_ATbeforeClass] = ACTIONS(505), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(507), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(505), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(505), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(505), + [anon_sym_ATcovers] = ACTIONS(507), + [anon_sym_ATcoversDefaultClass] = ACTIONS(507), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(505), + [anon_sym_ATcoversNothing] = ACTIONS(505), + [anon_sym_ATdataProvider] = ACTIONS(505), + [anon_sym_ATdepends] = ACTIONS(507), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(505), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(505), + [anon_sym_ATgroup] = ACTIONS(505), + [anon_sym_ATlarge] = ACTIONS(505), + [anon_sym_ATmedium] = ACTIONS(505), + [anon_sym_ATpreserveGlobalState] = ACTIONS(505), + [anon_sym_ATrequires] = ACTIONS(507), + [anon_sym_ATrequiresusages] = ACTIONS(505), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(505), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(505), + [anon_sym_ATsmall] = ACTIONS(505), + [anon_sym_ATtest] = ACTIONS(507), + [anon_sym_ATtestWith] = ACTIONS(505), + [anon_sym_ATtestdox] = ACTIONS(505), + [anon_sym_ATticket] = ACTIONS(505), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(505), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(505), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(505), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(507), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(505), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(507), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(505), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(505), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(505), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(505), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(505), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(505), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(505), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(505), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(505), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(507), + [anon_sym_ATreadonly] = ACTIONS(505), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(505), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(505), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(505), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(505), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(505), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(505), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(505), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(505), + [anon_sym_ATparam_DASHout] = ACTIONS(505), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(505), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(507), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(505), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(505), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(505), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(505), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(505), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(505), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(505), + [anon_sym_ATmixin] = ACTIONS(505), + [sym__end] = ACTIONS(505), + [sym_text] = ACTIONS(505), }, [128] = { [anon_sym_LBRACE] = ACTIONS(559), @@ -21971,6 +21982,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = ACTIONS(559), }, [129] = { + [anon_sym_LBRACE] = ACTIONS(563), [anon_sym_ATinheritdoc] = ACTIONS(563), [anon_sym_ATinheritDoc] = ACTIONS(563), [anon_sym_ATapi] = ACTIONS(563), @@ -22073,457 +22085,348 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(563), [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(563), [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(563), - [aux_sym__psalm_tag_token1] = ACTIONS(567), [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(563), [anon_sym_ATpsalm_DASHinternal] = ACTIONS(563), [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(563), [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(563), [anon_sym_ATmixin] = ACTIONS(563), [sym__end] = ACTIONS(563), + [sym_text] = ACTIONS(563), }, [130] = { - [anon_sym_ATinheritdoc] = ACTIONS(569), - [anon_sym_ATinheritDoc] = ACTIONS(569), - [anon_sym_ATapi] = ACTIONS(569), - [anon_sym_ATfilesource] = ACTIONS(569), - [anon_sym_ATignore] = ACTIONS(569), - [anon_sym_ATinternal] = ACTIONS(569), - [anon_sym_ATcategory] = ACTIONS(569), - [anon_sym_ATcopyright] = ACTIONS(569), - [anon_sym_ATtodo] = ACTIONS(569), - [anon_sym_ATexample] = ACTIONS(569), - [anon_sym_ATlicense] = ACTIONS(569), - [anon_sym_ATpackage] = ACTIONS(569), - [anon_sym_ATsource] = ACTIONS(569), - [anon_sym_ATsubpackage] = ACTIONS(569), - [anon_sym_ATuses] = ACTIONS(569), - [anon_sym_ATauthor] = ACTIONS(569), - [anon_sym_ATglobal] = ACTIONS(569), - [anon_sym_ATlink] = ACTIONS(569), - [anon_sym_ATmethod] = ACTIONS(569), - [anon_sym_ATparam] = ACTIONS(571), - [anon_sym_ATproperty] = ACTIONS(571), - [anon_sym_ATproperty_DASHread] = ACTIONS(569), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(569), - [anon_sym_ATreturn] = ACTIONS(569), - [anon_sym_ATsee] = ACTIONS(569), - [anon_sym_ATthrows] = ACTIONS(569), - [anon_sym_ATvar] = ACTIONS(569), - [anon_sym_ATdeprecated] = ACTIONS(569), - [anon_sym_ATsince] = ACTIONS(569), - [anon_sym_ATversion] = ACTIONS(569), - [anon_sym_ATtemplate] = ACTIONS(571), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(569), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(569), - [anon_sym_of] = ACTIONS(573), - [anon_sym_ATimplements] = ACTIONS(569), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(569), - [anon_sym_ATextends] = ACTIONS(569), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(569), - [anon_sym_ATuse] = ACTIONS(571), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(569), - [anon_sym_ATafter] = ACTIONS(571), - [anon_sym_ATafterClass] = ACTIONS(569), - [anon_sym_ATannotation] = ACTIONS(569), - [anon_sym_ATbackupGlobals] = ACTIONS(569), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(569), - [anon_sym_ATbefore] = ACTIONS(571), - [anon_sym_ATbeforeClass] = ACTIONS(569), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(571), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(569), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(569), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(569), - [anon_sym_ATcovers] = ACTIONS(571), - [anon_sym_ATcoversDefaultClass] = ACTIONS(571), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(569), - [anon_sym_ATcoversNothing] = ACTIONS(569), - [anon_sym_ATdataProvider] = ACTIONS(569), - [anon_sym_ATdepends] = ACTIONS(571), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(569), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(569), - [anon_sym_ATgroup] = ACTIONS(569), - [anon_sym_ATlarge] = ACTIONS(569), - [anon_sym_ATmedium] = ACTIONS(569), - [anon_sym_ATpreserveGlobalState] = ACTIONS(569), - [anon_sym_ATrequires] = ACTIONS(571), - [anon_sym_ATrequiresusages] = ACTIONS(569), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(569), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(569), - [anon_sym_ATsmall] = ACTIONS(569), - [anon_sym_ATtest] = ACTIONS(571), - [anon_sym_ATtestWith] = ACTIONS(569), - [anon_sym_ATtestdox] = ACTIONS(569), - [anon_sym_ATticket] = ACTIONS(569), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(569), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(569), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(569), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(571), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(569), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(571), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(569), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(569), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(569), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(569), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(569), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(569), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(569), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(569), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(569), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(571), - [anon_sym_ATreadonly] = ACTIONS(569), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(569), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(569), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(569), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(569), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(569), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(569), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(569), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(569), - [anon_sym_ATparam_DASHout] = ACTIONS(569), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(569), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(571), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(569), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(569), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(569), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(569), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(569), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(569), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(569), - [anon_sym_ATmixin] = ACTIONS(569), - [sym__end] = ACTIONS(569), + [anon_sym_ATinheritdoc] = ACTIONS(567), + [anon_sym_ATinheritDoc] = ACTIONS(567), + [anon_sym_ATapi] = ACTIONS(567), + [anon_sym_ATfilesource] = ACTIONS(567), + [anon_sym_ATignore] = ACTIONS(567), + [anon_sym_ATinternal] = ACTIONS(567), + [anon_sym_ATcategory] = ACTIONS(567), + [anon_sym_ATcopyright] = ACTIONS(567), + [anon_sym_ATtodo] = ACTIONS(567), + [anon_sym_ATexample] = ACTIONS(567), + [anon_sym_ATlicense] = ACTIONS(567), + [anon_sym_ATpackage] = ACTIONS(567), + [anon_sym_ATsource] = ACTIONS(567), + [anon_sym_ATsubpackage] = ACTIONS(567), + [anon_sym_ATuses] = ACTIONS(567), + [anon_sym_ATauthor] = ACTIONS(567), + [anon_sym_ATglobal] = ACTIONS(567), + [anon_sym_ATlink] = ACTIONS(567), + [anon_sym_ATmethod] = ACTIONS(567), + [anon_sym_ATparam] = ACTIONS(569), + [anon_sym_ATproperty] = ACTIONS(569), + [anon_sym_ATproperty_DASHread] = ACTIONS(567), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(567), + [anon_sym_ATreturn] = ACTIONS(567), + [anon_sym_ATsee] = ACTIONS(567), + [anon_sym_ATthrows] = ACTIONS(567), + [anon_sym_ATvar] = ACTIONS(567), + [anon_sym_ATdeprecated] = ACTIONS(567), + [anon_sym_ATsince] = ACTIONS(567), + [anon_sym_ATversion] = ACTIONS(567), + [anon_sym_ATtemplate] = ACTIONS(569), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(567), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(567), + [anon_sym_of] = ACTIONS(571), + [anon_sym_ATimplements] = ACTIONS(567), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(567), + [anon_sym_ATextends] = ACTIONS(567), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(567), + [anon_sym_ATuse] = ACTIONS(569), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(567), + [anon_sym_ATafter] = ACTIONS(569), + [anon_sym_ATafterClass] = ACTIONS(567), + [anon_sym_ATannotation] = ACTIONS(567), + [anon_sym_ATbackupGlobals] = ACTIONS(567), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(567), + [anon_sym_ATbefore] = ACTIONS(569), + [anon_sym_ATbeforeClass] = ACTIONS(567), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(569), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(567), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(567), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(567), + [anon_sym_ATcovers] = ACTIONS(569), + [anon_sym_ATcoversDefaultClass] = ACTIONS(569), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(567), + [anon_sym_ATcoversNothing] = ACTIONS(567), + [anon_sym_ATdataProvider] = ACTIONS(567), + [anon_sym_ATdepends] = ACTIONS(569), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(567), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(567), + [anon_sym_ATgroup] = ACTIONS(567), + [anon_sym_ATlarge] = ACTIONS(567), + [anon_sym_ATmedium] = ACTIONS(567), + [anon_sym_ATpreserveGlobalState] = ACTIONS(567), + [anon_sym_ATrequires] = ACTIONS(569), + [anon_sym_ATrequiresusages] = ACTIONS(567), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(567), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(567), + [anon_sym_ATsmall] = ACTIONS(567), + [anon_sym_ATtest] = ACTIONS(569), + [anon_sym_ATtestWith] = ACTIONS(567), + [anon_sym_ATtestdox] = ACTIONS(567), + [anon_sym_ATticket] = ACTIONS(567), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(567), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(567), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(567), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(569), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(567), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(569), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(567), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(567), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(567), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(567), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(567), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(567), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(567), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(567), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(567), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(569), + [anon_sym_ATreadonly] = ACTIONS(567), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(567), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(567), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(567), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(567), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(567), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(567), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(567), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(567), + [anon_sym_ATparam_DASHout] = ACTIONS(567), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(567), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(569), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(567), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(567), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(567), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(567), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(567), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(567), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(567), + [anon_sym_ATmixin] = ACTIONS(567), + [sym__end] = ACTIONS(567), }, [131] = { - [anon_sym_ATinheritdoc] = ACTIONS(575), - [anon_sym_ATinheritDoc] = ACTIONS(575), - [anon_sym_ATapi] = ACTIONS(575), - [anon_sym_ATfilesource] = ACTIONS(575), - [anon_sym_ATignore] = ACTIONS(575), - [anon_sym_ATinternal] = ACTIONS(575), - [anon_sym_ATcategory] = ACTIONS(575), - [anon_sym_ATcopyright] = ACTIONS(575), - [anon_sym_ATtodo] = ACTIONS(575), - [anon_sym_ATexample] = ACTIONS(575), - [anon_sym_ATlicense] = ACTIONS(575), - [anon_sym_ATpackage] = ACTIONS(575), - [anon_sym_ATsource] = ACTIONS(575), - [anon_sym_ATsubpackage] = ACTIONS(575), - [anon_sym_ATuses] = ACTIONS(575), - [anon_sym_ATauthor] = ACTIONS(575), - [anon_sym_LT] = ACTIONS(577), - [anon_sym_ATglobal] = ACTIONS(575), - [anon_sym_ATlink] = ACTIONS(575), - [anon_sym_ATmethod] = ACTIONS(575), - [anon_sym_ATparam] = ACTIONS(579), - [anon_sym_ATproperty] = ACTIONS(579), - [anon_sym_ATproperty_DASHread] = ACTIONS(575), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(575), - [anon_sym_ATreturn] = ACTIONS(575), - [anon_sym_ATsee] = ACTIONS(575), - [anon_sym_ATthrows] = ACTIONS(575), - [anon_sym_ATvar] = ACTIONS(575), - [anon_sym_ATdeprecated] = ACTIONS(575), - [anon_sym_ATsince] = ACTIONS(575), - [anon_sym_ATversion] = ACTIONS(575), - [anon_sym_ATtemplate] = ACTIONS(579), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(575), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(575), - [anon_sym_ATimplements] = ACTIONS(575), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(575), - [anon_sym_ATextends] = ACTIONS(575), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(575), - [anon_sym_ATuse] = ACTIONS(579), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(575), - [anon_sym_ATafter] = ACTIONS(579), - [anon_sym_ATafterClass] = ACTIONS(575), - [anon_sym_ATannotation] = ACTIONS(575), - [anon_sym_ATbackupGlobals] = ACTIONS(575), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(575), - [anon_sym_ATbefore] = ACTIONS(579), - [anon_sym_ATbeforeClass] = ACTIONS(575), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(579), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(575), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(575), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(575), - [anon_sym_ATcovers] = ACTIONS(579), - [anon_sym_ATcoversDefaultClass] = ACTIONS(579), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(575), - [anon_sym_ATcoversNothing] = ACTIONS(575), - [anon_sym_ATdataProvider] = ACTIONS(575), - [anon_sym_ATdepends] = ACTIONS(579), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(575), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(575), - [anon_sym_ATgroup] = ACTIONS(575), - [anon_sym_ATlarge] = ACTIONS(575), - [anon_sym_ATmedium] = ACTIONS(575), - [anon_sym_ATpreserveGlobalState] = ACTIONS(575), - [anon_sym_ATrequires] = ACTIONS(579), - [anon_sym_ATrequiresusages] = ACTIONS(575), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(575), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(575), - [anon_sym_ATsmall] = ACTIONS(575), - [anon_sym_ATtest] = ACTIONS(579), - [anon_sym_ATtestWith] = ACTIONS(575), - [anon_sym_ATtestdox] = ACTIONS(575), - [anon_sym_ATticket] = ACTIONS(575), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(575), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(575), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(575), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(579), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(575), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(579), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(575), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(575), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(575), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(575), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(575), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(575), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(575), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(575), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(575), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(579), - [anon_sym_ATreadonly] = ACTIONS(575), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(575), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(575), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(575), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(575), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(575), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(575), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(575), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(575), - [anon_sym_ATparam_DASHout] = ACTIONS(575), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(575), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(579), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(575), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(575), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(575), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(575), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(575), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(575), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(575), - [anon_sym_ATmixin] = ACTIONS(575), - [sym__end] = ACTIONS(575), + [anon_sym_ATinheritdoc] = ACTIONS(573), + [anon_sym_ATinheritDoc] = ACTIONS(573), + [anon_sym_ATapi] = ACTIONS(573), + [anon_sym_ATfilesource] = ACTIONS(573), + [anon_sym_ATignore] = ACTIONS(573), + [anon_sym_ATinternal] = ACTIONS(573), + [anon_sym_ATcategory] = ACTIONS(573), + [anon_sym_ATcopyright] = ACTIONS(573), + [anon_sym_ATtodo] = ACTIONS(573), + [anon_sym_ATexample] = ACTIONS(573), + [anon_sym_ATlicense] = ACTIONS(573), + [anon_sym_ATpackage] = ACTIONS(573), + [anon_sym_ATsource] = ACTIONS(573), + [anon_sym_ATsubpackage] = ACTIONS(573), + [anon_sym_ATuses] = ACTIONS(573), + [anon_sym_ATauthor] = ACTIONS(573), + [anon_sym_ATglobal] = ACTIONS(573), + [anon_sym_ATlink] = ACTIONS(573), + [anon_sym_ATmethod] = ACTIONS(573), + [anon_sym_ATparam] = ACTIONS(575), + [anon_sym_ATproperty] = ACTIONS(575), + [anon_sym_ATproperty_DASHread] = ACTIONS(573), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(573), + [anon_sym_ATreturn] = ACTIONS(573), + [anon_sym_ATsee] = ACTIONS(573), + [anon_sym_ATthrows] = ACTIONS(573), + [anon_sym_ATvar] = ACTIONS(573), + [anon_sym_ATdeprecated] = ACTIONS(573), + [anon_sym_ATsince] = ACTIONS(573), + [anon_sym_ATversion] = ACTIONS(573), + [anon_sym_ATtemplate] = ACTIONS(575), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(573), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(573), + [anon_sym_ATimplements] = ACTIONS(573), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(573), + [anon_sym_ATextends] = ACTIONS(573), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(573), + [anon_sym_ATuse] = ACTIONS(575), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(573), + [anon_sym_ATafter] = ACTIONS(575), + [anon_sym_ATafterClass] = ACTIONS(573), + [anon_sym_ATannotation] = ACTIONS(573), + [anon_sym_ATbackupGlobals] = ACTIONS(573), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(573), + [anon_sym_ATbefore] = ACTIONS(575), + [anon_sym_ATbeforeClass] = ACTIONS(573), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(575), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(573), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(573), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(573), + [anon_sym_ATcovers] = ACTIONS(575), + [anon_sym_ATcoversDefaultClass] = ACTIONS(575), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(573), + [anon_sym_ATcoversNothing] = ACTIONS(573), + [anon_sym_ATdataProvider] = ACTIONS(573), + [anon_sym_ATdepends] = ACTIONS(575), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(573), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(573), + [anon_sym_ATgroup] = ACTIONS(573), + [anon_sym_ATlarge] = ACTIONS(573), + [anon_sym_ATmedium] = ACTIONS(573), + [anon_sym_ATpreserveGlobalState] = ACTIONS(573), + [anon_sym_ATrequires] = ACTIONS(575), + [anon_sym_ATrequiresusages] = ACTIONS(573), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(573), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(573), + [anon_sym_ATsmall] = ACTIONS(573), + [anon_sym_ATtest] = ACTIONS(575), + [anon_sym_ATtestWith] = ACTIONS(573), + [anon_sym_ATtestdox] = ACTIONS(573), + [anon_sym_ATticket] = ACTIONS(573), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(573), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(573), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(573), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(575), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(573), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(575), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(573), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(573), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(573), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(573), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(573), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(573), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(573), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(573), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(573), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(575), + [anon_sym_ATreadonly] = ACTIONS(573), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(573), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(573), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(573), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(573), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(573), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(573), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(573), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(573), + [anon_sym_ATparam_DASHout] = ACTIONS(573), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(573), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(575), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(573), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(573), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(573), + [aux_sym__psalm_tag_token1] = ACTIONS(577), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(573), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(573), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(573), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(573), + [anon_sym_ATmixin] = ACTIONS(573), + [sym__end] = ACTIONS(573), }, [132] = { - [anon_sym_ATinheritdoc] = ACTIONS(581), - [anon_sym_ATinheritDoc] = ACTIONS(581), - [anon_sym_ATapi] = ACTIONS(581), - [anon_sym_ATfilesource] = ACTIONS(581), - [anon_sym_ATignore] = ACTIONS(581), - [anon_sym_ATinternal] = ACTIONS(581), - [anon_sym_ATcategory] = ACTIONS(581), - [anon_sym_ATcopyright] = ACTIONS(581), - [anon_sym_ATtodo] = ACTIONS(581), - [anon_sym_ATexample] = ACTIONS(581), - [anon_sym_ATlicense] = ACTIONS(581), - [anon_sym_ATpackage] = ACTIONS(581), - [anon_sym_ATsource] = ACTIONS(581), - [anon_sym_ATsubpackage] = ACTIONS(581), - [anon_sym_ATuses] = ACTIONS(581), - [anon_sym_ATauthor] = ACTIONS(581), - [anon_sym_ATglobal] = ACTIONS(581), - [anon_sym_ATlink] = ACTIONS(581), - [anon_sym_ATmethod] = ACTIONS(581), + [anon_sym_ATinheritdoc] = ACTIONS(579), + [anon_sym_ATinheritDoc] = ACTIONS(579), + [anon_sym_ATapi] = ACTIONS(579), + [anon_sym_ATfilesource] = ACTIONS(579), + [anon_sym_ATignore] = ACTIONS(579), + [anon_sym_ATinternal] = ACTIONS(579), + [anon_sym_ATcategory] = ACTIONS(579), + [anon_sym_ATcopyright] = ACTIONS(579), + [anon_sym_ATtodo] = ACTIONS(579), + [anon_sym_ATexample] = ACTIONS(579), + [anon_sym_ATlicense] = ACTIONS(579), + [anon_sym_ATpackage] = ACTIONS(579), + [anon_sym_ATsource] = ACTIONS(579), + [anon_sym_ATsubpackage] = ACTIONS(579), + [anon_sym_ATuses] = ACTIONS(579), + [anon_sym_ATauthor] = ACTIONS(579), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_ATglobal] = ACTIONS(579), + [anon_sym_ATlink] = ACTIONS(579), + [anon_sym_ATmethod] = ACTIONS(579), [anon_sym_ATparam] = ACTIONS(583), [anon_sym_ATproperty] = ACTIONS(583), - [anon_sym_ATproperty_DASHread] = ACTIONS(581), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(581), - [anon_sym_ATreturn] = ACTIONS(581), - [anon_sym_ATsee] = ACTIONS(581), - [anon_sym_ATthrows] = ACTIONS(581), - [anon_sym_ATvar] = ACTIONS(581), - [anon_sym_ATdeprecated] = ACTIONS(581), - [anon_sym_ATsince] = ACTIONS(581), - [anon_sym_ATversion] = ACTIONS(581), + [anon_sym_ATproperty_DASHread] = ACTIONS(579), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(579), + [anon_sym_ATreturn] = ACTIONS(579), + [anon_sym_ATsee] = ACTIONS(579), + [anon_sym_ATthrows] = ACTIONS(579), + [anon_sym_ATvar] = ACTIONS(579), + [anon_sym_ATdeprecated] = ACTIONS(579), + [anon_sym_ATsince] = ACTIONS(579), + [anon_sym_ATversion] = ACTIONS(579), [anon_sym_ATtemplate] = ACTIONS(583), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(581), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(581), - [anon_sym_ATimplements] = ACTIONS(581), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(581), - [anon_sym_ATextends] = ACTIONS(581), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(581), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(579), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(579), + [anon_sym_ATimplements] = ACTIONS(579), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(579), + [anon_sym_ATextends] = ACTIONS(579), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(579), [anon_sym_ATuse] = ACTIONS(583), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(581), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(579), [anon_sym_ATafter] = ACTIONS(583), - [anon_sym_ATafterClass] = ACTIONS(581), - [anon_sym_ATannotation] = ACTIONS(581), - [anon_sym_ATbackupGlobals] = ACTIONS(581), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(581), + [anon_sym_ATafterClass] = ACTIONS(579), + [anon_sym_ATannotation] = ACTIONS(579), + [anon_sym_ATbackupGlobals] = ACTIONS(579), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(579), [anon_sym_ATbefore] = ACTIONS(583), - [anon_sym_ATbeforeClass] = ACTIONS(581), + [anon_sym_ATbeforeClass] = ACTIONS(579), [anon_sym_ATcodeCoverageIgnore] = ACTIONS(583), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(581), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(581), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(581), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(579), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(579), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(579), [anon_sym_ATcovers] = ACTIONS(583), [anon_sym_ATcoversDefaultClass] = ACTIONS(583), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(581), - [anon_sym_ATcoversNothing] = ACTIONS(581), - [anon_sym_ATdataProvider] = ACTIONS(581), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(579), + [anon_sym_ATcoversNothing] = ACTIONS(579), + [anon_sym_ATdataProvider] = ACTIONS(579), [anon_sym_ATdepends] = ACTIONS(583), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(581), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(581), - [anon_sym_ATgroup] = ACTIONS(581), - [anon_sym_ATlarge] = ACTIONS(581), - [anon_sym_ATmedium] = ACTIONS(581), - [anon_sym_ATpreserveGlobalState] = ACTIONS(581), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(579), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(579), + [anon_sym_ATgroup] = ACTIONS(579), + [anon_sym_ATlarge] = ACTIONS(579), + [anon_sym_ATmedium] = ACTIONS(579), + [anon_sym_ATpreserveGlobalState] = ACTIONS(579), [anon_sym_ATrequires] = ACTIONS(583), - [anon_sym_ATrequiresusages] = ACTIONS(581), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(581), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(581), - [anon_sym_ATsmall] = ACTIONS(581), + [anon_sym_ATrequiresusages] = ACTIONS(579), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(579), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(579), + [anon_sym_ATsmall] = ACTIONS(579), [anon_sym_ATtest] = ACTIONS(583), - [anon_sym_ATtestWith] = ACTIONS(581), - [anon_sym_ATtestdox] = ACTIONS(581), - [anon_sym_ATticket] = ACTIONS(581), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(581), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(581), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(581), + [anon_sym_ATtestWith] = ACTIONS(579), + [anon_sym_ATtestdox] = ACTIONS(579), + [anon_sym_ATticket] = ACTIONS(579), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(579), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(579), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(579), [anon_sym_ATpsalm_DASHparam] = ACTIONS(583), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(581), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(579), [anon_sym_ATpsalm_DASHproperty] = ACTIONS(583), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(581), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(581), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(581), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(581), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(581), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(581), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(581), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(581), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(581), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(579), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(579), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(579), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(579), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(579), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(579), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(579), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(579), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(579), [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(583), - [anon_sym_ATreadonly] = ACTIONS(581), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(581), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(581), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(581), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(581), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(581), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(581), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(581), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(581), - [anon_sym_ATparam_DASHout] = ACTIONS(581), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(581), + [anon_sym_ATreadonly] = ACTIONS(579), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(579), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(579), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(579), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(579), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(579), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(579), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(579), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(579), + [anon_sym_ATparam_DASHout] = ACTIONS(579), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(579), [anon_sym_ATpsalm_DASHassert] = ACTIONS(583), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(581), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(581), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(581), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(581), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(581), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(581), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(581), - [anon_sym_ATmixin] = ACTIONS(581), - [sym__end] = ACTIONS(581), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(579), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(579), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(579), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(579), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(579), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(579), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(579), + [anon_sym_ATmixin] = ACTIONS(579), + [sym__end] = ACTIONS(579), }, [133] = { - [anon_sym_ATinheritdoc] = ACTIONS(366), - [anon_sym_ATinheritDoc] = ACTIONS(366), - [anon_sym_ATapi] = ACTIONS(366), - [anon_sym_ATfilesource] = ACTIONS(366), - [anon_sym_ATignore] = ACTIONS(366), - [anon_sym_ATinternal] = ACTIONS(366), - [anon_sym_ATcategory] = ACTIONS(366), - [anon_sym_ATcopyright] = ACTIONS(366), - [anon_sym_ATtodo] = ACTIONS(366), - [anon_sym_ATexample] = ACTIONS(366), - [anon_sym_ATlicense] = ACTIONS(366), - [anon_sym_ATpackage] = ACTIONS(366), - [anon_sym_ATsource] = ACTIONS(366), - [anon_sym_ATsubpackage] = ACTIONS(366), - [anon_sym_ATuses] = ACTIONS(366), - [anon_sym_ATauthor] = ACTIONS(366), - [anon_sym_ATglobal] = ACTIONS(366), - [anon_sym_ATlink] = ACTIONS(366), - [anon_sym_ATmethod] = ACTIONS(366), - [anon_sym_ATparam] = ACTIONS(368), - [anon_sym_ATproperty] = ACTIONS(368), - [anon_sym_ATproperty_DASHread] = ACTIONS(366), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(366), - [anon_sym_ATreturn] = ACTIONS(366), - [anon_sym_ATsee] = ACTIONS(366), - [anon_sym_ATthrows] = ACTIONS(366), - [anon_sym_ATvar] = ACTIONS(366), - [anon_sym_ATdeprecated] = ACTIONS(366), - [anon_sym_ATsince] = ACTIONS(366), - [anon_sym_ATversion] = ACTIONS(366), - [anon_sym_ATtemplate] = ACTIONS(368), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(366), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(366), - [anon_sym_ATimplements] = ACTIONS(366), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(366), - [anon_sym_ATextends] = ACTIONS(366), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(366), - [anon_sym_ATuse] = ACTIONS(368), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(366), - [anon_sym_ATafter] = ACTIONS(368), - [anon_sym_ATafterClass] = ACTIONS(366), - [anon_sym_ATannotation] = ACTIONS(366), - [anon_sym_ATbackupGlobals] = ACTIONS(366), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(366), - [anon_sym_ATbefore] = ACTIONS(368), - [anon_sym_ATbeforeClass] = ACTIONS(366), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(368), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(366), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(366), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(366), - [anon_sym_ATcovers] = ACTIONS(368), - [anon_sym_ATcoversDefaultClass] = ACTIONS(368), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(366), - [anon_sym_ATcoversNothing] = ACTIONS(366), - [anon_sym_ATdataProvider] = ACTIONS(366), - [anon_sym_ATdepends] = ACTIONS(368), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(366), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(366), - [anon_sym_ATgroup] = ACTIONS(366), - [anon_sym_ATlarge] = ACTIONS(366), - [anon_sym_ATmedium] = ACTIONS(366), - [anon_sym_ATpreserveGlobalState] = ACTIONS(366), - [anon_sym_ATrequires] = ACTIONS(368), - [anon_sym_ATrequiresusages] = ACTIONS(366), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(366), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(366), - [anon_sym_ATsmall] = ACTIONS(366), - [anon_sym_ATtest] = ACTIONS(368), - [anon_sym_ATtestWith] = ACTIONS(366), - [anon_sym_ATtestdox] = ACTIONS(366), - [anon_sym_ATticket] = ACTIONS(366), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(366), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(366), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(366), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(368), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(366), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(368), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(366), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(366), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(366), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(366), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(366), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(366), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(366), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(366), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(366), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(368), - [anon_sym_ATreadonly] = ACTIONS(366), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(366), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(366), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(366), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(366), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(366), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(366), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(366), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(366), - [anon_sym_ATparam_DASHout] = ACTIONS(366), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(366), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(368), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(366), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(366), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(366), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(366), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(366), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(366), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(366), - [anon_sym_ATmixin] = ACTIONS(366), - [sym__end] = ACTIONS(366), - }, - [134] = { [anon_sym_ATinheritdoc] = ACTIONS(585), [anon_sym_ATinheritDoc] = ACTIONS(585), [anon_sym_ATapi] = ACTIONS(585), @@ -22633,7 +22536,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATmixin] = ACTIONS(585), [sym__end] = ACTIONS(585), }, - [135] = { + [134] = { [anon_sym_ATinheritdoc] = ACTIONS(589), [anon_sym_ATinheritDoc] = ACTIONS(589), [anon_sym_ATapi] = ACTIONS(589), @@ -22743,6 +22646,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATmixin] = ACTIONS(589), [sym__end] = ACTIONS(589), }, + [135] = { + [anon_sym_ATinheritdoc] = ACTIONS(433), + [anon_sym_ATinheritDoc] = ACTIONS(433), + [anon_sym_ATapi] = ACTIONS(433), + [anon_sym_ATfilesource] = ACTIONS(433), + [anon_sym_ATignore] = ACTIONS(433), + [anon_sym_ATinternal] = ACTIONS(433), + [anon_sym_ATcategory] = ACTIONS(433), + [anon_sym_ATcopyright] = ACTIONS(433), + [anon_sym_ATtodo] = ACTIONS(433), + [anon_sym_ATexample] = ACTIONS(433), + [anon_sym_ATlicense] = ACTIONS(433), + [anon_sym_ATpackage] = ACTIONS(433), + [anon_sym_ATsource] = ACTIONS(433), + [anon_sym_ATsubpackage] = ACTIONS(433), + [anon_sym_ATuses] = ACTIONS(433), + [anon_sym_ATauthor] = ACTIONS(433), + [anon_sym_ATglobal] = ACTIONS(433), + [anon_sym_ATlink] = ACTIONS(433), + [anon_sym_ATmethod] = ACTIONS(433), + [anon_sym_ATparam] = ACTIONS(435), + [anon_sym_ATproperty] = ACTIONS(435), + [anon_sym_ATproperty_DASHread] = ACTIONS(433), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(433), + [anon_sym_ATreturn] = ACTIONS(433), + [anon_sym_ATsee] = ACTIONS(433), + [anon_sym_ATthrows] = ACTIONS(433), + [anon_sym_ATvar] = ACTIONS(433), + [anon_sym_ATdeprecated] = ACTIONS(433), + [anon_sym_ATsince] = ACTIONS(433), + [anon_sym_ATversion] = ACTIONS(433), + [anon_sym_ATtemplate] = ACTIONS(435), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(433), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(433), + [anon_sym_ATimplements] = ACTIONS(433), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(433), + [anon_sym_ATextends] = ACTIONS(433), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(433), + [anon_sym_ATuse] = ACTIONS(435), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(433), + [anon_sym_ATafter] = ACTIONS(435), + [anon_sym_ATafterClass] = ACTIONS(433), + [anon_sym_ATannotation] = ACTIONS(433), + [anon_sym_ATbackupGlobals] = ACTIONS(433), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATbeforeClass] = ACTIONS(433), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(435), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(433), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(433), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(433), + [anon_sym_ATcovers] = ACTIONS(435), + [anon_sym_ATcoversDefaultClass] = ACTIONS(435), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(433), + [anon_sym_ATcoversNothing] = ACTIONS(433), + [anon_sym_ATdataProvider] = ACTIONS(433), + [anon_sym_ATdepends] = ACTIONS(435), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(433), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(433), + [anon_sym_ATgroup] = ACTIONS(433), + [anon_sym_ATlarge] = ACTIONS(433), + [anon_sym_ATmedium] = ACTIONS(433), + [anon_sym_ATpreserveGlobalState] = ACTIONS(433), + [anon_sym_ATrequires] = ACTIONS(435), + [anon_sym_ATrequiresusages] = ACTIONS(433), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(433), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(433), + [anon_sym_ATsmall] = ACTIONS(433), + [anon_sym_ATtest] = ACTIONS(435), + [anon_sym_ATtestWith] = ACTIONS(433), + [anon_sym_ATtestdox] = ACTIONS(433), + [anon_sym_ATticket] = ACTIONS(433), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(433), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(433), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(433), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(435), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(433), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(435), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(433), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(433), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(433), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(433), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(433), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(433), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(433), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(433), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(433), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(435), + [anon_sym_ATreadonly] = ACTIONS(433), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(433), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(433), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(433), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(433), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(433), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(433), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(433), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(433), + [anon_sym_ATparam_DASHout] = ACTIONS(433), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(433), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(435), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(433), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(433), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(433), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(433), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(433), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(433), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(433), + [anon_sym_ATmixin] = ACTIONS(433), + [sym__end] = ACTIONS(433), + }, [136] = { [anon_sym_ATinheritdoc] = ACTIONS(593), [anon_sym_ATinheritDoc] = ACTIONS(593), @@ -23184,116 +23197,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(605), }, [140] = { - [anon_sym_ATinheritdoc] = ACTIONS(398), - [anon_sym_ATinheritDoc] = ACTIONS(398), - [anon_sym_ATapi] = ACTIONS(398), - [anon_sym_ATfilesource] = ACTIONS(398), - [anon_sym_ATignore] = ACTIONS(398), - [anon_sym_ATinternal] = ACTIONS(398), - [anon_sym_ATcategory] = ACTIONS(398), - [anon_sym_ATcopyright] = ACTIONS(398), - [anon_sym_ATtodo] = ACTIONS(398), - [anon_sym_ATexample] = ACTIONS(398), - [anon_sym_ATlicense] = ACTIONS(398), - [anon_sym_ATpackage] = ACTIONS(398), - [anon_sym_ATsource] = ACTIONS(398), - [anon_sym_ATsubpackage] = ACTIONS(398), - [anon_sym_ATuses] = ACTIONS(398), - [anon_sym_ATauthor] = ACTIONS(398), - [anon_sym_ATglobal] = ACTIONS(398), - [anon_sym_ATlink] = ACTIONS(398), - [anon_sym_ATmethod] = ACTIONS(398), - [anon_sym_ATparam] = ACTIONS(400), - [anon_sym_ATproperty] = ACTIONS(400), - [anon_sym_ATproperty_DASHread] = ACTIONS(398), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(398), - [anon_sym_ATreturn] = ACTIONS(398), - [anon_sym_ATsee] = ACTIONS(398), - [anon_sym_ATthrows] = ACTIONS(398), - [anon_sym_ATvar] = ACTIONS(398), - [anon_sym_ATdeprecated] = ACTIONS(398), - [anon_sym_ATsince] = ACTIONS(398), - [anon_sym_ATversion] = ACTIONS(398), - [anon_sym_ATtemplate] = ACTIONS(400), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(398), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(398), - [anon_sym_ATimplements] = ACTIONS(398), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(398), - [anon_sym_ATextends] = ACTIONS(398), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(398), - [anon_sym_ATuse] = ACTIONS(400), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(398), - [anon_sym_ATafter] = ACTIONS(400), - [anon_sym_ATafterClass] = ACTIONS(398), - [anon_sym_ATannotation] = ACTIONS(398), - [anon_sym_ATbackupGlobals] = ACTIONS(398), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(398), - [anon_sym_ATbefore] = ACTIONS(400), - [anon_sym_ATbeforeClass] = ACTIONS(398), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(400), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(398), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(398), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(398), - [anon_sym_ATcovers] = ACTIONS(400), - [anon_sym_ATcoversDefaultClass] = ACTIONS(400), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(398), - [anon_sym_ATcoversNothing] = ACTIONS(398), - [anon_sym_ATdataProvider] = ACTIONS(398), - [anon_sym_ATdepends] = ACTIONS(400), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(398), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(398), - [anon_sym_ATgroup] = ACTIONS(398), - [anon_sym_ATlarge] = ACTIONS(398), - [anon_sym_ATmedium] = ACTIONS(398), - [anon_sym_ATpreserveGlobalState] = ACTIONS(398), - [anon_sym_ATrequires] = ACTIONS(400), - [anon_sym_ATrequiresusages] = ACTIONS(398), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(398), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(398), - [anon_sym_ATsmall] = ACTIONS(398), - [anon_sym_ATtest] = ACTIONS(400), - [anon_sym_ATtestWith] = ACTIONS(398), - [anon_sym_ATtestdox] = ACTIONS(398), - [anon_sym_ATticket] = ACTIONS(398), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(398), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(398), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(398), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(400), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(398), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(400), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(398), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(398), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(398), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(398), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(398), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(398), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(398), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(398), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(398), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(400), - [anon_sym_ATreadonly] = ACTIONS(398), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(398), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(398), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(398), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(398), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(398), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(398), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(398), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(398), - [anon_sym_ATparam_DASHout] = ACTIONS(398), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(398), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(400), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(398), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(398), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(398), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(398), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(398), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(398), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(398), - [anon_sym_ATmixin] = ACTIONS(398), - [sym__end] = ACTIONS(398), - }, - [141] = { [anon_sym_ATinheritdoc] = ACTIONS(609), [anon_sym_ATinheritDoc] = ACTIONS(609), [anon_sym_ATapi] = ACTIONS(609), @@ -23403,7 +23306,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATmixin] = ACTIONS(609), [sym__end] = ACTIONS(609), }, - [142] = { + [141] = { [anon_sym_ATinheritdoc] = ACTIONS(613), [anon_sym_ATinheritDoc] = ACTIONS(613), [anon_sym_ATapi] = ACTIONS(613), @@ -23513,7 +23416,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATmixin] = ACTIONS(613), [sym__end] = ACTIONS(613), }, - [143] = { + [142] = { [anon_sym_ATinheritdoc] = ACTIONS(617), [anon_sym_ATinheritDoc] = ACTIONS(617), [anon_sym_ATapi] = ACTIONS(617), @@ -23623,6 +23526,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATmixin] = ACTIONS(617), [sym__end] = ACTIONS(617), }, + [143] = { + [anon_sym_ATinheritdoc] = ACTIONS(429), + [anon_sym_ATinheritDoc] = ACTIONS(429), + [anon_sym_ATapi] = ACTIONS(429), + [anon_sym_ATfilesource] = ACTIONS(429), + [anon_sym_ATignore] = ACTIONS(429), + [anon_sym_ATinternal] = ACTIONS(429), + [anon_sym_ATcategory] = ACTIONS(429), + [anon_sym_ATcopyright] = ACTIONS(429), + [anon_sym_ATtodo] = ACTIONS(429), + [anon_sym_ATexample] = ACTIONS(429), + [anon_sym_ATlicense] = ACTIONS(429), + [anon_sym_ATpackage] = ACTIONS(429), + [anon_sym_ATsource] = ACTIONS(429), + [anon_sym_ATsubpackage] = ACTIONS(429), + [anon_sym_ATuses] = ACTIONS(429), + [anon_sym_ATauthor] = ACTIONS(429), + [anon_sym_ATglobal] = ACTIONS(429), + [anon_sym_ATlink] = ACTIONS(429), + [anon_sym_ATmethod] = ACTIONS(429), + [anon_sym_ATparam] = ACTIONS(431), + [anon_sym_ATproperty] = ACTIONS(431), + [anon_sym_ATproperty_DASHread] = ACTIONS(429), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(429), + [anon_sym_ATreturn] = ACTIONS(429), + [anon_sym_ATsee] = ACTIONS(429), + [anon_sym_ATthrows] = ACTIONS(429), + [anon_sym_ATvar] = ACTIONS(429), + [anon_sym_ATdeprecated] = ACTIONS(429), + [anon_sym_ATsince] = ACTIONS(429), + [anon_sym_ATversion] = ACTIONS(429), + [anon_sym_ATtemplate] = ACTIONS(431), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(429), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(429), + [anon_sym_ATimplements] = ACTIONS(429), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(429), + [anon_sym_ATextends] = ACTIONS(429), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(429), + [anon_sym_ATuse] = ACTIONS(431), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(429), + [anon_sym_ATafter] = ACTIONS(431), + [anon_sym_ATafterClass] = ACTIONS(429), + [anon_sym_ATannotation] = ACTIONS(429), + [anon_sym_ATbackupGlobals] = ACTIONS(429), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(429), + [anon_sym_ATbefore] = ACTIONS(431), + [anon_sym_ATbeforeClass] = ACTIONS(429), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(431), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(429), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(429), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(429), + [anon_sym_ATcovers] = ACTIONS(431), + [anon_sym_ATcoversDefaultClass] = ACTIONS(431), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(429), + [anon_sym_ATcoversNothing] = ACTIONS(429), + [anon_sym_ATdataProvider] = ACTIONS(429), + [anon_sym_ATdepends] = ACTIONS(431), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(429), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(429), + [anon_sym_ATgroup] = ACTIONS(429), + [anon_sym_ATlarge] = ACTIONS(429), + [anon_sym_ATmedium] = ACTIONS(429), + [anon_sym_ATpreserveGlobalState] = ACTIONS(429), + [anon_sym_ATrequires] = ACTIONS(431), + [anon_sym_ATrequiresusages] = ACTIONS(429), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(429), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(429), + [anon_sym_ATsmall] = ACTIONS(429), + [anon_sym_ATtest] = ACTIONS(431), + [anon_sym_ATtestWith] = ACTIONS(429), + [anon_sym_ATtestdox] = ACTIONS(429), + [anon_sym_ATticket] = ACTIONS(429), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(429), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(429), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(429), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(431), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(429), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(431), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(429), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(429), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(429), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(429), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(429), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(429), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(429), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(429), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(429), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(431), + [anon_sym_ATreadonly] = ACTIONS(429), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(429), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(429), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(429), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(429), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(429), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(429), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(429), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(429), + [anon_sym_ATparam_DASHout] = ACTIONS(429), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(429), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(431), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(429), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(429), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(429), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(429), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(429), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(429), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(429), + [anon_sym_ATmixin] = ACTIONS(429), + [sym__end] = ACTIONS(429), + }, [144] = { [anon_sym_ATinheritdoc] = ACTIONS(621), [anon_sym_ATinheritDoc] = ACTIONS(621), @@ -23734,116 +23747,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(621), }, [145] = { - [anon_sym_ATinheritdoc] = ACTIONS(410), - [anon_sym_ATinheritDoc] = ACTIONS(410), - [anon_sym_ATapi] = ACTIONS(410), - [anon_sym_ATfilesource] = ACTIONS(410), - [anon_sym_ATignore] = ACTIONS(410), - [anon_sym_ATinternal] = ACTIONS(410), - [anon_sym_ATcategory] = ACTIONS(410), - [anon_sym_ATcopyright] = ACTIONS(410), - [anon_sym_ATtodo] = ACTIONS(410), - [anon_sym_ATexample] = ACTIONS(410), - [anon_sym_ATlicense] = ACTIONS(410), - [anon_sym_ATpackage] = ACTIONS(410), - [anon_sym_ATsource] = ACTIONS(410), - [anon_sym_ATsubpackage] = ACTIONS(410), - [anon_sym_ATuses] = ACTIONS(410), - [anon_sym_ATauthor] = ACTIONS(410), - [anon_sym_ATglobal] = ACTIONS(410), - [anon_sym_ATlink] = ACTIONS(410), - [anon_sym_ATmethod] = ACTIONS(410), - [anon_sym_ATparam] = ACTIONS(412), - [anon_sym_ATproperty] = ACTIONS(412), - [anon_sym_ATproperty_DASHread] = ACTIONS(410), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(410), - [anon_sym_ATreturn] = ACTIONS(410), - [anon_sym_ATsee] = ACTIONS(410), - [anon_sym_ATthrows] = ACTIONS(410), - [anon_sym_ATvar] = ACTIONS(410), - [anon_sym_ATdeprecated] = ACTIONS(410), - [anon_sym_ATsince] = ACTIONS(410), - [anon_sym_ATversion] = ACTIONS(410), - [anon_sym_ATtemplate] = ACTIONS(412), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(410), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(410), - [anon_sym_ATimplements] = ACTIONS(410), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(410), - [anon_sym_ATextends] = ACTIONS(410), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(410), - [anon_sym_ATuse] = ACTIONS(412), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(410), - [anon_sym_ATafter] = ACTIONS(412), - [anon_sym_ATafterClass] = ACTIONS(410), - [anon_sym_ATannotation] = ACTIONS(410), - [anon_sym_ATbackupGlobals] = ACTIONS(410), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(410), - [anon_sym_ATbefore] = ACTIONS(412), - [anon_sym_ATbeforeClass] = ACTIONS(410), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(412), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(410), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(410), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(410), - [anon_sym_ATcovers] = ACTIONS(412), - [anon_sym_ATcoversDefaultClass] = ACTIONS(412), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(410), - [anon_sym_ATcoversNothing] = ACTIONS(410), - [anon_sym_ATdataProvider] = ACTIONS(410), - [anon_sym_ATdepends] = ACTIONS(412), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(410), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(410), - [anon_sym_ATgroup] = ACTIONS(410), - [anon_sym_ATlarge] = ACTIONS(410), - [anon_sym_ATmedium] = ACTIONS(410), - [anon_sym_ATpreserveGlobalState] = ACTIONS(410), - [anon_sym_ATrequires] = ACTIONS(412), - [anon_sym_ATrequiresusages] = ACTIONS(410), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(410), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(410), - [anon_sym_ATsmall] = ACTIONS(410), - [anon_sym_ATtest] = ACTIONS(412), - [anon_sym_ATtestWith] = ACTIONS(410), - [anon_sym_ATtestdox] = ACTIONS(410), - [anon_sym_ATticket] = ACTIONS(410), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(410), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(410), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(410), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(412), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(410), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(412), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(410), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(410), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(410), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(410), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(410), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(410), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(410), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(410), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(410), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(412), - [anon_sym_ATreadonly] = ACTIONS(410), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(410), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(410), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(410), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(410), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(410), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(410), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(410), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(410), - [anon_sym_ATparam_DASHout] = ACTIONS(410), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(410), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(412), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(410), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(410), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(410), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(410), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(410), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(410), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(410), - [anon_sym_ATmixin] = ACTIONS(410), - [sym__end] = ACTIONS(410), - }, - [146] = { [anon_sym_ATinheritdoc] = ACTIONS(625), [anon_sym_ATinheritDoc] = ACTIONS(625), [anon_sym_ATapi] = ACTIONS(625), @@ -23953,7 +23856,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATmixin] = ACTIONS(625), [sym__end] = ACTIONS(625), }, - [147] = { + [146] = { [anon_sym_ATinheritdoc] = ACTIONS(629), [anon_sym_ATinheritDoc] = ACTIONS(629), [anon_sym_ATapi] = ACTIONS(629), @@ -24063,7 +23966,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATmixin] = ACTIONS(629), [sym__end] = ACTIONS(629), }, - [148] = { + [147] = { [anon_sym_ATinheritdoc] = ACTIONS(633), [anon_sym_ATinheritDoc] = ACTIONS(633), [anon_sym_ATapi] = ACTIONS(633), @@ -24173,6 +24076,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATmixin] = ACTIONS(633), [sym__end] = ACTIONS(633), }, + [148] = { + [anon_sym_ATinheritdoc] = ACTIONS(449), + [anon_sym_ATinheritDoc] = ACTIONS(449), + [anon_sym_ATapi] = ACTIONS(449), + [anon_sym_ATfilesource] = ACTIONS(449), + [anon_sym_ATignore] = ACTIONS(449), + [anon_sym_ATinternal] = ACTIONS(449), + [anon_sym_ATcategory] = ACTIONS(449), + [anon_sym_ATcopyright] = ACTIONS(449), + [anon_sym_ATtodo] = ACTIONS(449), + [anon_sym_ATexample] = ACTIONS(449), + [anon_sym_ATlicense] = ACTIONS(449), + [anon_sym_ATpackage] = ACTIONS(449), + [anon_sym_ATsource] = ACTIONS(449), + [anon_sym_ATsubpackage] = ACTIONS(449), + [anon_sym_ATuses] = ACTIONS(449), + [anon_sym_ATauthor] = ACTIONS(449), + [anon_sym_ATglobal] = ACTIONS(449), + [anon_sym_ATlink] = ACTIONS(449), + [anon_sym_ATmethod] = ACTIONS(449), + [anon_sym_ATparam] = ACTIONS(451), + [anon_sym_ATproperty] = ACTIONS(451), + [anon_sym_ATproperty_DASHread] = ACTIONS(449), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(449), + [anon_sym_ATreturn] = ACTIONS(449), + [anon_sym_ATsee] = ACTIONS(449), + [anon_sym_ATthrows] = ACTIONS(449), + [anon_sym_ATvar] = ACTIONS(449), + [anon_sym_ATdeprecated] = ACTIONS(449), + [anon_sym_ATsince] = ACTIONS(449), + [anon_sym_ATversion] = ACTIONS(449), + [anon_sym_ATtemplate] = ACTIONS(451), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(449), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(449), + [anon_sym_ATimplements] = ACTIONS(449), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(449), + [anon_sym_ATextends] = ACTIONS(449), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(449), + [anon_sym_ATuse] = ACTIONS(451), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(449), + [anon_sym_ATafter] = ACTIONS(451), + [anon_sym_ATafterClass] = ACTIONS(449), + [anon_sym_ATannotation] = ACTIONS(449), + [anon_sym_ATbackupGlobals] = ACTIONS(449), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(449), + [anon_sym_ATbefore] = ACTIONS(451), + [anon_sym_ATbeforeClass] = ACTIONS(449), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(451), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(449), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(449), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(449), + [anon_sym_ATcovers] = ACTIONS(451), + [anon_sym_ATcoversDefaultClass] = ACTIONS(451), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(449), + [anon_sym_ATcoversNothing] = ACTIONS(449), + [anon_sym_ATdataProvider] = ACTIONS(449), + [anon_sym_ATdepends] = ACTIONS(451), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(449), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(449), + [anon_sym_ATgroup] = ACTIONS(449), + [anon_sym_ATlarge] = ACTIONS(449), + [anon_sym_ATmedium] = ACTIONS(449), + [anon_sym_ATpreserveGlobalState] = ACTIONS(449), + [anon_sym_ATrequires] = ACTIONS(451), + [anon_sym_ATrequiresusages] = ACTIONS(449), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(449), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(449), + [anon_sym_ATsmall] = ACTIONS(449), + [anon_sym_ATtest] = ACTIONS(451), + [anon_sym_ATtestWith] = ACTIONS(449), + [anon_sym_ATtestdox] = ACTIONS(449), + [anon_sym_ATticket] = ACTIONS(449), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(449), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(449), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(449), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(451), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(449), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(451), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(449), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(449), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(449), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(449), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(449), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(449), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(449), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(449), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(449), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(451), + [anon_sym_ATreadonly] = ACTIONS(449), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(449), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(449), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(449), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(449), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(449), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(449), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(449), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(449), + [anon_sym_ATparam_DASHout] = ACTIONS(449), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(449), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(451), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(449), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(449), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(449), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(449), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(449), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(449), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(449), + [anon_sym_ATmixin] = ACTIONS(449), + [sym__end] = ACTIONS(449), + }, [149] = { [anon_sym_ATinheritdoc] = ACTIONS(637), [anon_sym_ATinheritDoc] = ACTIONS(637), @@ -24284,6 +24297,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end] = ACTIONS(637), }, [150] = { + [anon_sym_ATinheritdoc] = ACTIONS(437), + [anon_sym_ATinheritDoc] = ACTIONS(437), + [anon_sym_ATapi] = ACTIONS(437), + [anon_sym_ATfilesource] = ACTIONS(437), + [anon_sym_ATignore] = ACTIONS(437), + [anon_sym_ATinternal] = ACTIONS(437), + [anon_sym_ATcategory] = ACTIONS(437), + [anon_sym_ATcopyright] = ACTIONS(437), + [anon_sym_ATtodo] = ACTIONS(437), + [anon_sym_ATexample] = ACTIONS(437), + [anon_sym_ATlicense] = ACTIONS(437), + [anon_sym_ATpackage] = ACTIONS(437), + [anon_sym_ATsource] = ACTIONS(437), + [anon_sym_ATsubpackage] = ACTIONS(437), + [anon_sym_ATuses] = ACTIONS(437), + [anon_sym_ATauthor] = ACTIONS(437), + [anon_sym_ATglobal] = ACTIONS(437), + [anon_sym_ATlink] = ACTIONS(437), + [anon_sym_ATmethod] = ACTIONS(437), + [anon_sym_ATparam] = ACTIONS(439), + [anon_sym_ATproperty] = ACTIONS(439), + [anon_sym_ATproperty_DASHread] = ACTIONS(437), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(437), + [anon_sym_ATreturn] = ACTIONS(437), + [anon_sym_ATsee] = ACTIONS(437), + [anon_sym_ATthrows] = ACTIONS(437), + [anon_sym_ATvar] = ACTIONS(437), + [anon_sym_ATdeprecated] = ACTIONS(437), + [anon_sym_ATsince] = ACTIONS(437), + [anon_sym_ATversion] = ACTIONS(437), + [anon_sym_ATtemplate] = ACTIONS(439), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(437), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(437), + [anon_sym_ATimplements] = ACTIONS(437), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(437), + [anon_sym_ATextends] = ACTIONS(437), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(437), + [anon_sym_ATuse] = ACTIONS(439), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(437), + [anon_sym_ATafter] = ACTIONS(439), + [anon_sym_ATafterClass] = ACTIONS(437), + [anon_sym_ATannotation] = ACTIONS(437), + [anon_sym_ATbackupGlobals] = ACTIONS(437), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(437), + [anon_sym_ATbefore] = ACTIONS(439), + [anon_sym_ATbeforeClass] = ACTIONS(437), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(439), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(437), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(437), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(437), + [anon_sym_ATcovers] = ACTIONS(439), + [anon_sym_ATcoversDefaultClass] = ACTIONS(439), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(437), + [anon_sym_ATcoversNothing] = ACTIONS(437), + [anon_sym_ATdataProvider] = ACTIONS(437), + [anon_sym_ATdepends] = ACTIONS(439), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(437), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(437), + [anon_sym_ATgroup] = ACTIONS(437), + [anon_sym_ATlarge] = ACTIONS(437), + [anon_sym_ATmedium] = ACTIONS(437), + [anon_sym_ATpreserveGlobalState] = ACTIONS(437), + [anon_sym_ATrequires] = ACTIONS(439), + [anon_sym_ATrequiresusages] = ACTIONS(437), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(437), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(437), + [anon_sym_ATsmall] = ACTIONS(437), + [anon_sym_ATtest] = ACTIONS(439), + [anon_sym_ATtestWith] = ACTIONS(437), + [anon_sym_ATtestdox] = ACTIONS(437), + [anon_sym_ATticket] = ACTIONS(437), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(437), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(437), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(437), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(439), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(437), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(439), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(437), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(437), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(437), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(437), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(437), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(437), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(437), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(437), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(437), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(439), + [anon_sym_ATreadonly] = ACTIONS(437), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(437), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(437), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(437), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(437), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(437), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(437), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(437), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(437), + [anon_sym_ATparam_DASHout] = ACTIONS(437), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(437), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(439), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(437), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(437), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(437), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(437), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(437), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(437), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(437), + [anon_sym_ATmixin] = ACTIONS(437), + [sym__end] = ACTIONS(437), + }, + [151] = { [anon_sym_ATinheritdoc] = ACTIONS(641), [anon_sym_ATinheritDoc] = ACTIONS(641), [anon_sym_ATapi] = ACTIONS(641), @@ -24393,7 +24516,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATmixin] = ACTIONS(641), [sym__end] = ACTIONS(641), }, - [151] = { + [152] = { + [anon_sym_ATinheritdoc] = ACTIONS(441), + [anon_sym_ATinheritDoc] = ACTIONS(441), + [anon_sym_ATapi] = ACTIONS(441), + [anon_sym_ATfilesource] = ACTIONS(441), + [anon_sym_ATignore] = ACTIONS(441), + [anon_sym_ATinternal] = ACTIONS(441), + [anon_sym_ATcategory] = ACTIONS(441), + [anon_sym_ATcopyright] = ACTIONS(441), + [anon_sym_ATtodo] = ACTIONS(441), + [anon_sym_ATexample] = ACTIONS(441), + [anon_sym_ATlicense] = ACTIONS(441), + [anon_sym_ATpackage] = ACTIONS(441), + [anon_sym_ATsource] = ACTIONS(441), + [anon_sym_ATsubpackage] = ACTIONS(441), + [anon_sym_ATuses] = ACTIONS(441), + [anon_sym_ATauthor] = ACTIONS(441), + [anon_sym_ATglobal] = ACTIONS(441), + [anon_sym_ATlink] = ACTIONS(441), + [anon_sym_ATmethod] = ACTIONS(441), + [anon_sym_ATparam] = ACTIONS(443), + [anon_sym_ATproperty] = ACTIONS(443), + [anon_sym_ATproperty_DASHread] = ACTIONS(441), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(441), + [anon_sym_ATreturn] = ACTIONS(441), + [anon_sym_ATsee] = ACTIONS(441), + [anon_sym_ATthrows] = ACTIONS(441), + [anon_sym_ATvar] = ACTIONS(441), + [anon_sym_ATdeprecated] = ACTIONS(441), + [anon_sym_ATsince] = ACTIONS(441), + [anon_sym_ATversion] = ACTIONS(441), + [anon_sym_ATtemplate] = ACTIONS(443), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(441), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(441), + [anon_sym_ATimplements] = ACTIONS(441), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(441), + [anon_sym_ATextends] = ACTIONS(441), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(441), + [anon_sym_ATuse] = ACTIONS(443), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(441), + [anon_sym_ATafter] = ACTIONS(443), + [anon_sym_ATafterClass] = ACTIONS(441), + [anon_sym_ATannotation] = ACTIONS(441), + [anon_sym_ATbackupGlobals] = ACTIONS(441), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(441), + [anon_sym_ATbefore] = ACTIONS(443), + [anon_sym_ATbeforeClass] = ACTIONS(441), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(443), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(441), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(441), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(441), + [anon_sym_ATcovers] = ACTIONS(443), + [anon_sym_ATcoversDefaultClass] = ACTIONS(443), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(441), + [anon_sym_ATcoversNothing] = ACTIONS(441), + [anon_sym_ATdataProvider] = ACTIONS(441), + [anon_sym_ATdepends] = ACTIONS(443), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(441), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(441), + [anon_sym_ATgroup] = ACTIONS(441), + [anon_sym_ATlarge] = ACTIONS(441), + [anon_sym_ATmedium] = ACTIONS(441), + [anon_sym_ATpreserveGlobalState] = ACTIONS(441), + [anon_sym_ATrequires] = ACTIONS(443), + [anon_sym_ATrequiresusages] = ACTIONS(441), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(441), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(441), + [anon_sym_ATsmall] = ACTIONS(441), + [anon_sym_ATtest] = ACTIONS(443), + [anon_sym_ATtestWith] = ACTIONS(441), + [anon_sym_ATtestdox] = ACTIONS(441), + [anon_sym_ATticket] = ACTIONS(441), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(441), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(441), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(441), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(443), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(441), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(443), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(441), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(441), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(441), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(441), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(441), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(441), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(441), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(441), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(441), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(443), + [anon_sym_ATreadonly] = ACTIONS(441), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(441), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(441), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(441), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(441), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(441), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(441), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(441), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(441), + [anon_sym_ATparam_DASHout] = ACTIONS(441), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(441), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(443), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(441), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(441), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(441), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(441), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(441), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(441), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(441), + [anon_sym_ATmixin] = ACTIONS(441), + [sym__end] = ACTIONS(441), + }, + [153] = { [anon_sym_ATinheritdoc] = ACTIONS(645), [anon_sym_ATinheritDoc] = ACTIONS(645), [anon_sym_ATapi] = ACTIONS(645), @@ -24503,7 +24736,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATmixin] = ACTIONS(645), [sym__end] = ACTIONS(645), }, - [152] = { + [154] = { [anon_sym_ATinheritdoc] = ACTIONS(649), [anon_sym_ATinheritDoc] = ACTIONS(649), [anon_sym_ATapi] = ACTIONS(649), @@ -24613,7 +24846,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATmixin] = ACTIONS(649), [sym__end] = ACTIONS(649), }, - [153] = { + [155] = { [anon_sym_ATinheritdoc] = ACTIONS(653), [anon_sym_ATinheritDoc] = ACTIONS(653), [anon_sym_ATapi] = ACTIONS(653), @@ -24723,7 +24956,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATmixin] = ACTIONS(653), [sym__end] = ACTIONS(653), }, - [154] = { + [156] = { [anon_sym_ATinheritdoc] = ACTIONS(657), [anon_sym_ATinheritDoc] = ACTIONS(657), [anon_sym_ATapi] = ACTIONS(657), @@ -24833,7 +25066,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATmixin] = ACTIONS(657), [sym__end] = ACTIONS(657), }, - [155] = { + [157] = { [anon_sym_ATinheritdoc] = ACTIONS(661), [anon_sym_ATinheritDoc] = ACTIONS(661), [anon_sym_ATapi] = ACTIONS(661), @@ -24943,7 +25176,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATmixin] = ACTIONS(661), [sym__end] = ACTIONS(661), }, - [156] = { + [158] = { [anon_sym_ATinheritdoc] = ACTIONS(665), [anon_sym_ATinheritDoc] = ACTIONS(665), [anon_sym_ATapi] = ACTIONS(665), @@ -24952,218 +25185,218 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATinternal] = ACTIONS(665), [anon_sym_ATcategory] = ACTIONS(665), [anon_sym_ATcopyright] = ACTIONS(665), - [anon_sym_ATtodo] = ACTIONS(665), - [anon_sym_ATexample] = ACTIONS(665), - [anon_sym_ATlicense] = ACTIONS(665), - [anon_sym_ATpackage] = ACTIONS(665), - [anon_sym_ATsource] = ACTIONS(665), - [anon_sym_ATsubpackage] = ACTIONS(665), - [anon_sym_ATuses] = ACTIONS(665), - [anon_sym_ATauthor] = ACTIONS(665), - [anon_sym_ATglobal] = ACTIONS(665), - [anon_sym_ATlink] = ACTIONS(665), - [anon_sym_ATmethod] = ACTIONS(665), - [anon_sym_ATparam] = ACTIONS(667), - [anon_sym_ATproperty] = ACTIONS(667), - [anon_sym_ATproperty_DASHread] = ACTIONS(665), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(665), - [anon_sym_ATreturn] = ACTIONS(665), - [anon_sym_ATsee] = ACTIONS(665), - [anon_sym_ATthrows] = ACTIONS(665), - [anon_sym_ATvar] = ACTIONS(665), - [anon_sym_ATdeprecated] = ACTIONS(665), - [anon_sym_ATsince] = ACTIONS(665), - [anon_sym_ATversion] = ACTIONS(665), - [anon_sym_ATtemplate] = ACTIONS(667), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(665), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(665), - [anon_sym_ATimplements] = ACTIONS(665), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(665), - [anon_sym_ATextends] = ACTIONS(665), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(665), - [anon_sym_ATuse] = ACTIONS(667), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(665), - [anon_sym_ATafter] = ACTIONS(667), - [anon_sym_ATafterClass] = ACTIONS(665), - [anon_sym_ATannotation] = ACTIONS(665), - [anon_sym_ATbackupGlobals] = ACTIONS(665), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(665), - [anon_sym_ATbefore] = ACTIONS(667), - [anon_sym_ATbeforeClass] = ACTIONS(665), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(667), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(665), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(665), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(665), - [anon_sym_ATcovers] = ACTIONS(667), - [anon_sym_ATcoversDefaultClass] = ACTIONS(667), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(665), - [anon_sym_ATcoversNothing] = ACTIONS(665), - [anon_sym_ATdataProvider] = ACTIONS(665), - [anon_sym_ATdepends] = ACTIONS(667), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(665), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(665), - [anon_sym_ATgroup] = ACTIONS(665), - [anon_sym_ATlarge] = ACTIONS(665), - [anon_sym_ATmedium] = ACTIONS(665), - [anon_sym_ATpreserveGlobalState] = ACTIONS(665), - [anon_sym_ATrequires] = ACTIONS(667), - [anon_sym_ATrequiresusages] = ACTIONS(665), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(665), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(665), - [anon_sym_ATsmall] = ACTIONS(665), - [anon_sym_ATtest] = ACTIONS(667), - [anon_sym_ATtestWith] = ACTIONS(665), - [anon_sym_ATtestdox] = ACTIONS(665), - [anon_sym_ATticket] = ACTIONS(665), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(665), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(665), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(665), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(667), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(665), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(667), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(665), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(665), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(665), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(665), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(665), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(665), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(665), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(665), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(665), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(667), - [anon_sym_ATreadonly] = ACTIONS(665), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(665), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(665), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(665), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(665), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(665), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(665), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(665), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(665), - [anon_sym_ATparam_DASHout] = ACTIONS(665), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(665), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(667), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(665), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(665), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(665), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(665), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(665), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(665), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(665), - [anon_sym_ATmixin] = ACTIONS(665), - [sym__end] = ACTIONS(665), - }, - [157] = { - [anon_sym_ATinheritdoc] = ACTIONS(429), - [anon_sym_ATinheritDoc] = ACTIONS(429), - [anon_sym_ATapi] = ACTIONS(429), - [anon_sym_ATfilesource] = ACTIONS(429), - [anon_sym_ATignore] = ACTIONS(429), - [anon_sym_ATinternal] = ACTIONS(429), - [anon_sym_ATcategory] = ACTIONS(429), - [anon_sym_ATcopyright] = ACTIONS(429), - [anon_sym_ATtodo] = ACTIONS(429), - [anon_sym_ATexample] = ACTIONS(429), - [anon_sym_ATlicense] = ACTIONS(429), - [anon_sym_ATpackage] = ACTIONS(429), - [anon_sym_ATsource] = ACTIONS(429), - [anon_sym_ATsubpackage] = ACTIONS(429), - [anon_sym_ATuses] = ACTIONS(429), - [anon_sym_ATauthor] = ACTIONS(429), - [anon_sym_ATglobal] = ACTIONS(429), - [anon_sym_ATlink] = ACTIONS(429), - [anon_sym_ATmethod] = ACTIONS(429), - [anon_sym_ATparam] = ACTIONS(431), - [anon_sym_ATproperty] = ACTIONS(431), - [anon_sym_ATproperty_DASHread] = ACTIONS(429), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(429), - [anon_sym_ATreturn] = ACTIONS(429), - [anon_sym_ATsee] = ACTIONS(429), - [anon_sym_ATthrows] = ACTIONS(429), - [anon_sym_ATvar] = ACTIONS(429), - [anon_sym_ATdeprecated] = ACTIONS(429), - [anon_sym_ATsince] = ACTIONS(429), - [anon_sym_ATversion] = ACTIONS(429), - [anon_sym_ATtemplate] = ACTIONS(431), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(429), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(429), - [anon_sym_ATimplements] = ACTIONS(429), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(429), - [anon_sym_ATextends] = ACTIONS(429), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(429), - [anon_sym_ATuse] = ACTIONS(431), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(429), - [anon_sym_ATafter] = ACTIONS(431), - [anon_sym_ATafterClass] = ACTIONS(429), - [anon_sym_ATannotation] = ACTIONS(429), - [anon_sym_ATbackupGlobals] = ACTIONS(429), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(429), - [anon_sym_ATbefore] = ACTIONS(431), - [anon_sym_ATbeforeClass] = ACTIONS(429), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(431), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(429), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(429), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(429), - [anon_sym_ATcovers] = ACTIONS(431), - [anon_sym_ATcoversDefaultClass] = ACTIONS(431), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(429), - [anon_sym_ATcoversNothing] = ACTIONS(429), - [anon_sym_ATdataProvider] = ACTIONS(429), - [anon_sym_ATdepends] = ACTIONS(431), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(429), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(429), - [anon_sym_ATgroup] = ACTIONS(429), - [anon_sym_ATlarge] = ACTIONS(429), - [anon_sym_ATmedium] = ACTIONS(429), - [anon_sym_ATpreserveGlobalState] = ACTIONS(429), - [anon_sym_ATrequires] = ACTIONS(431), - [anon_sym_ATrequiresusages] = ACTIONS(429), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(429), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(429), - [anon_sym_ATsmall] = ACTIONS(429), - [anon_sym_ATtest] = ACTIONS(431), - [anon_sym_ATtestWith] = ACTIONS(429), - [anon_sym_ATtestdox] = ACTIONS(429), - [anon_sym_ATticket] = ACTIONS(429), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(429), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(429), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(429), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(431), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(429), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(431), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(429), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(429), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(429), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(429), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(429), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(429), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(429), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(429), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(429), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(431), - [anon_sym_ATreadonly] = ACTIONS(429), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(429), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(429), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(429), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(429), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(429), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(429), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(429), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(429), - [anon_sym_ATparam_DASHout] = ACTIONS(429), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(429), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(431), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(429), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(429), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(429), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(429), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(429), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(429), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(429), - [anon_sym_ATmixin] = ACTIONS(429), - [sym__end] = ACTIONS(429), + [anon_sym_ATtodo] = ACTIONS(665), + [anon_sym_ATexample] = ACTIONS(665), + [anon_sym_ATlicense] = ACTIONS(665), + [anon_sym_ATpackage] = ACTIONS(665), + [anon_sym_ATsource] = ACTIONS(665), + [anon_sym_ATsubpackage] = ACTIONS(665), + [anon_sym_ATuses] = ACTIONS(665), + [anon_sym_ATauthor] = ACTIONS(665), + [anon_sym_ATglobal] = ACTIONS(665), + [anon_sym_ATlink] = ACTIONS(665), + [anon_sym_ATmethod] = ACTIONS(665), + [anon_sym_ATparam] = ACTIONS(667), + [anon_sym_ATproperty] = ACTIONS(667), + [anon_sym_ATproperty_DASHread] = ACTIONS(665), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(665), + [anon_sym_ATreturn] = ACTIONS(665), + [anon_sym_ATsee] = ACTIONS(665), + [anon_sym_ATthrows] = ACTIONS(665), + [anon_sym_ATvar] = ACTIONS(665), + [anon_sym_ATdeprecated] = ACTIONS(665), + [anon_sym_ATsince] = ACTIONS(665), + [anon_sym_ATversion] = ACTIONS(665), + [anon_sym_ATtemplate] = ACTIONS(667), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(665), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(665), + [anon_sym_ATimplements] = ACTIONS(665), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(665), + [anon_sym_ATextends] = ACTIONS(665), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(665), + [anon_sym_ATuse] = ACTIONS(667), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(665), + [anon_sym_ATafter] = ACTIONS(667), + [anon_sym_ATafterClass] = ACTIONS(665), + [anon_sym_ATannotation] = ACTIONS(665), + [anon_sym_ATbackupGlobals] = ACTIONS(665), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(665), + [anon_sym_ATbefore] = ACTIONS(667), + [anon_sym_ATbeforeClass] = ACTIONS(665), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(667), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(665), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(665), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(665), + [anon_sym_ATcovers] = ACTIONS(667), + [anon_sym_ATcoversDefaultClass] = ACTIONS(667), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(665), + [anon_sym_ATcoversNothing] = ACTIONS(665), + [anon_sym_ATdataProvider] = ACTIONS(665), + [anon_sym_ATdepends] = ACTIONS(667), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(665), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(665), + [anon_sym_ATgroup] = ACTIONS(665), + [anon_sym_ATlarge] = ACTIONS(665), + [anon_sym_ATmedium] = ACTIONS(665), + [anon_sym_ATpreserveGlobalState] = ACTIONS(665), + [anon_sym_ATrequires] = ACTIONS(667), + [anon_sym_ATrequiresusages] = ACTIONS(665), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(665), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(665), + [anon_sym_ATsmall] = ACTIONS(665), + [anon_sym_ATtest] = ACTIONS(667), + [anon_sym_ATtestWith] = ACTIONS(665), + [anon_sym_ATtestdox] = ACTIONS(665), + [anon_sym_ATticket] = ACTIONS(665), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(665), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(665), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(665), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(667), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(665), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(667), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(665), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(665), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(665), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(665), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(665), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(665), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(665), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(665), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(665), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(667), + [anon_sym_ATreadonly] = ACTIONS(665), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(665), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(665), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(665), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(665), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(665), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(665), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(665), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(665), + [anon_sym_ATparam_DASHout] = ACTIONS(665), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(665), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(667), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(665), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(665), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(665), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(665), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(665), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(665), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(665), + [anon_sym_ATmixin] = ACTIONS(665), + [sym__end] = ACTIONS(665), }, - [158] = { + [159] = { + [anon_sym_ATinheritdoc] = ACTIONS(445), + [anon_sym_ATinheritDoc] = ACTIONS(445), + [anon_sym_ATapi] = ACTIONS(445), + [anon_sym_ATfilesource] = ACTIONS(445), + [anon_sym_ATignore] = ACTIONS(445), + [anon_sym_ATinternal] = ACTIONS(445), + [anon_sym_ATcategory] = ACTIONS(445), + [anon_sym_ATcopyright] = ACTIONS(445), + [anon_sym_ATtodo] = ACTIONS(445), + [anon_sym_ATexample] = ACTIONS(445), + [anon_sym_ATlicense] = ACTIONS(445), + [anon_sym_ATpackage] = ACTIONS(445), + [anon_sym_ATsource] = ACTIONS(445), + [anon_sym_ATsubpackage] = ACTIONS(445), + [anon_sym_ATuses] = ACTIONS(445), + [anon_sym_ATauthor] = ACTIONS(445), + [anon_sym_ATglobal] = ACTIONS(445), + [anon_sym_ATlink] = ACTIONS(445), + [anon_sym_ATmethod] = ACTIONS(445), + [anon_sym_ATparam] = ACTIONS(447), + [anon_sym_ATproperty] = ACTIONS(447), + [anon_sym_ATproperty_DASHread] = ACTIONS(445), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(445), + [anon_sym_ATreturn] = ACTIONS(445), + [anon_sym_ATsee] = ACTIONS(445), + [anon_sym_ATthrows] = ACTIONS(445), + [anon_sym_ATvar] = ACTIONS(445), + [anon_sym_ATdeprecated] = ACTIONS(445), + [anon_sym_ATsince] = ACTIONS(445), + [anon_sym_ATversion] = ACTIONS(445), + [anon_sym_ATtemplate] = ACTIONS(447), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(445), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(445), + [anon_sym_ATimplements] = ACTIONS(445), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(445), + [anon_sym_ATextends] = ACTIONS(445), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(445), + [anon_sym_ATuse] = ACTIONS(447), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(445), + [anon_sym_ATafter] = ACTIONS(447), + [anon_sym_ATafterClass] = ACTIONS(445), + [anon_sym_ATannotation] = ACTIONS(445), + [anon_sym_ATbackupGlobals] = ACTIONS(445), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(445), + [anon_sym_ATbefore] = ACTIONS(447), + [anon_sym_ATbeforeClass] = ACTIONS(445), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(447), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(445), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(445), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(445), + [anon_sym_ATcovers] = ACTIONS(447), + [anon_sym_ATcoversDefaultClass] = ACTIONS(447), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(445), + [anon_sym_ATcoversNothing] = ACTIONS(445), + [anon_sym_ATdataProvider] = ACTIONS(445), + [anon_sym_ATdepends] = ACTIONS(447), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(445), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(445), + [anon_sym_ATgroup] = ACTIONS(445), + [anon_sym_ATlarge] = ACTIONS(445), + [anon_sym_ATmedium] = ACTIONS(445), + [anon_sym_ATpreserveGlobalState] = ACTIONS(445), + [anon_sym_ATrequires] = ACTIONS(447), + [anon_sym_ATrequiresusages] = ACTIONS(445), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(445), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(445), + [anon_sym_ATsmall] = ACTIONS(445), + [anon_sym_ATtest] = ACTIONS(447), + [anon_sym_ATtestWith] = ACTIONS(445), + [anon_sym_ATtestdox] = ACTIONS(445), + [anon_sym_ATticket] = ACTIONS(445), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(445), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(445), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(445), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(447), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(445), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(447), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(445), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(445), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(445), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(445), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(445), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(445), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(445), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(445), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(445), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(447), + [anon_sym_ATreadonly] = ACTIONS(445), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(445), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(445), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(445), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(445), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(445), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(445), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(445), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(445), + [anon_sym_ATparam_DASHout] = ACTIONS(445), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(445), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(447), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(445), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(445), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(445), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(445), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(445), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(445), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(445), + [anon_sym_ATmixin] = ACTIONS(445), + [sym__end] = ACTIONS(445), + }, + [160] = { [anon_sym_ATinheritdoc] = ACTIONS(669), [anon_sym_ATinheritDoc] = ACTIONS(669), [anon_sym_ATapi] = ACTIONS(669), @@ -25273,7 +25506,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATmixin] = ACTIONS(669), [sym__end] = ACTIONS(669), }, - [159] = { + [161] = { [anon_sym_ATinheritdoc] = ACTIONS(673), [anon_sym_ATinheritDoc] = ACTIONS(673), [anon_sym_ATapi] = ACTIONS(673), @@ -25383,117 +25616,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATmixin] = ACTIONS(673), [sym__end] = ACTIONS(673), }, - [160] = { - [anon_sym_ATinheritdoc] = ACTIONS(435), - [anon_sym_ATinheritDoc] = ACTIONS(435), - [anon_sym_ATapi] = ACTIONS(435), - [anon_sym_ATfilesource] = ACTIONS(435), - [anon_sym_ATignore] = ACTIONS(435), - [anon_sym_ATinternal] = ACTIONS(435), - [anon_sym_ATcategory] = ACTIONS(435), - [anon_sym_ATcopyright] = ACTIONS(435), - [anon_sym_ATtodo] = ACTIONS(435), - [anon_sym_ATexample] = ACTIONS(435), - [anon_sym_ATlicense] = ACTIONS(435), - [anon_sym_ATpackage] = ACTIONS(435), - [anon_sym_ATsource] = ACTIONS(435), - [anon_sym_ATsubpackage] = ACTIONS(435), - [anon_sym_ATuses] = ACTIONS(435), - [anon_sym_ATauthor] = ACTIONS(435), - [anon_sym_ATglobal] = ACTIONS(435), - [anon_sym_ATlink] = ACTIONS(435), - [anon_sym_ATmethod] = ACTIONS(435), - [anon_sym_ATparam] = ACTIONS(437), - [anon_sym_ATproperty] = ACTIONS(437), - [anon_sym_ATproperty_DASHread] = ACTIONS(435), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(435), - [anon_sym_ATreturn] = ACTIONS(435), - [anon_sym_ATsee] = ACTIONS(435), - [anon_sym_ATthrows] = ACTIONS(435), - [anon_sym_ATvar] = ACTIONS(435), - [anon_sym_ATdeprecated] = ACTIONS(435), - [anon_sym_ATsince] = ACTIONS(435), - [anon_sym_ATversion] = ACTIONS(435), - [anon_sym_ATtemplate] = ACTIONS(437), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(435), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(435), - [anon_sym_ATimplements] = ACTIONS(435), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(435), - [anon_sym_ATextends] = ACTIONS(435), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(435), - [anon_sym_ATuse] = ACTIONS(437), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(435), - [anon_sym_ATafter] = ACTIONS(437), - [anon_sym_ATafterClass] = ACTIONS(435), - [anon_sym_ATannotation] = ACTIONS(435), - [anon_sym_ATbackupGlobals] = ACTIONS(435), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(435), - [anon_sym_ATbefore] = ACTIONS(437), - [anon_sym_ATbeforeClass] = ACTIONS(435), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(437), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(435), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(435), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(435), - [anon_sym_ATcovers] = ACTIONS(437), - [anon_sym_ATcoversDefaultClass] = ACTIONS(437), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(435), - [anon_sym_ATcoversNothing] = ACTIONS(435), - [anon_sym_ATdataProvider] = ACTIONS(435), - [anon_sym_ATdepends] = ACTIONS(437), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(435), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(435), - [anon_sym_ATgroup] = ACTIONS(435), - [anon_sym_ATlarge] = ACTIONS(435), - [anon_sym_ATmedium] = ACTIONS(435), - [anon_sym_ATpreserveGlobalState] = ACTIONS(435), - [anon_sym_ATrequires] = ACTIONS(437), - [anon_sym_ATrequiresusages] = ACTIONS(435), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(435), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(435), - [anon_sym_ATsmall] = ACTIONS(435), - [anon_sym_ATtest] = ACTIONS(437), - [anon_sym_ATtestWith] = ACTIONS(435), - [anon_sym_ATtestdox] = ACTIONS(435), - [anon_sym_ATticket] = ACTIONS(435), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(435), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(435), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(435), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(437), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(435), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(437), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(435), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(435), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(435), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(435), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(435), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(435), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(435), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(435), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(435), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(437), - [anon_sym_ATreadonly] = ACTIONS(435), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(435), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(435), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(435), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(435), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(435), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(435), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(435), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(435), - [anon_sym_ATparam_DASHout] = ACTIONS(435), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(435), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(437), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(435), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(435), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(435), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(435), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(435), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(435), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(435), - [anon_sym_ATmixin] = ACTIONS(435), - [sym__end] = ACTIONS(435), + [162] = { + [anon_sym_ATinheritdoc] = ACTIONS(457), + [anon_sym_ATinheritDoc] = ACTIONS(457), + [anon_sym_ATapi] = ACTIONS(457), + [anon_sym_ATfilesource] = ACTIONS(457), + [anon_sym_ATignore] = ACTIONS(457), + [anon_sym_ATinternal] = ACTIONS(457), + [anon_sym_ATcategory] = ACTIONS(457), + [anon_sym_ATcopyright] = ACTIONS(457), + [anon_sym_ATtodo] = ACTIONS(457), + [anon_sym_ATexample] = ACTIONS(457), + [anon_sym_ATlicense] = ACTIONS(457), + [anon_sym_ATpackage] = ACTIONS(457), + [anon_sym_ATsource] = ACTIONS(457), + [anon_sym_ATsubpackage] = ACTIONS(457), + [anon_sym_ATuses] = ACTIONS(457), + [anon_sym_ATauthor] = ACTIONS(457), + [anon_sym_ATglobal] = ACTIONS(457), + [anon_sym_ATlink] = ACTIONS(457), + [anon_sym_ATmethod] = ACTIONS(457), + [anon_sym_ATparam] = ACTIONS(459), + [anon_sym_ATproperty] = ACTIONS(459), + [anon_sym_ATproperty_DASHread] = ACTIONS(457), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(457), + [anon_sym_ATreturn] = ACTIONS(457), + [anon_sym_ATsee] = ACTIONS(457), + [anon_sym_ATthrows] = ACTIONS(457), + [anon_sym_ATvar] = ACTIONS(457), + [anon_sym_ATdeprecated] = ACTIONS(457), + [anon_sym_ATsince] = ACTIONS(457), + [anon_sym_ATversion] = ACTIONS(457), + [anon_sym_ATtemplate] = ACTIONS(459), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(457), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(457), + [anon_sym_ATimplements] = ACTIONS(457), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(457), + [anon_sym_ATextends] = ACTIONS(457), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(457), + [anon_sym_ATuse] = ACTIONS(459), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(457), + [anon_sym_ATafter] = ACTIONS(459), + [anon_sym_ATafterClass] = ACTIONS(457), + [anon_sym_ATannotation] = ACTIONS(457), + [anon_sym_ATbackupGlobals] = ACTIONS(457), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(457), + [anon_sym_ATbefore] = ACTIONS(459), + [anon_sym_ATbeforeClass] = ACTIONS(457), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(459), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(457), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(457), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(457), + [anon_sym_ATcovers] = ACTIONS(459), + [anon_sym_ATcoversDefaultClass] = ACTIONS(459), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(457), + [anon_sym_ATcoversNothing] = ACTIONS(457), + [anon_sym_ATdataProvider] = ACTIONS(457), + [anon_sym_ATdepends] = ACTIONS(459), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(457), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(457), + [anon_sym_ATgroup] = ACTIONS(457), + [anon_sym_ATlarge] = ACTIONS(457), + [anon_sym_ATmedium] = ACTIONS(457), + [anon_sym_ATpreserveGlobalState] = ACTIONS(457), + [anon_sym_ATrequires] = ACTIONS(459), + [anon_sym_ATrequiresusages] = ACTIONS(457), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(457), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(457), + [anon_sym_ATsmall] = ACTIONS(457), + [anon_sym_ATtest] = ACTIONS(459), + [anon_sym_ATtestWith] = ACTIONS(457), + [anon_sym_ATtestdox] = ACTIONS(457), + [anon_sym_ATticket] = ACTIONS(457), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(457), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(457), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(457), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(459), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(457), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(459), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(457), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(457), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(457), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(457), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(457), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(457), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(457), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(457), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(457), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(459), + [anon_sym_ATreadonly] = ACTIONS(457), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(457), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(457), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(457), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(457), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(457), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(457), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(457), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(457), + [anon_sym_ATparam_DASHout] = ACTIONS(457), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(457), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(459), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(457), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(457), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(457), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(457), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(457), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(457), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(457), + [anon_sym_ATmixin] = ACTIONS(457), + [sym__end] = ACTIONS(457), }, - [161] = { + [163] = { [anon_sym_ATinheritdoc] = ACTIONS(677), [anon_sym_ATinheritDoc] = ACTIONS(677), [anon_sym_ATapi] = ACTIONS(677), @@ -25603,7 +25836,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATmixin] = ACTIONS(677), [sym__end] = ACTIONS(677), }, - [162] = { + [164] = { [anon_sym_ATinheritdoc] = ACTIONS(681), [anon_sym_ATinheritDoc] = ACTIONS(681), [anon_sym_ATapi] = ACTIONS(681), @@ -25713,153 +25946,153 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATmixin] = ACTIONS(681), [sym__end] = ACTIONS(681), }, - [163] = { - [anon_sym_ATinheritdoc] = ACTIONS(439), - [anon_sym_ATinheritDoc] = ACTIONS(439), - [anon_sym_ATapi] = ACTIONS(439), - [anon_sym_ATfilesource] = ACTIONS(439), - [anon_sym_ATignore] = ACTIONS(439), - [anon_sym_ATinternal] = ACTIONS(439), - [anon_sym_ATcategory] = ACTIONS(439), - [anon_sym_ATcopyright] = ACTIONS(439), - [anon_sym_ATtodo] = ACTIONS(439), - [anon_sym_ATexample] = ACTIONS(439), - [anon_sym_ATlicense] = ACTIONS(439), - [anon_sym_ATpackage] = ACTIONS(439), - [anon_sym_ATsource] = ACTIONS(439), - [anon_sym_ATsubpackage] = ACTIONS(439), - [anon_sym_ATuses] = ACTIONS(439), - [anon_sym_ATauthor] = ACTIONS(439), - [anon_sym_ATglobal] = ACTIONS(439), - [anon_sym_ATlink] = ACTIONS(439), - [anon_sym_ATmethod] = ACTIONS(439), - [anon_sym_ATparam] = ACTIONS(441), - [anon_sym_ATproperty] = ACTIONS(441), - [anon_sym_ATproperty_DASHread] = ACTIONS(439), - [anon_sym_ATproperty_DASHwrite] = ACTIONS(439), - [anon_sym_ATreturn] = ACTIONS(439), - [anon_sym_ATsee] = ACTIONS(439), - [anon_sym_ATthrows] = ACTIONS(439), - [anon_sym_ATvar] = ACTIONS(439), - [anon_sym_ATdeprecated] = ACTIONS(439), - [anon_sym_ATsince] = ACTIONS(439), - [anon_sym_ATversion] = ACTIONS(439), - [anon_sym_ATtemplate] = ACTIONS(441), - [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(439), - [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(439), - [anon_sym_ATimplements] = ACTIONS(439), - [anon_sym_ATtemplate_DASHimplements] = ACTIONS(439), - [anon_sym_ATextends] = ACTIONS(439), - [anon_sym_ATtemplate_DASHextends] = ACTIONS(439), - [anon_sym_ATuse] = ACTIONS(441), - [anon_sym_ATtemplate_DASHuse] = ACTIONS(439), - [anon_sym_ATafter] = ACTIONS(441), - [anon_sym_ATafterClass] = ACTIONS(439), - [anon_sym_ATannotation] = ACTIONS(439), - [anon_sym_ATbackupGlobals] = ACTIONS(439), - [anon_sym_ATbackupStaticAttributes] = ACTIONS(439), - [anon_sym_ATbefore] = ACTIONS(441), - [anon_sym_ATbeforeClass] = ACTIONS(439), - [anon_sym_ATcodeCoverageIgnore] = ACTIONS(441), - [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(439), - [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(439), - [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(439), - [anon_sym_ATcovers] = ACTIONS(441), - [anon_sym_ATcoversDefaultClass] = ACTIONS(441), - [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(439), - [anon_sym_ATcoversNothing] = ACTIONS(439), - [anon_sym_ATdataProvider] = ACTIONS(439), - [anon_sym_ATdepends] = ACTIONS(441), - [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(439), - [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(439), - [anon_sym_ATgroup] = ACTIONS(439), - [anon_sym_ATlarge] = ACTIONS(439), - [anon_sym_ATmedium] = ACTIONS(439), - [anon_sym_ATpreserveGlobalState] = ACTIONS(439), - [anon_sym_ATrequires] = ACTIONS(441), - [anon_sym_ATrequiresusages] = ACTIONS(439), - [anon_sym_ATrunInSeparateProcess] = ACTIONS(439), - [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(439), - [anon_sym_ATsmall] = ACTIONS(439), - [anon_sym_ATtest] = ACTIONS(441), - [anon_sym_ATtestWith] = ACTIONS(439), - [anon_sym_ATtestdox] = ACTIONS(439), - [anon_sym_ATticket] = ACTIONS(439), - [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(439), - [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(439), - [anon_sym_ATpsalm_DASHvar] = ACTIONS(439), - [anon_sym_ATpsalm_DASHparam] = ACTIONS(441), - [anon_sym_ATpsalm_DASHreturn] = ACTIONS(439), - [anon_sym_ATpsalm_DASHproperty] = ACTIONS(441), - [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(439), - [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(439), - [anon_sym_ATpsalm_DASHmethod] = ACTIONS(439), - [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(439), - [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(439), - [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(439), - [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(439), - [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(439), - [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(439), - [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(441), - [anon_sym_ATreadonly] = ACTIONS(439), - [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(439), - [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(439), - [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(439), - [anon_sym_ATpsalm_DASHpure] = ACTIONS(439), - [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(439), - [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(439), - [anon_sym_ATpsalm_DASHtrace] = ACTIONS(439), - [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(439), - [anon_sym_ATparam_DASHout] = ACTIONS(439), - [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(439), - [anon_sym_ATpsalm_DASHassert] = ACTIONS(441), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(439), - [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(439), - [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(439), - [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(439), - [anon_sym_ATpsalm_DASHinternal] = ACTIONS(439), - [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(439), - [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(439), - [anon_sym_ATmixin] = ACTIONS(439), - [sym__end] = ACTIONS(439), + [165] = { + [anon_sym_ATinheritdoc] = ACTIONS(685), + [anon_sym_ATinheritDoc] = ACTIONS(685), + [anon_sym_ATapi] = ACTIONS(685), + [anon_sym_ATfilesource] = ACTIONS(685), + [anon_sym_ATignore] = ACTIONS(685), + [anon_sym_ATinternal] = ACTIONS(685), + [anon_sym_ATcategory] = ACTIONS(685), + [anon_sym_ATcopyright] = ACTIONS(685), + [anon_sym_ATtodo] = ACTIONS(685), + [anon_sym_ATexample] = ACTIONS(685), + [anon_sym_ATlicense] = ACTIONS(685), + [anon_sym_ATpackage] = ACTIONS(685), + [anon_sym_ATsource] = ACTIONS(685), + [anon_sym_ATsubpackage] = ACTIONS(685), + [anon_sym_ATuses] = ACTIONS(685), + [anon_sym_ATauthor] = ACTIONS(685), + [anon_sym_ATglobal] = ACTIONS(685), + [anon_sym_ATlink] = ACTIONS(685), + [anon_sym_ATmethod] = ACTIONS(685), + [anon_sym_ATparam] = ACTIONS(687), + [anon_sym_ATproperty] = ACTIONS(687), + [anon_sym_ATproperty_DASHread] = ACTIONS(685), + [anon_sym_ATproperty_DASHwrite] = ACTIONS(685), + [anon_sym_ATreturn] = ACTIONS(685), + [anon_sym_ATsee] = ACTIONS(685), + [anon_sym_ATthrows] = ACTIONS(685), + [anon_sym_ATvar] = ACTIONS(685), + [anon_sym_ATdeprecated] = ACTIONS(685), + [anon_sym_ATsince] = ACTIONS(685), + [anon_sym_ATversion] = ACTIONS(685), + [anon_sym_ATtemplate] = ACTIONS(687), + [anon_sym_ATpsalm_DASHtemplate] = ACTIONS(685), + [anon_sym_ATphpstan_DASHtemplate] = ACTIONS(685), + [anon_sym_ATimplements] = ACTIONS(685), + [anon_sym_ATtemplate_DASHimplements] = ACTIONS(685), + [anon_sym_ATextends] = ACTIONS(685), + [anon_sym_ATtemplate_DASHextends] = ACTIONS(685), + [anon_sym_ATuse] = ACTIONS(687), + [anon_sym_ATtemplate_DASHuse] = ACTIONS(685), + [anon_sym_ATafter] = ACTIONS(687), + [anon_sym_ATafterClass] = ACTIONS(685), + [anon_sym_ATannotation] = ACTIONS(685), + [anon_sym_ATbackupGlobals] = ACTIONS(685), + [anon_sym_ATbackupStaticAttributes] = ACTIONS(685), + [anon_sym_ATbefore] = ACTIONS(687), + [anon_sym_ATbeforeClass] = ACTIONS(685), + [anon_sym_ATcodeCoverageIgnore] = ACTIONS(687), + [anon_sym_ATcodeCoverageIgnore_STAR] = ACTIONS(685), + [anon_sym_ATcodeCoverageIgnoreEnd] = ACTIONS(685), + [anon_sym_ATcodeCoverageIgnoreStart] = ACTIONS(685), + [anon_sym_ATcovers] = ACTIONS(687), + [anon_sym_ATcoversDefaultClass] = ACTIONS(687), + [anon_sym_ATcoversDefaultClasstoshortenannotations] = ACTIONS(685), + [anon_sym_ATcoversNothing] = ACTIONS(685), + [anon_sym_ATdataProvider] = ACTIONS(685), + [anon_sym_ATdepends] = ACTIONS(687), + [anon_sym_ATdependsannotationtoexpressdependencies] = ACTIONS(685), + [anon_sym_ATdoesNotPerformAssertions] = ACTIONS(685), + [anon_sym_ATgroup] = ACTIONS(685), + [anon_sym_ATlarge] = ACTIONS(685), + [anon_sym_ATmedium] = ACTIONS(685), + [anon_sym_ATpreserveGlobalState] = ACTIONS(685), + [anon_sym_ATrequires] = ACTIONS(687), + [anon_sym_ATrequiresusages] = ACTIONS(685), + [anon_sym_ATrunInSeparateProcess] = ACTIONS(685), + [anon_sym_ATrunTestsInSeparateProcesses] = ACTIONS(685), + [anon_sym_ATsmall] = ACTIONS(685), + [anon_sym_ATtest] = ACTIONS(687), + [anon_sym_ATtestWith] = ACTIONS(685), + [anon_sym_ATtestdox] = ACTIONS(685), + [anon_sym_ATticket] = ACTIONS(685), + [anon_sym_ATpsalm_DASHconsistent_DASHconstructor] = ACTIONS(685), + [anon_sym_ATpsalm_DASHconsistent_DASHtemplates] = ACTIONS(685), + [anon_sym_ATpsalm_DASHvar] = ACTIONS(685), + [anon_sym_ATpsalm_DASHparam] = ACTIONS(687), + [anon_sym_ATpsalm_DASHreturn] = ACTIONS(685), + [anon_sym_ATpsalm_DASHproperty] = ACTIONS(687), + [anon_sym_ATpsalm_DASHproperty_DASHread] = ACTIONS(685), + [anon_sym_ATpsalm_DASHproperty_DASHwrite] = ACTIONS(685), + [anon_sym_ATpsalm_DASHmethod] = ACTIONS(685), + [anon_sym_ATpsalm_DASHignore_DASHvar] = ACTIONS(685), + [anon_sym_ATpsalm_DASHif_DASHthis_DASHis] = ACTIONS(685), + [anon_sym_ATpsalm_DASHthis_DASHout] = ACTIONS(685), + [anon_sym_ATpsalm_DASHignore_DASHnullable_DASHreturn] = ACTIONS(685), + [anon_sym_ATpsalm_DASHignore_DASHfalsable_DASHreturn] = ACTIONS(685), + [anon_sym_ATpsalm_DASHseal_DASHproperties] = ACTIONS(685), + [anon_sym_ATpsalm_DASHreadonly] = ACTIONS(687), + [anon_sym_ATreadonly] = ACTIONS(685), + [anon_sym_ATpsalm_DASHmutation_DASHfree] = ACTIONS(685), + [anon_sym_ATpsalm_DASHexternal_DASHmutation_DASHfree] = ACTIONS(685), + [anon_sym_ATpsalm_DASHimmutable] = ACTIONS(685), + [anon_sym_ATpsalm_DASHpure] = ACTIONS(685), + [anon_sym_ATpsalm_DASHallow_DASHprivate_DASHmutation] = ACTIONS(685), + [anon_sym_ATpsalm_DASHreadonly_DASHallow_DASHprivate_DASHmutation] = ACTIONS(685), + [anon_sym_ATpsalm_DASHtrace] = ACTIONS(685), + [anon_sym_ATno_DASHnamed_DASHarguments] = ACTIONS(685), + [anon_sym_ATparam_DASHout] = ACTIONS(685), + [anon_sym_ATpsalm_DASHparam_DASHout] = ACTIONS(685), + [anon_sym_ATpsalm_DASHassert] = ACTIONS(687), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHtrue] = ACTIONS(685), + [anon_sym_ATpsalm_DASHassert_DASHif_DASHfalse] = ACTIONS(685), + [anon_sym_ATpsalm_DASHimport_DASHtype] = ACTIONS(685), + [anon_sym_ATpsalm_DASHsuppress] = ACTIONS(685), + [anon_sym_ATpsalm_DASHinternal] = ACTIONS(685), + [anon_sym_ATpsalm_DASHrequire_DASHextends] = ACTIONS(685), + [anon_sym_ATpsalm_DASHrequire_DASHimplements] = ACTIONS(685), + [anon_sym_ATmixin] = ACTIONS(685), + [sym__end] = ACTIONS(685), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 22, - ACTIONS(537), 1, + ACTIONS(533), 1, anon_sym_DOLLAR, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - ACTIONS(703), 1, + ACTIONS(707), 1, anon_sym_RPAREN, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(238), 1, + STATE(268), 1, sym_parameter, - STATE(264), 1, + STATE(269), 1, sym_variable_name, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -25870,12 +26103,12 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - STATE(279), 4, + STATE(278), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -25886,7 +26119,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -25901,37 +26134,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [96] = 21, - ACTIONS(685), 1, + ACTIONS(533), 1, + anon_sym_DOLLAR, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, - anon_sym_LPAREN, + anon_sym_QMARK, ACTIONS(705), 1, - anon_sym_GT, - ACTIONS(708), 1, - anon_sym_COMMA, - STATE(9), 1, + anon_sym_LPAREN, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(174), 1, - aux_sym__type_argument_list_repeat2, - STATE(312), 1, + STATE(269), 1, + sym_variable_name, + STATE(285), 1, + sym_parameter, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -25942,12 +26175,12 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - STATE(338), 4, + STATE(278), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -25958,7 +26191,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -25973,37 +26206,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [189] = 21, - ACTIONS(537), 1, - anon_sym_DOLLAR, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - STATE(9), 1, + ACTIONS(709), 1, + anon_sym_GT, + ACTIONS(712), 1, + anon_sym_COMMA, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(264), 1, - sym_variable_name, - STATE(267), 1, - sym_parameter, - STATE(312), 1, + STATE(175), 1, + aux_sym__type_argument_list_repeat2, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -26014,12 +26247,12 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - STATE(279), 4, + STATE(338), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -26030,7 +26263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -26045,37 +26278,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [282] = 21, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - ACTIONS(708), 1, + ACTIONS(712), 1, anon_sym_COMMA, - ACTIONS(710), 1, + ACTIONS(714), 1, anon_sym_GT, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(175), 1, + STATE(176), 1, aux_sym__type_argument_list_repeat2, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -26091,7 +26324,7 @@ static const uint16_t ts_small_parse_table[] = { sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -26102,7 +26335,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -26117,37 +26350,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [375] = 21, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - ACTIONS(708), 1, + ACTIONS(712), 1, anon_sym_COMMA, - ACTIONS(713), 1, + ACTIONS(717), 1, anon_sym_GT, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(171), 1, + STATE(177), 1, aux_sym__type_argument_list_repeat2, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -26163,7 +26396,7 @@ static const uint16_t ts_small_parse_table[] = { sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -26174,7 +26407,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -26189,37 +26422,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [468] = 21, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - ACTIONS(708), 1, + ACTIONS(712), 1, anon_sym_COMMA, - ACTIONS(716), 1, + ACTIONS(720), 1, anon_sym_GT, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(170), 1, + STATE(174), 1, aux_sym__type_argument_list_repeat2, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -26235,7 +26468,7 @@ static const uint16_t ts_small_parse_table[] = { sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -26246,7 +26479,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -26261,35 +26494,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [561] = 20, - ACTIONS(685), 1, + ACTIONS(723), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(726), 1, + anon_sym_GT, + ACTIONS(728), 1, anon_sym_list, - ACTIONS(689), 1, + ACTIONS(731), 1, anon_sym_class_DASHstring, - ACTIONS(693), 1, + ACTIONS(737), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(740), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, + ACTIONS(743), 1, anon_sym_QMARK, - ACTIONS(701), 1, + ACTIONS(749), 1, anon_sym_LPAREN, - ACTIONS(719), 1, - anon_sym_GT, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, STATE(172), 1, aux_sym__type_argument_list_repeat2, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -26305,7 +26538,7 @@ static const uint16_t ts_small_parse_table[] = { sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(734), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -26316,7 +26549,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(746), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -26331,35 +26564,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [651] = 20, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - ACTIONS(721), 1, - anon_sym_GT, - STATE(9), 1, + ACTIONS(752), 1, + anon_sym_DOLLAR, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(172), 1, - aux_sym__type_argument_list_repeat2, - STATE(312), 1, + STATE(69), 1, + sym_variable_name, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -26370,12 +26603,12 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - STATE(338), 4, + STATE(291), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -26386,7 +26619,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -26401,35 +26634,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [741] = 20, - ACTIONS(723), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(726), 1, - anon_sym_GT, - ACTIONS(728), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(731), 1, + ACTIONS(693), 1, anon_sym_class_DASHstring, - ACTIONS(737), 1, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(740), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(743), 1, + ACTIONS(701), 1, anon_sym_QMARK, - ACTIONS(749), 1, + ACTIONS(705), 1, anon_sym_LPAREN, - STATE(9), 1, + ACTIONS(754), 1, + anon_sym_GT, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, STATE(172), 1, aux_sym__type_argument_list_repeat2, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -26445,7 +26678,7 @@ static const uint16_t ts_small_parse_table[] = { sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(734), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -26456,7 +26689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(746), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -26471,35 +26704,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [831] = 20, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - ACTIONS(752), 1, - anon_sym_DOLLAR, - STATE(9), 1, + ACTIONS(756), 1, + anon_sym_GT, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(68), 1, - sym_variable_name, - STATE(312), 1, + STATE(172), 1, + aux_sym__type_argument_list_repeat2, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -26510,12 +26743,12 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - STATE(269), 4, + STATE(338), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -26526,7 +26759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -26541,35 +26774,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [921] = 20, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(758), 1, anon_sym_GT, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, STATE(172), 1, aux_sym__type_argument_list_repeat2, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -26585,7 +26818,7 @@ static const uint16_t ts_small_parse_table[] = { sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -26596,7 +26829,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -26611,35 +26844,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [1011] = 20, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - ACTIONS(756), 1, + ACTIONS(760), 1, anon_sym_GT, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, STATE(172), 1, aux_sym__type_argument_list_repeat2, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -26655,7 +26888,7 @@ static const uint16_t ts_small_parse_table[] = { sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -26666,7 +26899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -26681,35 +26914,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [1101] = 20, - ACTIONS(685), 1, - sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - ACTIONS(758), 1, + ACTIONS(762), 1, + sym_name, + ACTIONS(764), 1, anon_sym_static, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(186), 1, + STATE(190), 1, sym_static, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -26720,12 +26953,12 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - STATE(335), 4, + STATE(342), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -26736,7 +26969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 12, + ACTIONS(703), 12, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -26750,33 +26983,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [1190] = 18, - ACTIONS(693), 1, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(760), 1, + ACTIONS(766), 1, sym_name, - ACTIONS(762), 1, + ACTIONS(768), 1, anon_sym_list, - ACTIONS(764), 1, + ACTIONS(770), 1, anon_sym_class_DASHstring, - ACTIONS(768), 1, + ACTIONS(774), 1, anon_sym_QMARK, - ACTIONS(772), 1, + ACTIONS(778), 1, anon_sym_LPAREN, STATE(26), 1, sym_qualified_name, - STATE(45), 1, + STATE(46), 1, sym_generic_type, - STATE(57), 1, + STATE(86), 1, sym__psalm_generic_array_types, - STATE(60), 1, + STATE(88), 1, sym__psalm_list_array_types, - STATE(303), 1, + STATE(308), 1, sym_namespace_name_as_prefix, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(34), 3, + STATE(30), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, @@ -26785,12 +27018,12 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - STATE(75), 4, + STATE(231), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(766), 10, + ACTIONS(772), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -26801,7 +27034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(770), 13, + ACTIONS(776), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -26816,33 +27049,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [1274] = 18, - ACTIONS(693), 1, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(760), 1, + ACTIONS(766), 1, sym_name, - ACTIONS(762), 1, + ACTIONS(768), 1, anon_sym_list, - ACTIONS(764), 1, + ACTIONS(770), 1, anon_sym_class_DASHstring, - ACTIONS(768), 1, + ACTIONS(774), 1, anon_sym_QMARK, - ACTIONS(772), 1, + ACTIONS(778), 1, anon_sym_LPAREN, STATE(26), 1, sym_qualified_name, - STATE(45), 1, + STATE(46), 1, sym_generic_type, - STATE(57), 1, + STATE(86), 1, sym__psalm_generic_array_types, - STATE(60), 1, + STATE(88), 1, sym__psalm_list_array_types, - STATE(303), 1, + STATE(308), 1, sym_namespace_name_as_prefix, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(34), 3, + STATE(30), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, @@ -26851,12 +27084,12 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - STATE(70), 4, + STATE(76), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(766), 10, + ACTIONS(772), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -26867,7 +27100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(770), 13, + ACTIONS(776), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -26882,31 +27115,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [1358] = 18, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -26917,12 +27150,12 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - STATE(268), 4, + STATE(165), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -26933,7 +27166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -26948,47 +27181,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [1442] = 18, - ACTIONS(685), 1, + ACTIONS(697), 1, + anon_sym_BSLASH, + ACTIONS(699), 1, + aux_sym_namespace_name_as_prefix_token1, + ACTIONS(766), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(768), 1, anon_sym_list, - ACTIONS(689), 1, + ACTIONS(770), 1, anon_sym_class_DASHstring, - ACTIONS(693), 1, - anon_sym_BSLASH, - ACTIONS(695), 1, - aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, + ACTIONS(774), 1, anon_sym_QMARK, - ACTIONS(701), 1, + ACTIONS(778), 1, anon_sym_LPAREN, - STATE(9), 1, - sym_generic_type, - STATE(15), 1, + STATE(26), 1, sym_qualified_name, - STATE(30), 1, - sym__psalm_list_array_types, - STATE(31), 1, + STATE(46), 1, + sym_generic_type, + STATE(86), 1, sym__psalm_generic_array_types, - STATE(312), 1, - sym_namespace_name, - STATE(330), 1, + STATE(88), 1, + sym__psalm_list_array_types, + STATE(308), 1, sym_namespace_name_as_prefix, - STATE(23), 3, + STATE(317), 1, + sym_namespace_name, + STATE(30), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, - STATE(14), 4, + STATE(24), 4, sym__regular_types, sym_named_type, sym_optional_type, sym_primitive_type, - STATE(272), 4, + STATE(71), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(772), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -26999,7 +27232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(776), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -27014,31 +27247,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [1526] = 18, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -27049,12 +27282,12 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - STATE(159), 4, + STATE(273), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -27065,7 +27298,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -27080,31 +27313,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [1610] = 18, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -27115,12 +27348,12 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - STATE(153), 4, + STATE(160), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -27131,7 +27364,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -27146,47 +27379,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [1694] = 18, - ACTIONS(693), 1, - anon_sym_BSLASH, - ACTIONS(695), 1, - aux_sym_namespace_name_as_prefix_token1, - ACTIONS(760), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(762), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(764), 1, + ACTIONS(693), 1, anon_sym_class_DASHstring, - ACTIONS(768), 1, + ACTIONS(697), 1, + anon_sym_BSLASH, + ACTIONS(699), 1, + aux_sym_namespace_name_as_prefix_token1, + ACTIONS(701), 1, anon_sym_QMARK, - ACTIONS(772), 1, + ACTIONS(705), 1, anon_sym_LPAREN, - STATE(26), 1, - sym_qualified_name, - STATE(45), 1, + STATE(10), 1, sym_generic_type, - STATE(57), 1, - sym__psalm_generic_array_types, - STATE(60), 1, + STATE(15), 1, + sym_qualified_name, + STATE(28), 1, sym__psalm_list_array_types, - STATE(303), 1, - sym_namespace_name_as_prefix, - STATE(312), 1, + STATE(29), 1, + sym__psalm_generic_array_types, + STATE(317), 1, sym_namespace_name, - STATE(34), 3, + STATE(337), 1, + sym_namespace_name_as_prefix, + STATE(23), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, - STATE(24), 4, + STATE(14), 4, sym__regular_types, sym_named_type, sym_optional_type, sym_primitive_type, - STATE(227), 4, + STATE(277), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(766), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -27197,7 +27430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(770), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -27212,31 +27445,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [1778] = 18, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -27247,12 +27480,12 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - STATE(146), 4, + STATE(155), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -27263,7 +27496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -27278,31 +27511,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [1862] = 18, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -27313,12 +27546,12 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - STATE(130), 4, + STATE(275), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -27329,7 +27562,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -27344,31 +27577,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [1946] = 18, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -27379,12 +27612,12 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - STATE(302), 4, + STATE(145), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -27395,7 +27628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -27410,31 +27643,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [2030] = 18, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -27445,12 +27678,12 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - STATE(161), 4, + STATE(130), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -27461,7 +27694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -27476,31 +27709,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [2114] = 18, - ACTIONS(685), 1, - sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - STATE(9), 1, + ACTIONS(780), 1, + sym_name, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -27511,12 +27744,12 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - STATE(274), 4, + STATE(307), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -27527,7 +27760,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -27542,31 +27775,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [2198] = 18, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, - anon_sym_QMARK, ACTIONS(701), 1, + anon_sym_QMARK, + ACTIONS(705), 1, anon_sym_LPAREN, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, STATE(23), 3, sym__types, @@ -27577,12 +27810,12 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - STATE(143), 4, + STATE(134), 4, sym__type, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -27593,7 +27826,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -27608,33 +27841,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [2282] = 17, - ACTIONS(693), 1, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(760), 1, + ACTIONS(766), 1, sym_name, - ACTIONS(762), 1, + ACTIONS(768), 1, anon_sym_list, - ACTIONS(764), 1, + ACTIONS(770), 1, anon_sym_class_DASHstring, - ACTIONS(768), 1, - anon_sym_QMARK, ACTIONS(774), 1, + anon_sym_QMARK, + ACTIONS(782), 1, anon_sym_LPAREN, STATE(26), 1, sym_qualified_name, - STATE(45), 1, + STATE(46), 1, sym_generic_type, - STATE(57), 1, + STATE(86), 1, sym__psalm_generic_array_types, - STATE(60), 1, + STATE(88), 1, sym__psalm_list_array_types, - STATE(303), 1, + STATE(308), 1, sym_namespace_name_as_prefix, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(93), 3, + STATE(97), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, @@ -27643,7 +27876,7 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(766), 10, + ACTIONS(772), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -27654,7 +27887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(770), 13, + ACTIONS(776), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -27669,33 +27902,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [2360] = 17, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, + ACTIONS(701), 1, anon_sym_QMARK, - STATE(9), 1, + ACTIONS(784), 1, + anon_sym_LPAREN, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(299), 1, - sym_intersection_type, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, - STATE(241), 3, + STATE(78), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, @@ -27704,7 +27937,7 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -27715,7 +27948,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -27730,42 +27963,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [2438] = 17, - ACTIONS(685), 1, + ACTIONS(697), 1, + anon_sym_BSLASH, + ACTIONS(699), 1, + aux_sym_namespace_name_as_prefix_token1, + ACTIONS(766), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(768), 1, anon_sym_list, - ACTIONS(689), 1, + ACTIONS(770), 1, anon_sym_class_DASHstring, - ACTIONS(693), 1, - anon_sym_BSLASH, - ACTIONS(695), 1, - aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, + ACTIONS(774), 1, anon_sym_QMARK, - STATE(9), 1, - sym_generic_type, - STATE(15), 1, + ACTIONS(782), 1, + anon_sym_LPAREN, + STATE(26), 1, sym_qualified_name, - STATE(30), 1, - sym__psalm_list_array_types, - STATE(31), 1, + STATE(46), 1, + sym_generic_type, + STATE(86), 1, sym__psalm_generic_array_types, - STATE(312), 1, - sym_namespace_name, - STATE(330), 1, + STATE(88), 1, + sym__psalm_list_array_types, + STATE(308), 1, sym_namespace_name_as_prefix, - STATE(334), 1, - sym_intersection_type, - STATE(241), 3, + STATE(317), 1, + sym_namespace_name, + STATE(104), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, - STATE(14), 4, + STATE(24), 4, sym__regular_types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(691), 10, + ACTIONS(772), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -27776,7 +28009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(776), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -27791,33 +28024,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [2516] = 17, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, + ACTIONS(701), 1, anon_sym_QMARK, - ACTIONS(776), 1, - anon_sym_LPAREN, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(334), 1, + sym_intersection_type, + STATE(337), 1, sym_namespace_name_as_prefix, - STATE(88), 3, + STATE(245), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, @@ -27826,7 +28059,7 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -27837,7 +28070,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -27852,33 +28085,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [2594] = 17, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, + ACTIONS(701), 1, anon_sym_QMARK, - ACTIONS(776), 1, - anon_sym_LPAREN, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(312), 1, + STATE(310), 1, + sym_intersection_type, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, - STATE(90), 3, + STATE(245), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, @@ -27887,7 +28120,7 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -27898,7 +28131,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -27913,33 +28146,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [2672] = 17, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, + ACTIONS(701), 1, anon_sym_QMARK, - STATE(9), 1, + ACTIONS(784), 1, + anon_sym_LPAREN, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(289), 1, - sym_intersection_type, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, - STATE(241), 3, + STATE(84), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, @@ -27948,7 +28181,7 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -27959,7 +28192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -27974,33 +28207,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [2750] = 17, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, + ACTIONS(701), 1, anon_sym_QMARK, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(306), 1, + STATE(304), 1, sym_intersection_type, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, - STATE(241), 3, + STATE(245), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, @@ -28009,7 +28242,7 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -28020,7 +28253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -28035,42 +28268,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [2828] = 17, - ACTIONS(693), 1, - anon_sym_BSLASH, - ACTIONS(695), 1, - aux_sym_namespace_name_as_prefix_token1, - ACTIONS(760), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(762), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(764), 1, + ACTIONS(693), 1, anon_sym_class_DASHstring, - ACTIONS(768), 1, + ACTIONS(697), 1, + anon_sym_BSLASH, + ACTIONS(699), 1, + aux_sym_namespace_name_as_prefix_token1, + ACTIONS(701), 1, anon_sym_QMARK, - ACTIONS(774), 1, - anon_sym_LPAREN, - STATE(26), 1, - sym_qualified_name, - STATE(45), 1, + STATE(10), 1, sym_generic_type, - STATE(57), 1, - sym__psalm_generic_array_types, - STATE(60), 1, + STATE(15), 1, + sym_qualified_name, + STATE(28), 1, sym__psalm_list_array_types, - STATE(303), 1, - sym_namespace_name_as_prefix, - STATE(312), 1, + STATE(29), 1, + sym__psalm_generic_array_types, + STATE(293), 1, + sym_intersection_type, + STATE(317), 1, sym_namespace_name, - STATE(98), 3, + STATE(337), 1, + sym_namespace_name_as_prefix, + STATE(245), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, - STATE(24), 4, + STATE(14), 4, sym__regular_types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(766), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -28081,7 +28314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(770), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -28096,40 +28329,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [2906] = 16, - ACTIONS(685), 1, + ACTIONS(697), 1, + anon_sym_BSLASH, + ACTIONS(699), 1, + aux_sym_namespace_name_as_prefix_token1, + ACTIONS(766), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(768), 1, anon_sym_list, - ACTIONS(689), 1, + ACTIONS(770), 1, anon_sym_class_DASHstring, - ACTIONS(693), 1, - anon_sym_BSLASH, - ACTIONS(695), 1, - aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, + ACTIONS(774), 1, anon_sym_QMARK, - STATE(9), 1, - sym_generic_type, - STATE(15), 1, + STATE(26), 1, sym_qualified_name, - STATE(30), 1, - sym__psalm_list_array_types, - STATE(31), 1, + STATE(46), 1, + sym_generic_type, + STATE(86), 1, sym__psalm_generic_array_types, - STATE(312), 1, - sym_namespace_name, - STATE(330), 1, + STATE(88), 1, + sym__psalm_list_array_types, + STATE(308), 1, sym_namespace_name_as_prefix, - STATE(89), 3, + STATE(317), 1, + sym_namespace_name, + STATE(105), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, - STATE(14), 4, + STATE(24), 4, sym__regular_types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(691), 10, + ACTIONS(772), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -28140,7 +28373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(776), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -28155,31 +28388,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [2981] = 16, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, + ACTIONS(701), 1, anon_sym_QMARK, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, - STATE(53), 3, + STATE(83), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, @@ -28188,7 +28421,7 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -28199,7 +28432,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -28214,40 +28447,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [3056] = 16, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, + ACTIONS(701), 1, anon_sym_QMARK, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, - STATE(328), 3, + STATE(312), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, - STATE(233), 4, + STATE(236), 4, sym__regular_types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -28258,7 +28491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -28273,40 +28506,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [3131] = 16, - ACTIONS(693), 1, - anon_sym_BSLASH, - ACTIONS(695), 1, - aux_sym_namespace_name_as_prefix_token1, - ACTIONS(760), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(762), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(764), 1, + ACTIONS(693), 1, anon_sym_class_DASHstring, - ACTIONS(768), 1, + ACTIONS(697), 1, + anon_sym_BSLASH, + ACTIONS(699), 1, + aux_sym_namespace_name_as_prefix_token1, + ACTIONS(701), 1, anon_sym_QMARK, - STATE(26), 1, - sym_qualified_name, - STATE(45), 1, + STATE(10), 1, sym_generic_type, - STATE(57), 1, - sym__psalm_generic_array_types, - STATE(60), 1, + STATE(15), 1, + sym_qualified_name, + STATE(28), 1, sym__psalm_list_array_types, - STATE(303), 1, - sym_namespace_name_as_prefix, - STATE(312), 1, + STATE(29), 1, + sym__psalm_generic_array_types, + STATE(317), 1, sym_namespace_name, - STATE(103), 3, + STATE(337), 1, + sym_namespace_name_as_prefix, + STATE(53), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, - STATE(24), 4, + STATE(14), 4, sym__regular_types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(766), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -28317,7 +28550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(770), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -28332,40 +28565,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [3206] = 16, - ACTIONS(693), 1, - anon_sym_BSLASH, - ACTIONS(695), 1, - aux_sym_namespace_name_as_prefix_token1, - ACTIONS(760), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(762), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(764), 1, + ACTIONS(693), 1, anon_sym_class_DASHstring, - ACTIONS(768), 1, + ACTIONS(697), 1, + anon_sym_BSLASH, + ACTIONS(699), 1, + aux_sym_namespace_name_as_prefix_token1, + ACTIONS(701), 1, anon_sym_QMARK, - STATE(26), 1, - sym_qualified_name, - STATE(45), 1, + STATE(10), 1, sym_generic_type, - STATE(57), 1, - sym__psalm_generic_array_types, - STATE(60), 1, + STATE(15), 1, + sym_qualified_name, + STATE(28), 1, sym__psalm_list_array_types, - STATE(303), 1, - sym_namespace_name_as_prefix, - STATE(312), 1, + STATE(29), 1, + sym__psalm_generic_array_types, + STATE(317), 1, sym_namespace_name, - STATE(97), 3, + STATE(337), 1, + sym_namespace_name_as_prefix, + STATE(312), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, - STATE(24), 4, + STATE(14), 4, sym__regular_types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(766), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -28376,7 +28609,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(770), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -28391,40 +28624,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [3281] = 16, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, + ACTIONS(701), 1, anon_sym_QMARK, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, - STATE(328), 3, + STATE(331), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, - STATE(14), 4, + STATE(234), 4, sym__regular_types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -28435,7 +28668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -28450,40 +28683,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [3356] = 16, - ACTIONS(685), 1, + ACTIONS(697), 1, + anon_sym_BSLASH, + ACTIONS(699), 1, + aux_sym_namespace_name_as_prefix_token1, + ACTIONS(766), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(768), 1, anon_sym_list, - ACTIONS(689), 1, + ACTIONS(770), 1, anon_sym_class_DASHstring, - ACTIONS(693), 1, - anon_sym_BSLASH, - ACTIONS(695), 1, - aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, + ACTIONS(774), 1, anon_sym_QMARK, - STATE(9), 1, - sym_generic_type, - STATE(15), 1, + STATE(26), 1, sym_qualified_name, - STATE(30), 1, - sym__psalm_list_array_types, - STATE(31), 1, + STATE(46), 1, + sym_generic_type, + STATE(86), 1, sym__psalm_generic_array_types, - STATE(312), 1, - sym_namespace_name, - STATE(330), 1, + STATE(88), 1, + sym__psalm_list_array_types, + STATE(308), 1, sym_namespace_name_as_prefix, - STATE(308), 3, + STATE(317), 1, + sym_namespace_name, + STATE(101), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, - STATE(234), 4, + STATE(24), 4, sym__regular_types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(691), 10, + ACTIONS(772), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -28494,7 +28727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(776), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -28509,31 +28742,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [3431] = 16, - ACTIONS(685), 1, + ACTIONS(689), 1, sym_name, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_list, - ACTIONS(689), 1, - anon_sym_class_DASHstring, ACTIONS(693), 1, + anon_sym_class_DASHstring, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(697), 1, + ACTIONS(701), 1, anon_sym_QMARK, - STATE(9), 1, + STATE(10), 1, sym_generic_type, STATE(15), 1, sym_qualified_name, - STATE(30), 1, + STATE(28), 1, sym__psalm_list_array_types, - STATE(31), 1, + STATE(29), 1, sym__psalm_generic_array_types, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, - STATE(308), 3, + STATE(331), 3, sym__types, sym__phpdoc_array_types, sym__psalm_scalar_type, @@ -28542,7 +28775,7 @@ static const uint16_t ts_small_parse_table[] = { sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(691), 10, + ACTIONS(695), 10, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, anon_sym_trait_DASHstring, @@ -28553,7 +28786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lowercase_DASHstring, anon_sym_non_DASHempty_DASHstring, anon_sym_non_DASHempty_DASHlowercase_DASHstring, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -28568,14 +28801,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [3506] = 4, - ACTIONS(778), 1, + ACTIONS(786), 1, sym_name, - ACTIONS(256), 4, + ACTIONS(260), 4, anon_sym_LT, anon_sym_LBRACK_RBRACK, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(783), 14, + ACTIONS(791), 14, anon_sym_class_DASHstring, anon_sym_interface_DASHstring, anon_sym_positive_DASHint, @@ -28590,7 +28823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BSLASH, anon_sym_QMARK, anon_sym_LPAREN, - ACTIONS(781), 15, + ACTIONS(789), 15, anon_sym_list, aux_sym_namespace_name_as_prefix_token1, anon_sym_array, @@ -28623,7 +28856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BSLASH, anon_sym_QMARK, anon_sym_LPAREN, - ACTIONS(785), 16, + ACTIONS(793), 16, anon_sym_list, sym_name, aux_sym_namespace_name_as_prefix_token1, @@ -28641,28 +28874,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [3585] = 10, - ACTIONS(693), 1, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(787), 1, + ACTIONS(795), 1, sym_name, - ACTIONS(789), 1, + ACTIONS(797), 1, anon_sym_QMARK, - STATE(9), 1, + STATE(10), 1, sym_generic_type, - STATE(82), 1, + STATE(80), 1, sym_qualified_name, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, - STATE(314), 4, + STATE(318), 4, sym__regular_types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -28677,28 +28910,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [3631] = 10, - ACTIONS(693), 1, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(787), 1, + ACTIONS(795), 1, sym_name, - ACTIONS(789), 1, + ACTIONS(797), 1, anon_sym_QMARK, - STATE(9), 1, + STATE(10), 1, sym_generic_type, - STATE(82), 1, + STATE(80), 1, sym_qualified_name, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, - STATE(324), 4, + STATE(315), 4, sym__regular_types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -28713,24 +28946,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [3677] = 9, - ACTIONS(685), 1, - sym_name, - ACTIONS(693), 1, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - STATE(9), 1, - sym_generic_type, - STATE(15), 1, + ACTIONS(766), 1, + sym_name, + STATE(26), 1, sym_qualified_name, - STATE(312), 1, - sym_namespace_name, - STATE(330), 1, + STATE(46), 1, + sym_generic_type, + STATE(308), 1, sym_namespace_name_as_prefix, - STATE(22), 2, + STATE(317), 1, + sym_namespace_name, + STATE(47), 2, sym_named_type, sym_primitive_type, - ACTIONS(699), 13, + ACTIONS(776), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -28745,24 +28978,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [3718] = 9, - ACTIONS(693), 1, + ACTIONS(689), 1, + sym_name, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(787), 1, - sym_name, - STATE(9), 1, + STATE(10), 1, sym_generic_type, - STATE(82), 1, + STATE(15), 1, sym_qualified_name, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, - STATE(22), 2, + STATE(21), 2, sym_named_type, sym_primitive_type, - ACTIONS(699), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -28777,24 +29010,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [3759] = 9, - ACTIONS(693), 1, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(760), 1, + ACTIONS(795), 1, sym_name, - STATE(26), 1, - sym_qualified_name, - STATE(45), 1, + STATE(10), 1, sym_generic_type, - STATE(303), 1, - sym_namespace_name_as_prefix, - STATE(312), 1, + STATE(80), 1, + sym_qualified_name, + STATE(317), 1, sym_namespace_name, - STATE(38), 2, + STATE(337), 1, + sym_namespace_name_as_prefix, + STATE(21), 2, sym_named_type, sym_primitive_type, - ACTIONS(770), 13, + ACTIONS(703), 13, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -28809,1460 +29042,1502 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, [3800] = 12, - ACTIONS(693), 1, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(791), 1, + ACTIONS(799), 1, sym_name, - ACTIONS(793), 1, + ACTIONS(801), 1, anon_sym_DOLLAR, - ACTIONS(795), 1, + ACTIONS(803), 1, sym_uri, - STATE(230), 1, + STATE(237), 1, sym_qualified_name, - STATE(236), 1, + STATE(240), 1, sym_fqsen, - STATE(245), 1, - sym_named_type, - STATE(246), 1, + STATE(247), 1, sym_generic_type, - STATE(287), 1, + STATE(249), 1, + sym_named_type, + STATE(289), 1, sym_variable_name, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(323), 1, + STATE(327), 1, sym_namespace_name_as_prefix, [3837] = 12, - ACTIONS(693), 1, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, ACTIONS(752), 1, anon_sym_DOLLAR, - ACTIONS(797), 1, + ACTIONS(805), 1, sym_name, - ACTIONS(799), 1, + ACTIONS(807), 1, sym_uri, - STATE(65), 1, - sym_qualified_name, STATE(72), 1, + sym_qualified_name, + STATE(73), 1, sym_fqsen, - STATE(108), 1, - sym_generic_type, - STATE(110), 1, + STATE(109), 1, sym_named_type, - STATE(123), 1, + STATE(113), 1, + sym_generic_type, + STATE(122), 1, sym_variable_name, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(316), 1, + STATE(320), 1, sym_namespace_name_as_prefix, - [3874] = 8, - ACTIONS(233), 1, + [3874] = 7, + ACTIONS(186), 1, + anon_sym_LT, + ACTIONS(189), 1, + anon_sym_BSLASH, + ACTIONS(809), 1, + anon_sym_LPAREN, + STATE(9), 1, + sym__type_argument_list, + STATE(81), 1, + sym_parameters, + STATE(288), 1, + aux_sym_namespace_name_repeat1, + ACTIONS(184), 4, + anon_sym_LBRACK_RBRACK, + sym_name, + anon_sym_PIPE, + anon_sym_AMP, + [3899] = 7, + ACTIONS(186), 1, + anon_sym_LT, + ACTIONS(189), 1, + anon_sym_BSLASH, + ACTIONS(809), 1, + anon_sym_LPAREN, + STATE(9), 1, + sym__type_argument_list, + STATE(74), 1, + sym_parameters, + STATE(288), 1, + aux_sym_namespace_name_repeat1, + ACTIONS(184), 4, + anon_sym_LBRACK_RBRACK, + sym_name, + anon_sym_PIPE, + anon_sym_AMP, + [3924] = 8, + ACTIONS(229), 1, anon_sym_LBRACE, - ACTIONS(241), 1, + ACTIONS(237), 1, aux_sym_version_token2, - ACTIONS(243), 1, + ACTIONS(239), 1, sym__text_not_version, - STATE(86), 1, + STATE(85), 1, sym_version, - STATE(101), 1, + STATE(96), 1, aux_sym__description_not_version_repeat1, STATE(121), 1, sym_inline_tag, - STATE(163), 1, + STATE(152), 1, sym__description_not_version, - ACTIONS(239), 3, + ACTIONS(235), 3, aux_sym_version_token1, anon_sym_ATpackage_version_AT, sym__version_vector, - [3901] = 8, - ACTIONS(233), 1, + [3951] = 8, + ACTIONS(229), 1, anon_sym_LBRACE, - ACTIONS(241), 1, + ACTIONS(237), 1, aux_sym_version_token2, - ACTIONS(243), 1, + ACTIONS(239), 1, sym__text_not_version, - STATE(84), 1, + STATE(87), 1, sym_version, - STATE(101), 1, + STATE(96), 1, aux_sym__description_not_version_repeat1, STATE(121), 1, sym_inline_tag, - STATE(160), 1, + STATE(159), 1, sym__description_not_version, - ACTIONS(239), 3, + ACTIONS(235), 3, aux_sym_version_token1, anon_sym_ATpackage_version_AT, sym__version_vector, - [3928] = 8, - ACTIONS(693), 1, - anon_sym_BSLASH, - ACTIONS(695), 1, - aux_sym_namespace_name_as_prefix_token1, - ACTIONS(801), 1, - sym_name, - STATE(9), 1, - sym_generic_type, - STATE(82), 1, - sym_qualified_name, - STATE(151), 1, - sym_named_type, - STATE(312), 1, - sym_namespace_name, - STATE(330), 1, - sym_namespace_name_as_prefix, - [3953] = 5, - ACTIONS(805), 1, + [3978] = 5, + ACTIONS(813), 1, anon_sym_ATinternal, - ACTIONS(807), 1, + ACTIONS(815), 1, anon_sym_ATlink, - ACTIONS(809), 1, + ACTIONS(817), 1, anon_sym_ATsee, - ACTIONS(803), 2, + ACTIONS(811), 2, anon_sym_ATinheritdoc, anon_sym_ATinheritDoc, - STATE(288), 3, + STATE(319), 3, sym__inline_internal_tag, sym__inline_link_tag, sym__inline_see_tag, - [3972] = 5, - ACTIONS(805), 1, + [3997] = 8, + ACTIONS(697), 1, + anon_sym_BSLASH, + ACTIONS(699), 1, + aux_sym_namespace_name_as_prefix_token1, + ACTIONS(819), 1, + sym_name, + STATE(10), 1, + sym_generic_type, + STATE(80), 1, + sym_qualified_name, + STATE(294), 1, + sym_named_type, + STATE(317), 1, + sym_namespace_name, + STATE(337), 1, + sym_namespace_name_as_prefix, + [4022] = 5, + ACTIONS(813), 1, anon_sym_ATinternal, - ACTIONS(807), 1, + ACTIONS(815), 1, anon_sym_ATlink, - ACTIONS(809), 1, + ACTIONS(817), 1, anon_sym_ATsee, - ACTIONS(811), 2, + ACTIONS(821), 2, anon_sym_ATinheritdoc, anon_sym_ATinheritDoc, - STATE(296), 3, + STATE(301), 3, sym__inline_internal_tag, sym__inline_link_tag, sym__inline_see_tag, - [3991] = 8, - ACTIONS(693), 1, + [4041] = 8, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(801), 1, + ACTIONS(819), 1, sym_name, - STATE(9), 1, + STATE(10), 1, sym_generic_type, - STATE(82), 1, + STATE(80), 1, sym_qualified_name, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(313), 1, + STATE(333), 1, sym_named_type, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, - [4016] = 8, - ACTIONS(693), 1, + [4066] = 8, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(801), 1, + ACTIONS(819), 1, sym_name, - STATE(9), 1, + STATE(10), 1, sym_generic_type, - STATE(82), 1, + STATE(80), 1, sym_qualified_name, - STATE(309), 1, + STATE(158), 1, sym_named_type, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, - [4041] = 5, - ACTIONS(805), 1, - anon_sym_ATinternal, - ACTIONS(807), 1, - anon_sym_ATlink, - ACTIONS(809), 1, - anon_sym_ATsee, - ACTIONS(813), 2, - anon_sym_ATinheritdoc, - anon_sym_ATinheritDoc, - STATE(322), 3, - sym__inline_internal_tag, - sym__inline_link_tag, - sym__inline_see_tag, - [4060] = 5, - ACTIONS(805), 1, - anon_sym_ATinternal, - ACTIONS(807), 1, - anon_sym_ATlink, - ACTIONS(809), 1, - anon_sym_ATsee, - ACTIONS(815), 2, - anon_sym_ATinheritdoc, - anon_sym_ATinheritDoc, - STATE(315), 3, - sym__inline_internal_tag, - sym__inline_link_tag, - sym__inline_see_tag, - [4079] = 6, + [4091] = 6, ACTIONS(189), 1, anon_sym_BSLASH, - ACTIONS(817), 1, + ACTIONS(823), 1, anon_sym_LT, - ACTIONS(819), 1, + ACTIONS(825), 1, anon_sym_LPAREN_RPAREN, - STATE(240), 1, + STATE(244), 1, sym__type_argument_list, - STATE(285), 1, + STATE(288), 1, aux_sym_namespace_name_repeat1, ACTIONS(184), 3, sym__text_in_inline_tag, anon_sym_RBRACE, anon_sym_COLON_COLON, - [4100] = 8, - ACTIONS(693), 1, + [4112] = 5, + ACTIONS(813), 1, + anon_sym_ATinternal, + ACTIONS(815), 1, + anon_sym_ATlink, + ACTIONS(817), 1, + anon_sym_ATsee, + ACTIONS(827), 2, + anon_sym_ATinheritdoc, + anon_sym_ATinheritDoc, + STATE(292), 3, + sym__inline_internal_tag, + sym__inline_link_tag, + sym__inline_see_tag, + [4131] = 8, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(801), 1, + ACTIONS(819), 1, sym_name, - STATE(9), 1, + STATE(10), 1, sym_generic_type, - STATE(82), 1, + STATE(80), 1, sym_qualified_name, - STATE(129), 1, + STATE(313), 1, sym_named_type, - STATE(312), 1, + STATE(317), 1, sym_namespace_name, - STATE(330), 1, + STATE(337), 1, sym_namespace_name_as_prefix, - [4125] = 8, - ACTIONS(693), 1, + [4156] = 5, + ACTIONS(813), 1, + anon_sym_ATinternal, + ACTIONS(815), 1, + anon_sym_ATlink, + ACTIONS(817), 1, + anon_sym_ATsee, + ACTIONS(829), 2, + anon_sym_ATinheritdoc, + anon_sym_ATinheritDoc, + STATE(326), 3, + sym__inline_internal_tag, + sym__inline_link_tag, + sym__inline_see_tag, + [4175] = 8, + ACTIONS(697), 1, anon_sym_BSLASH, - ACTIONS(695), 1, + ACTIONS(699), 1, aux_sym_namespace_name_as_prefix_token1, - ACTIONS(801), 1, + ACTIONS(819), 1, sym_name, - STATE(9), 1, + STATE(10), 1, sym_generic_type, - STATE(82), 1, + STATE(80), 1, sym_qualified_name, - STATE(312), 1, - sym_namespace_name, - STATE(329), 1, + STATE(131), 1, sym_named_type, - STATE(330), 1, + STATE(317), 1, + sym_namespace_name, + STATE(337), 1, sym_namespace_name_as_prefix, - [4150] = 7, - ACTIONS(390), 1, + [4200] = 7, + ACTIONS(399), 1, anon_sym_LBRACE, - ACTIONS(396), 1, + ACTIONS(405), 1, sym__text_after_type, ACTIONS(752), 1, anon_sym_DOLLAR, - STATE(74), 1, + STATE(89), 1, sym_variable_name, - STATE(104), 1, + STATE(95), 1, aux_sym__description_after_type_repeat1, - STATE(125), 1, + STATE(126), 1, sym_inline_tag, - STATE(145), 1, + STATE(148), 1, sym__description_after_type, - [4172] = 6, - ACTIONS(821), 1, + [4222] = 6, + ACTIONS(831), 1, anon_sym_LBRACE, - ACTIONS(823), 1, + ACTIONS(833), 1, anon_sym_RBRACE, - ACTIONS(825), 1, + ACTIONS(835), 1, sym__text_in_inline_tag, - STATE(229), 1, + STATE(235), 1, aux_sym__description_in_inline_tag_with_nesting_repeat1, - STATE(260), 1, + STATE(262), 1, sym_inline_tag, - STATE(292), 1, + STATE(297), 1, sym__description_in_inline_tag_with_nesting, - [4191] = 5, - ACTIONS(821), 1, - anon_sym_LBRACE, - ACTIONS(825), 1, - sym__text_in_inline_tag, - ACTIONS(827), 1, - anon_sym_RBRACE, - STATE(232), 1, - aux_sym__description_in_inline_tag_with_nesting_repeat1, - STATE(260), 1, - sym_inline_tag, - [4207] = 3, - ACTIONS(817), 1, - anon_sym_LT, - STATE(240), 1, - sym__type_argument_list, - ACTIONS(184), 3, - sym__text_in_inline_tag, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - [4219] = 4, - ACTIONS(5), 1, - anon_sym_LBRACE, - ACTIONS(75), 1, - sym_text, - STATE(135), 1, - sym_description, - STATE(102), 2, - sym_inline_tag, - aux_sym_description_repeat1, - [4233] = 5, - ACTIONS(829), 1, + [4241] = 5, + ACTIONS(837), 1, anon_sym_LBRACE, - ACTIONS(832), 1, + ACTIONS(840), 1, anon_sym_RBRACE, - ACTIONS(834), 1, + ACTIONS(842), 1, sym__text_in_inline_tag, - STATE(232), 1, + STATE(233), 1, aux_sym__description_in_inline_tag_with_nesting_repeat1, - STATE(260), 1, + STATE(262), 1, sym_inline_tag, - [4249] = 5, + [4257] = 5, ACTIONS(214), 1, anon_sym_GT, ACTIONS(216), 1, anon_sym_LT, ACTIONS(218), 1, anon_sym_LBRACK_RBRACK, - ACTIONS(837), 1, + ACTIONS(845), 1, anon_sym_COMMA, - STATE(17), 1, + STATE(16), 1, aux_sym__phpdoc_array_types_repeat1, - [4265] = 5, + [4273] = 5, + ACTIONS(831), 1, + anon_sym_LBRACE, + ACTIONS(835), 1, + sym__text_in_inline_tag, + ACTIONS(847), 1, + anon_sym_RBRACE, + STATE(233), 1, + aux_sym__description_in_inline_tag_with_nesting_repeat1, + STATE(262), 1, + sym_inline_tag, + [4289] = 5, ACTIONS(214), 1, anon_sym_GT, ACTIONS(216), 1, anon_sym_LT, ACTIONS(218), 1, anon_sym_LBRACK_RBRACK, - ACTIONS(839), 1, + ACTIONS(849), 1, anon_sym_COMMA, - STATE(17), 1, + STATE(16), 1, aux_sym__phpdoc_array_types_repeat1, - [4281] = 1, - ACTIONS(206), 4, + [4305] = 3, + ACTIONS(823), 1, + anon_sym_LT, + STATE(244), 1, + sym__type_argument_list, + ACTIONS(184), 3, sym__text_in_inline_tag, anon_sym_RBRACE, - anon_sym_LT, anon_sym_COLON_COLON, - [4288] = 4, - ACTIONS(841), 1, + [4317] = 4, + ACTIONS(5), 1, + anon_sym_LBRACE, + ACTIONS(75), 1, + sym_text, + STATE(136), 1, + sym_description, + STATE(100), 2, + sym_inline_tag, + aux_sym_description_repeat1, + [4331] = 4, + ACTIONS(851), 1, anon_sym_RBRACE, - ACTIONS(843), 1, + ACTIONS(853), 1, sym__text_in_inline_tag, - STATE(258), 1, + STATE(254), 1, aux_sym__description_in_inline_tag_repeat1, - STATE(325), 1, + STATE(328), 1, sym__description_in_inline_tag, - [4301] = 4, - ACTIONS(843), 1, + [4344] = 4, + ACTIONS(853), 1, sym__text_in_inline_tag, - ACTIONS(845), 1, + ACTIONS(855), 1, anon_sym_RBRACE, - STATE(258), 1, + STATE(254), 1, aux_sym__description_in_inline_tag_repeat1, - STATE(318), 1, + STATE(329), 1, sym__description_in_inline_tag, - [4314] = 3, - ACTIONS(847), 1, - anon_sym_COMMA, - ACTIONS(849), 1, - anon_sym_RPAREN, - STATE(253), 1, - aux_sym_parameters_repeat1, - [4324] = 1, - ACTIONS(194), 3, + [4357] = 1, + ACTIONS(210), 4, + sym__text_in_inline_tag, + anon_sym_RBRACE, + anon_sym_LT, + anon_sym_COLON_COLON, + [4364] = 3, + ACTIONS(801), 1, + anon_sym_DOLLAR, + ACTIONS(857), 1, + sym_name, + STATE(274), 1, + sym_variable_name, + [4374] = 1, + ACTIONS(206), 3, sym__text_in_inline_tag, anon_sym_RBRACE, anon_sym_COLON_COLON, - [4330] = 1, + [4380] = 1, ACTIONS(198), 3, sym__text_in_inline_tag, anon_sym_RBRACE, anon_sym_COLON_COLON, - [4336] = 3, + [4386] = 3, ACTIONS(274), 1, anon_sym_AMP, - ACTIONS(851), 1, + ACTIONS(859), 1, anon_sym_RPAREN, - STATE(36), 1, + STATE(37), 1, aux_sym_intersection_type_repeat1, - [4346] = 1, - ACTIONS(210), 3, - sym__text_in_inline_tag, - anon_sym_RBRACE, - anon_sym_COLON_COLON, - [4352] = 1, - ACTIONS(202), 3, + [4396] = 3, + ACTIONS(861), 1, + anon_sym_GT, + ACTIONS(863), 1, + anon_sym_COMMA, + STATE(266), 1, + aux_sym__type_argument_list_repeat1, + [4406] = 1, + ACTIONS(184), 3, sym__text_in_inline_tag, anon_sym_RBRACE, anon_sym_COLON_COLON, - [4358] = 3, - ACTIONS(853), 1, - anon_sym_RBRACE, - ACTIONS(855), 1, - sym__text_in_inline_tag, - STATE(244), 1, - aux_sym__description_in_inline_tag_repeat1, - [4368] = 2, - ACTIONS(858), 1, + [4412] = 3, + ACTIONS(865), 1, + anon_sym_GT, + ACTIONS(867), 1, + anon_sym_COMMA, + STATE(250), 1, + aux_sym__type_argument_list_repeat1, + [4422] = 2, + ACTIONS(869), 1, anon_sym_COLON_COLON, - ACTIONS(511), 2, - sym__text_in_inline_tag, - anon_sym_RBRACE, - [4376] = 1, - ACTIONS(184), 3, + ACTIONS(509), 2, sym__text_in_inline_tag, anon_sym_RBRACE, - anon_sym_COLON_COLON, - [4382] = 3, - ACTIONS(860), 1, - anon_sym_COMMA, + [4430] = 3, ACTIONS(863), 1, - anon_sym_RPAREN, - STATE(247), 1, - aux_sym_parameters_repeat1, - [4392] = 3, - ACTIONS(752), 1, - anon_sym_DOLLAR, - ACTIONS(865), 1, - sym_name, - STATE(115), 1, - sym_variable_name, - [4402] = 1, - ACTIONS(517), 3, + anon_sym_COMMA, + ACTIONS(871), 1, + anon_sym_GT, + STATE(266), 1, + aux_sym__type_argument_list_repeat1, + [4440] = 2, + ACTIONS(873), 1, + anon_sym_LPAREN_RPAREN, + ACTIONS(515), 2, + sym__text_in_inline_tag, + anon_sym_RBRACE, + [4448] = 1, + ACTIONS(521), 3, sym__text_in_inline_tag, anon_sym_LBRACE, anon_sym_RBRACE, - [4408] = 3, - ACTIONS(867), 1, + [4454] = 3, + ACTIONS(875), 1, anon_sym_GT, - ACTIONS(869), 1, + ACTIONS(877), 1, anon_sym_COMMA, - STATE(263), 1, + STATE(265), 1, aux_sym__type_argument_list_repeat1, - [4418] = 3, - ACTIONS(871), 1, + [4464] = 3, + ACTIONS(853), 1, + sym__text_in_inline_tag, + ACTIONS(879), 1, + anon_sym_RBRACE, + STATE(267), 1, + aux_sym__description_in_inline_tag_repeat1, + [4474] = 3, + ACTIONS(881), 1, anon_sym_GT, - ACTIONS(873), 1, + ACTIONS(883), 1, anon_sym_COMMA, - STATE(254), 1, + STATE(261), 1, aux_sym__type_argument_list_repeat1, - [4428] = 3, - ACTIONS(793), 1, - anon_sym_DOLLAR, - ACTIONS(875), 1, - sym_name, - STATE(271), 1, - sym_variable_name, - [4438] = 3, - ACTIONS(847), 1, + [4484] = 3, + ACTIONS(885), 1, anon_sym_COMMA, - ACTIONS(877), 1, + ACTIONS(887), 1, anon_sym_RPAREN, - STATE(247), 1, + STATE(270), 1, aux_sym_parameters_repeat1, - [4448] = 3, - ACTIONS(879), 1, - anon_sym_GT, - ACTIONS(881), 1, - anon_sym_COMMA, - STATE(266), 1, - aux_sym__type_argument_list_repeat1, - [4458] = 3, - ACTIONS(883), 1, + [4494] = 3, + ACTIONS(752), 1, + anon_sym_DOLLAR, + ACTIONS(889), 1, + sym_name, + STATE(123), 1, + sym_variable_name, + [4504] = 3, + ACTIONS(891), 1, anon_sym_GT, - ACTIONS(885), 1, + ACTIONS(893), 1, anon_sym_COMMA, - STATE(257), 1, + STATE(246), 1, aux_sym__type_argument_list_repeat1, - [4468] = 2, - ACTIONS(889), 1, - anon_sym_EQ, - ACTIONS(887), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [4476] = 3, - ACTIONS(881), 1, + [4514] = 1, + ACTIONS(202), 3, + sym__text_in_inline_tag, + anon_sym_RBRACE, + anon_sym_COLON_COLON, + [4520] = 1, + ACTIONS(194), 3, + sym__text_in_inline_tag, + anon_sym_RBRACE, + anon_sym_COLON_COLON, + [4526] = 3, + ACTIONS(863), 1, anon_sym_COMMA, - ACTIONS(891), 1, + ACTIONS(895), 1, anon_sym_GT, STATE(266), 1, aux_sym__type_argument_list_repeat1, - [4486] = 3, - ACTIONS(843), 1, + [4536] = 1, + ACTIONS(897), 3, sym__text_in_inline_tag, - ACTIONS(893), 1, + anon_sym_LBRACE, anon_sym_RBRACE, - STATE(244), 1, - aux_sym__description_in_inline_tag_repeat1, - [4496] = 3, - ACTIONS(895), 1, + [4542] = 3, + ACTIONS(899), 1, sym_name, - ACTIONS(897), 1, + ACTIONS(901), 1, anon_sym_BSLASH, - STATE(298), 1, + STATE(303), 1, sym_namespace_name, - [4506] = 1, - ACTIONS(899), 3, - sym__text_in_inline_tag, - anon_sym_LBRACE, - anon_sym_RBRACE, - [4512] = 3, - ACTIONS(901), 1, - anon_sym_GT, - ACTIONS(903), 1, + [4552] = 2, + ACTIONS(905), 1, + anon_sym_EQ, + ACTIONS(903), 2, anon_sym_COMMA, - STATE(262), 1, - aux_sym__type_argument_list_repeat1, - [4522] = 3, - ACTIONS(881), 1, + anon_sym_RPAREN, + [4560] = 3, + ACTIONS(863), 1, anon_sym_COMMA, - ACTIONS(905), 1, + ACTIONS(907), 1, anon_sym_GT, STATE(266), 1, aux_sym__type_argument_list_repeat1, - [4532] = 3, - ACTIONS(881), 1, - anon_sym_COMMA, - ACTIONS(907), 1, + [4570] = 3, + ACTIONS(909), 1, anon_sym_GT, + ACTIONS(911), 1, + anon_sym_COMMA, STATE(266), 1, aux_sym__type_argument_list_repeat1, - [4542] = 2, - ACTIONS(911), 1, + [4580] = 3, + ACTIONS(914), 1, + anon_sym_RBRACE, + ACTIONS(916), 1, + sym__text_in_inline_tag, + STATE(267), 1, + aux_sym__description_in_inline_tag_repeat1, + [4590] = 3, + ACTIONS(885), 1, + anon_sym_COMMA, + ACTIONS(919), 1, + anon_sym_RPAREN, + STATE(256), 1, + aux_sym_parameters_repeat1, + [4600] = 2, + ACTIONS(923), 1, anon_sym_EQ, - ACTIONS(909), 2, + ACTIONS(921), 2, anon_sym_COMMA, anon_sym_RPAREN, - [4550] = 2, - ACTIONS(913), 1, - anon_sym_LPAREN_RPAREN, - ACTIONS(501), 2, - sym__text_in_inline_tag, - anon_sym_RBRACE, - [4558] = 3, - ACTIONS(915), 1, - anon_sym_GT, - ACTIONS(917), 1, + [4608] = 3, + ACTIONS(925), 1, anon_sym_COMMA, - STATE(266), 1, - aux_sym__type_argument_list_repeat1, - [4568] = 1, - ACTIONS(863), 2, + ACTIONS(928), 1, + anon_sym_RPAREN, + STATE(270), 1, + aux_sym_parameters_repeat1, + [4618] = 1, + ACTIONS(930), 2, anon_sym_COMMA, anon_sym_RPAREN, - [4573] = 2, - ACTIONS(752), 1, - anon_sym_DOLLAR, - STATE(73), 1, - sym_variable_name, - [4580] = 2, + [4623] = 2, + ACTIONS(932), 1, + sym_name, + STATE(340), 1, + sym_namespace_name, + [4630] = 2, ACTIONS(752), 1, anon_sym_DOLLAR, - STATE(71), 1, + STATE(57), 1, sym_variable_name, - [4587] = 2, - ACTIONS(920), 1, - anon_sym_LPAREN, - STATE(56), 1, - sym_parameters, - [4594] = 1, - ACTIONS(501), 2, + [4637] = 1, + ACTIONS(515), 2, sym__text_in_inline_tag, anon_sym_RBRACE, - [4599] = 2, - ACTIONS(537), 1, + [4642] = 2, + ACTIONS(533), 1, anon_sym_DOLLAR, - STATE(162), 1, + STATE(163), 1, sym_variable_name, - [4606] = 1, - ACTIONS(529), 2, + [4649] = 1, + ACTIONS(525), 2, sym__text_in_inline_tag, anon_sym_RBRACE, - [4611] = 2, - ACTIONS(537), 1, + [4654] = 2, + ACTIONS(533), 1, anon_sym_DOLLAR, - STATE(152), 1, + STATE(156), 1, sym_variable_name, - [4618] = 2, - ACTIONS(922), 1, - sym_name, - STATE(298), 1, - sym_namespace_name, - [4625] = 1, - ACTIONS(521), 2, - sym__text_in_inline_tag, - anon_sym_RBRACE, - [4630] = 2, - ACTIONS(920), 1, + [4661] = 2, + ACTIONS(533), 1, + anon_sym_DOLLAR, + STATE(264), 1, + sym_variable_name, + [4668] = 2, + ACTIONS(809), 1, anon_sym_LPAREN, - STATE(61), 1, + STATE(93), 1, sym_parameters, - [4637] = 2, - ACTIONS(925), 1, + [4675] = 2, + ACTIONS(809), 1, + anon_sym_LPAREN, + STATE(81), 1, + sym_parameters, + [4682] = 2, + ACTIONS(935), 1, anon_sym_BSLASH, - STATE(278), 1, + STATE(281), 1, aux_sym_namespace_name_repeat1, - [4644] = 2, - ACTIONS(537), 1, - anon_sym_DOLLAR, - STATE(256), 1, - sym_variable_name, - [4651] = 1, - ACTIONS(928), 2, + [4689] = 1, + ACTIONS(938), 2, sym__text_in_inline_tag, anon_sym_RBRACE, - [4656] = 1, - ACTIONS(930), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [4661] = 1, - ACTIONS(507), 2, + [4694] = 1, + ACTIONS(505), 2, sym__text_in_inline_tag, anon_sym_RBRACE, - [4666] = 2, - ACTIONS(932), 1, - sym_name, - STATE(305), 1, - sym_namespace_name, - [4673] = 1, - ACTIONS(935), 2, + [4699] = 1, + ACTIONS(940), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [4704] = 1, + ACTIONS(928), 2, anon_sym_COMMA, anon_sym_RPAREN, - [4678] = 2, - ACTIONS(937), 1, + [4709] = 2, + ACTIONS(942), 1, + sym_name, + STATE(303), 1, + sym_namespace_name, + [4716] = 1, + ACTIONS(559), 2, + sym__text_in_inline_tag, + anon_sym_RBRACE, + [4721] = 2, + ACTIONS(945), 1, anon_sym_BSLASH, - STATE(278), 1, + STATE(281), 1, aux_sym_namespace_name_repeat1, - [4685] = 2, + [4728] = 1, + ACTIONS(509), 2, + sym__text_in_inline_tag, + anon_sym_RBRACE, + [4733] = 2, ACTIONS(189), 1, anon_sym_BSLASH, - STATE(285), 1, + STATE(288), 1, aux_sym_namespace_name_repeat1, - [4692] = 1, - ACTIONS(511), 2, - sym__text_in_inline_tag, - anon_sym_RBRACE, - [4697] = 1, - ACTIONS(940), 1, - anon_sym_RBRACE, - [4701] = 1, - ACTIONS(942), 1, - anon_sym_RPAREN, - [4705] = 1, - ACTIONS(944), 1, - ts_builtin_sym_end, - [4709] = 1, - ACTIONS(946), 1, - anon_sym_LT, - [4713] = 1, + [4740] = 2, + ACTIONS(752), 1, + anon_sym_DOLLAR, + STATE(79), 1, + sym_variable_name, + [4747] = 1, ACTIONS(948), 1, anon_sym_RBRACE, - [4717] = 1, + [4751] = 1, ACTIONS(950), 1, - sym_email_address, - [4721] = 1, + anon_sym_RPAREN, + [4755] = 1, ACTIONS(952), 1, - sym_uri, - [4725] = 1, + anon_sym_from, + [4759] = 1, ACTIONS(954), 1, - sym_name, - [4729] = 1, + ts_builtin_sym_end, + [4763] = 1, ACTIONS(956), 1, - anon_sym_RBRACE, - [4733] = 1, + anon_sym_LT, + [4767] = 1, ACTIONS(958), 1, - ts_builtin_sym_end, - [4737] = 1, + anon_sym_RBRACE, + [4771] = 1, ACTIONS(960), 1, - anon_sym_BSLASH, - [4741] = 1, + sym_email_address, + [4775] = 1, ACTIONS(962), 1, - anon_sym_RPAREN, - [4745] = 1, + sym_uri, + [4779] = 1, ACTIONS(964), 1, sym_name, - [4749] = 1, + [4783] = 1, ACTIONS(966), 1, - ts_builtin_sym_end, - [4753] = 1, + anon_sym_RBRACE, + [4787] = 1, ACTIONS(968), 1, - sym_name, - [4757] = 1, + ts_builtin_sym_end, + [4791] = 1, ACTIONS(970), 1, - sym_name, - [4761] = 1, + anon_sym_BSLASH, + [4795] = 1, ACTIONS(972), 1, - sym_name, - [4765] = 1, + anon_sym_RPAREN, + [4799] = 1, ACTIONS(974), 1, - anon_sym_BSLASH, - [4769] = 1, + sym_name, + [4803] = 1, ACTIONS(976), 1, - anon_sym_RPAREN, - [4773] = 1, + ts_builtin_sym_end, + [4807] = 1, ACTIONS(978), 1, sym_name, - [4777] = 1, + [4811] = 1, ACTIONS(980), 1, - anon_sym_GT, - [4781] = 1, + sym_name, + [4815] = 1, ACTIONS(982), 1, - anon_sym_GT, - [4785] = 1, + sym_name, + [4819] = 1, ACTIONS(984), 1, - sym_default_value, - [4789] = 1, + anon_sym_RPAREN, + [4823] = 1, ACTIONS(986), 1, - ts_builtin_sym_end, - [4793] = 1, + sym_name, + [4827] = 1, ACTIONS(988), 1, - anon_sym_BSLASH, - [4797] = 1, + anon_sym_GT, + [4831] = 1, ACTIONS(990), 1, - anon_sym_from, - [4801] = 1, - ACTIONS(992), 1, anon_sym_GT, - [4805] = 1, + [4835] = 1, + ACTIONS(992), 1, + sym_default_value, + [4839] = 1, ACTIONS(994), 1, - anon_sym_RBRACE, - [4809] = 1, + anon_sym_GT, + [4843] = 1, ACTIONS(996), 1, - sym_name, - [4813] = 1, + ts_builtin_sym_end, + [4847] = 1, ACTIONS(998), 1, - sym_name, - [4817] = 1, + anon_sym_BSLASH, + [4851] = 1, ACTIONS(1000), 1, - anon_sym_RBRACE, - [4821] = 1, + anon_sym_GT, + [4855] = 1, ACTIONS(1002), 1, - sym_uri, - [4825] = 1, + anon_sym_RBRACE, + [4859] = 1, ACTIONS(1004), 1, - sym_default_value, - [4829] = 1, + sym_name, + [4863] = 1, ACTIONS(1006), 1, - sym_author_name, - [4833] = 1, + sym_name, + [4867] = 1, ACTIONS(1008), 1, - anon_sym_RBRACE, - [4837] = 1, - ACTIONS(1010), 1, sym_name, - [4841] = 1, + [4871] = 1, + ACTIONS(1010), 1, + sym_uri, + [4875] = 1, ACTIONS(1012), 1, - anon_sym_GT, - [4845] = 1, + sym_name, + [4879] = 1, ACTIONS(1014), 1, - anon_sym_RBRACE, - [4849] = 1, + sym_author_name, + [4883] = 1, ACTIONS(1016), 1, - anon_sym_GT, - [4853] = 1, + anon_sym_RBRACE, + [4887] = 1, ACTIONS(1018), 1, sym_name, - [4857] = 1, + [4891] = 1, ACTIONS(1020), 1, - anon_sym_GT, - [4861] = 1, + anon_sym_RBRACE, + [4895] = 1, ACTIONS(1022), 1, - anon_sym_GT, - [4865] = 1, + anon_sym_RBRACE, + [4899] = 1, ACTIONS(1024), 1, - sym_name, - [4869] = 1, + anon_sym_GT, + [4903] = 1, ACTIONS(1026), 1, - anon_sym_BSLASH, - [4873] = 1, + anon_sym_GT, + [4907] = 1, ACTIONS(1028), 1, - sym__version_vector, - [4877] = 1, + sym_default_value, + [4911] = 1, ACTIONS(1030), 1, - sym_name, - [4881] = 1, + anon_sym_GT, + [4915] = 1, ACTIONS(1032), 1, anon_sym_RPAREN, - [4885] = 1, + [4919] = 1, ACTIONS(1034), 1, - sym_name, - [4889] = 1, + anon_sym_BSLASH, + [4923] = 1, ACTIONS(1036), 1, sym_name, - [4893] = 1, + [4927] = 1, ACTIONS(1038), 1, - anon_sym_LT, - [4897] = 1, + sym_name, + [4931] = 1, ACTIONS(1040), 1, anon_sym_COMMA, + [4935] = 1, + ACTIONS(1042), 1, + sym__version_vector, + [4939] = 1, + ACTIONS(1044), 1, + anon_sym_BSLASH, + [4943] = 1, + ACTIONS(1046), 1, + anon_sym_LT, + [4947] = 1, + ACTIONS(1048), 1, + sym_name, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(164)] = 0, - [SMALL_STATE(165)] = 96, - [SMALL_STATE(166)] = 189, - [SMALL_STATE(167)] = 282, - [SMALL_STATE(168)] = 375, - [SMALL_STATE(169)] = 468, - [SMALL_STATE(170)] = 561, - [SMALL_STATE(171)] = 651, - [SMALL_STATE(172)] = 741, - [SMALL_STATE(173)] = 831, - [SMALL_STATE(174)] = 921, - [SMALL_STATE(175)] = 1011, - [SMALL_STATE(176)] = 1101, - [SMALL_STATE(177)] = 1190, - [SMALL_STATE(178)] = 1274, - [SMALL_STATE(179)] = 1358, - [SMALL_STATE(180)] = 1442, - [SMALL_STATE(181)] = 1526, - [SMALL_STATE(182)] = 1610, - [SMALL_STATE(183)] = 1694, - [SMALL_STATE(184)] = 1778, - [SMALL_STATE(185)] = 1862, - [SMALL_STATE(186)] = 1946, - [SMALL_STATE(187)] = 2030, - [SMALL_STATE(188)] = 2114, - [SMALL_STATE(189)] = 2198, - [SMALL_STATE(190)] = 2282, - [SMALL_STATE(191)] = 2360, - [SMALL_STATE(192)] = 2438, - [SMALL_STATE(193)] = 2516, - [SMALL_STATE(194)] = 2594, - [SMALL_STATE(195)] = 2672, - [SMALL_STATE(196)] = 2750, - [SMALL_STATE(197)] = 2828, - [SMALL_STATE(198)] = 2906, - [SMALL_STATE(199)] = 2981, - [SMALL_STATE(200)] = 3056, - [SMALL_STATE(201)] = 3131, - [SMALL_STATE(202)] = 3206, - [SMALL_STATE(203)] = 3281, - [SMALL_STATE(204)] = 3356, - [SMALL_STATE(205)] = 3431, - [SMALL_STATE(206)] = 3506, - [SMALL_STATE(207)] = 3549, - [SMALL_STATE(208)] = 3585, - [SMALL_STATE(209)] = 3631, - [SMALL_STATE(210)] = 3677, - [SMALL_STATE(211)] = 3718, - [SMALL_STATE(212)] = 3759, - [SMALL_STATE(213)] = 3800, - [SMALL_STATE(214)] = 3837, - [SMALL_STATE(215)] = 3874, - [SMALL_STATE(216)] = 3901, - [SMALL_STATE(217)] = 3928, - [SMALL_STATE(218)] = 3953, - [SMALL_STATE(219)] = 3972, - [SMALL_STATE(220)] = 3991, - [SMALL_STATE(221)] = 4016, - [SMALL_STATE(222)] = 4041, - [SMALL_STATE(223)] = 4060, - [SMALL_STATE(224)] = 4079, - [SMALL_STATE(225)] = 4100, - [SMALL_STATE(226)] = 4125, - [SMALL_STATE(227)] = 4150, - [SMALL_STATE(228)] = 4172, - [SMALL_STATE(229)] = 4191, - [SMALL_STATE(230)] = 4207, - [SMALL_STATE(231)] = 4219, - [SMALL_STATE(232)] = 4233, - [SMALL_STATE(233)] = 4249, - [SMALL_STATE(234)] = 4265, - [SMALL_STATE(235)] = 4281, - [SMALL_STATE(236)] = 4288, - [SMALL_STATE(237)] = 4301, - [SMALL_STATE(238)] = 4314, - [SMALL_STATE(239)] = 4324, - [SMALL_STATE(240)] = 4330, - [SMALL_STATE(241)] = 4336, - [SMALL_STATE(242)] = 4346, - [SMALL_STATE(243)] = 4352, - [SMALL_STATE(244)] = 4358, - [SMALL_STATE(245)] = 4368, - [SMALL_STATE(246)] = 4376, - [SMALL_STATE(247)] = 4382, - [SMALL_STATE(248)] = 4392, - [SMALL_STATE(249)] = 4402, - [SMALL_STATE(250)] = 4408, - [SMALL_STATE(251)] = 4418, - [SMALL_STATE(252)] = 4428, - [SMALL_STATE(253)] = 4438, - [SMALL_STATE(254)] = 4448, - [SMALL_STATE(255)] = 4458, - [SMALL_STATE(256)] = 4468, - [SMALL_STATE(257)] = 4476, - [SMALL_STATE(258)] = 4486, - [SMALL_STATE(259)] = 4496, - [SMALL_STATE(260)] = 4506, - [SMALL_STATE(261)] = 4512, - [SMALL_STATE(262)] = 4522, - [SMALL_STATE(263)] = 4532, - [SMALL_STATE(264)] = 4542, - [SMALL_STATE(265)] = 4550, - [SMALL_STATE(266)] = 4558, - [SMALL_STATE(267)] = 4568, - [SMALL_STATE(268)] = 4573, - [SMALL_STATE(269)] = 4580, - [SMALL_STATE(270)] = 4587, - [SMALL_STATE(271)] = 4594, - [SMALL_STATE(272)] = 4599, - [SMALL_STATE(273)] = 4606, - [SMALL_STATE(274)] = 4611, - [SMALL_STATE(275)] = 4618, - [SMALL_STATE(276)] = 4625, - [SMALL_STATE(277)] = 4630, - [SMALL_STATE(278)] = 4637, - [SMALL_STATE(279)] = 4644, - [SMALL_STATE(280)] = 4651, - [SMALL_STATE(281)] = 4656, - [SMALL_STATE(282)] = 4661, - [SMALL_STATE(283)] = 4666, - [SMALL_STATE(284)] = 4673, - [SMALL_STATE(285)] = 4678, - [SMALL_STATE(286)] = 4685, - [SMALL_STATE(287)] = 4692, - [SMALL_STATE(288)] = 4697, - [SMALL_STATE(289)] = 4701, - [SMALL_STATE(290)] = 4705, - [SMALL_STATE(291)] = 4709, - [SMALL_STATE(292)] = 4713, - [SMALL_STATE(293)] = 4717, - [SMALL_STATE(294)] = 4721, - [SMALL_STATE(295)] = 4725, - [SMALL_STATE(296)] = 4729, - [SMALL_STATE(297)] = 4733, - [SMALL_STATE(298)] = 4737, - [SMALL_STATE(299)] = 4741, - [SMALL_STATE(300)] = 4745, - [SMALL_STATE(301)] = 4749, - [SMALL_STATE(302)] = 4753, - [SMALL_STATE(303)] = 4757, - [SMALL_STATE(304)] = 4761, - [SMALL_STATE(305)] = 4765, - [SMALL_STATE(306)] = 4769, - [SMALL_STATE(307)] = 4773, - [SMALL_STATE(308)] = 4777, - [SMALL_STATE(309)] = 4781, - [SMALL_STATE(310)] = 4785, - [SMALL_STATE(311)] = 4789, - [SMALL_STATE(312)] = 4793, - [SMALL_STATE(313)] = 4797, - [SMALL_STATE(314)] = 4801, - [SMALL_STATE(315)] = 4805, - [SMALL_STATE(316)] = 4809, - [SMALL_STATE(317)] = 4813, - [SMALL_STATE(318)] = 4817, - [SMALL_STATE(319)] = 4821, - [SMALL_STATE(320)] = 4825, - [SMALL_STATE(321)] = 4829, - [SMALL_STATE(322)] = 4833, - [SMALL_STATE(323)] = 4837, - [SMALL_STATE(324)] = 4841, - [SMALL_STATE(325)] = 4845, - [SMALL_STATE(326)] = 4849, - [SMALL_STATE(327)] = 4853, - [SMALL_STATE(328)] = 4857, - [SMALL_STATE(329)] = 4861, - [SMALL_STATE(330)] = 4865, - [SMALL_STATE(331)] = 4869, - [SMALL_STATE(332)] = 4873, - [SMALL_STATE(333)] = 4877, - [SMALL_STATE(334)] = 4881, - [SMALL_STATE(335)] = 4885, - [SMALL_STATE(336)] = 4889, - [SMALL_STATE(337)] = 4893, - [SMALL_STATE(338)] = 4897, + [SMALL_STATE(166)] = 0, + [SMALL_STATE(167)] = 96, + [SMALL_STATE(168)] = 189, + [SMALL_STATE(169)] = 282, + [SMALL_STATE(170)] = 375, + [SMALL_STATE(171)] = 468, + [SMALL_STATE(172)] = 561, + [SMALL_STATE(173)] = 651, + [SMALL_STATE(174)] = 741, + [SMALL_STATE(175)] = 831, + [SMALL_STATE(176)] = 921, + [SMALL_STATE(177)] = 1011, + [SMALL_STATE(178)] = 1101, + [SMALL_STATE(179)] = 1190, + [SMALL_STATE(180)] = 1274, + [SMALL_STATE(181)] = 1358, + [SMALL_STATE(182)] = 1442, + [SMALL_STATE(183)] = 1526, + [SMALL_STATE(184)] = 1610, + [SMALL_STATE(185)] = 1694, + [SMALL_STATE(186)] = 1778, + [SMALL_STATE(187)] = 1862, + [SMALL_STATE(188)] = 1946, + [SMALL_STATE(189)] = 2030, + [SMALL_STATE(190)] = 2114, + [SMALL_STATE(191)] = 2198, + [SMALL_STATE(192)] = 2282, + [SMALL_STATE(193)] = 2360, + [SMALL_STATE(194)] = 2438, + [SMALL_STATE(195)] = 2516, + [SMALL_STATE(196)] = 2594, + [SMALL_STATE(197)] = 2672, + [SMALL_STATE(198)] = 2750, + [SMALL_STATE(199)] = 2828, + [SMALL_STATE(200)] = 2906, + [SMALL_STATE(201)] = 2981, + [SMALL_STATE(202)] = 3056, + [SMALL_STATE(203)] = 3131, + [SMALL_STATE(204)] = 3206, + [SMALL_STATE(205)] = 3281, + [SMALL_STATE(206)] = 3356, + [SMALL_STATE(207)] = 3431, + [SMALL_STATE(208)] = 3506, + [SMALL_STATE(209)] = 3549, + [SMALL_STATE(210)] = 3585, + [SMALL_STATE(211)] = 3631, + [SMALL_STATE(212)] = 3677, + [SMALL_STATE(213)] = 3718, + [SMALL_STATE(214)] = 3759, + [SMALL_STATE(215)] = 3800, + [SMALL_STATE(216)] = 3837, + [SMALL_STATE(217)] = 3874, + [SMALL_STATE(218)] = 3899, + [SMALL_STATE(219)] = 3924, + [SMALL_STATE(220)] = 3951, + [SMALL_STATE(221)] = 3978, + [SMALL_STATE(222)] = 3997, + [SMALL_STATE(223)] = 4022, + [SMALL_STATE(224)] = 4041, + [SMALL_STATE(225)] = 4066, + [SMALL_STATE(226)] = 4091, + [SMALL_STATE(227)] = 4112, + [SMALL_STATE(228)] = 4131, + [SMALL_STATE(229)] = 4156, + [SMALL_STATE(230)] = 4175, + [SMALL_STATE(231)] = 4200, + [SMALL_STATE(232)] = 4222, + [SMALL_STATE(233)] = 4241, + [SMALL_STATE(234)] = 4257, + [SMALL_STATE(235)] = 4273, + [SMALL_STATE(236)] = 4289, + [SMALL_STATE(237)] = 4305, + [SMALL_STATE(238)] = 4317, + [SMALL_STATE(239)] = 4331, + [SMALL_STATE(240)] = 4344, + [SMALL_STATE(241)] = 4357, + [SMALL_STATE(242)] = 4364, + [SMALL_STATE(243)] = 4374, + [SMALL_STATE(244)] = 4380, + [SMALL_STATE(245)] = 4386, + [SMALL_STATE(246)] = 4396, + [SMALL_STATE(247)] = 4406, + [SMALL_STATE(248)] = 4412, + [SMALL_STATE(249)] = 4422, + [SMALL_STATE(250)] = 4430, + [SMALL_STATE(251)] = 4440, + [SMALL_STATE(252)] = 4448, + [SMALL_STATE(253)] = 4454, + [SMALL_STATE(254)] = 4464, + [SMALL_STATE(255)] = 4474, + [SMALL_STATE(256)] = 4484, + [SMALL_STATE(257)] = 4494, + [SMALL_STATE(258)] = 4504, + [SMALL_STATE(259)] = 4514, + [SMALL_STATE(260)] = 4520, + [SMALL_STATE(261)] = 4526, + [SMALL_STATE(262)] = 4536, + [SMALL_STATE(263)] = 4542, + [SMALL_STATE(264)] = 4552, + [SMALL_STATE(265)] = 4560, + [SMALL_STATE(266)] = 4570, + [SMALL_STATE(267)] = 4580, + [SMALL_STATE(268)] = 4590, + [SMALL_STATE(269)] = 4600, + [SMALL_STATE(270)] = 4608, + [SMALL_STATE(271)] = 4618, + [SMALL_STATE(272)] = 4623, + [SMALL_STATE(273)] = 4630, + [SMALL_STATE(274)] = 4637, + [SMALL_STATE(275)] = 4642, + [SMALL_STATE(276)] = 4649, + [SMALL_STATE(277)] = 4654, + [SMALL_STATE(278)] = 4661, + [SMALL_STATE(279)] = 4668, + [SMALL_STATE(280)] = 4675, + [SMALL_STATE(281)] = 4682, + [SMALL_STATE(282)] = 4689, + [SMALL_STATE(283)] = 4694, + [SMALL_STATE(284)] = 4699, + [SMALL_STATE(285)] = 4704, + [SMALL_STATE(286)] = 4709, + [SMALL_STATE(287)] = 4716, + [SMALL_STATE(288)] = 4721, + [SMALL_STATE(289)] = 4728, + [SMALL_STATE(290)] = 4733, + [SMALL_STATE(291)] = 4740, + [SMALL_STATE(292)] = 4747, + [SMALL_STATE(293)] = 4751, + [SMALL_STATE(294)] = 4755, + [SMALL_STATE(295)] = 4759, + [SMALL_STATE(296)] = 4763, + [SMALL_STATE(297)] = 4767, + [SMALL_STATE(298)] = 4771, + [SMALL_STATE(299)] = 4775, + [SMALL_STATE(300)] = 4779, + [SMALL_STATE(301)] = 4783, + [SMALL_STATE(302)] = 4787, + [SMALL_STATE(303)] = 4791, + [SMALL_STATE(304)] = 4795, + [SMALL_STATE(305)] = 4799, + [SMALL_STATE(306)] = 4803, + [SMALL_STATE(307)] = 4807, + [SMALL_STATE(308)] = 4811, + [SMALL_STATE(309)] = 4815, + [SMALL_STATE(310)] = 4819, + [SMALL_STATE(311)] = 4823, + [SMALL_STATE(312)] = 4827, + [SMALL_STATE(313)] = 4831, + [SMALL_STATE(314)] = 4835, + [SMALL_STATE(315)] = 4839, + [SMALL_STATE(316)] = 4843, + [SMALL_STATE(317)] = 4847, + [SMALL_STATE(318)] = 4851, + [SMALL_STATE(319)] = 4855, + [SMALL_STATE(320)] = 4859, + [SMALL_STATE(321)] = 4863, + [SMALL_STATE(322)] = 4867, + [SMALL_STATE(323)] = 4871, + [SMALL_STATE(324)] = 4875, + [SMALL_STATE(325)] = 4879, + [SMALL_STATE(326)] = 4883, + [SMALL_STATE(327)] = 4887, + [SMALL_STATE(328)] = 4891, + [SMALL_STATE(329)] = 4895, + [SMALL_STATE(330)] = 4899, + [SMALL_STATE(331)] = 4903, + [SMALL_STATE(332)] = 4907, + [SMALL_STATE(333)] = 4911, + [SMALL_STATE(334)] = 4915, + [SMALL_STATE(335)] = 4919, + [SMALL_STATE(336)] = 4923, + [SMALL_STATE(337)] = 4927, + [SMALL_STATE(338)] = 4931, + [SMALL_STATE(339)] = 4935, + [SMALL_STATE(340)] = 4939, + [SMALL_STATE(341)] = 4943, + [SMALL_STATE(342)] = 4947, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), - [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), - [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [81] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(137), - [84] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(92), - [87] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(231), - [90] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(91), - [93] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(321), - [96] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(180), - [99] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(319), - [102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(176), - [105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(173), - [108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(179), - [111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(179), - [114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(178), - [117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(214), - [120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(177), - [123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(183), - [126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(18), - [129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(216), - [132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(215), - [135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(185), - [138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(185), - [141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(181), - [144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(184), - [147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(182), - [150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(182), - [153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(78), - [156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(78), - [159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(137), - [162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(118), - [165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(188), - [168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(188), - [171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(220), - [174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(217), - [177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(189), - [180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), + [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), + [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), + [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [79] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(142), + [82] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(58), + [85] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(238), + [88] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(77), + [91] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(325), + [94] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(187), + [97] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(323), + [100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(178), + [103] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(173), + [106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(183), + [109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(183), + [112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(182), + [115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(216), + [118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(180), + [121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(179), + [124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(18), + [127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(219), + [130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(220), + [133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(189), + [136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(189), + [139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(184), + [142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(191), + [145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(181), + [148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(181), + [151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(91), + [154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(91), + [157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(142), + [160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(116), + [163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(185), + [166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(185), + [169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(222), + [172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(225), + [175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(188), + [178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), + [180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), [182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_type, 1, 0, 0), [184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_type, 1, 0, 0), - [186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_type, 1, 0, 0), SHIFT(250), - [189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name, 1, 0, 0), SHIFT(295), + [186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_type, 1, 0, 0), SHIFT(253), + [189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name, 1, 0, 0), SHIFT(300), [192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_argument_list, 3, 0, 0), [194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_argument_list, 3, 0, 0), [196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 0), [198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 0), - [200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_argument_list, 4, 0, 0), - [202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_argument_list, 4, 0, 0), - [204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_name, 2, 0, 0), - [206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_name, 2, 0, 0), - [208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_argument_list, 2, 0, 0), - [210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_argument_list, 2, 0, 0), + [200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_argument_list, 2, 0, 0), + [202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_argument_list, 2, 0, 0), + [204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_argument_list, 4, 0, 0), + [206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_argument_list, 4, 0, 0), + [208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_name, 2, 0, 0), + [210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_name, 2, 0, 0), [212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__types, 1, 0, 0), [214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__types, 1, 0, 0), - [216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__phpdoc_array_types_repeat1, 2, 0, 0), - [222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__phpdoc_array_types_repeat1, 2, 0, 0), - [224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__phpdoc_array_types_repeat1, 2, 0, 0), SHIFT_REPEAT(16), - [227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__phpdoc_array_types, 2, 0, 0), - [229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__phpdoc_array_types, 2, 0, 0), - [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__deprecated_tag, 1, 0, 0), - [237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__deprecated_tag, 1, 0, 0), - [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_type, 1, 0, 0), SHIFT(251), - [248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__psalm_scalar_type, 1, 0, 0), - [250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__psalm_scalar_type, 1, 0, 0), - [252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primitive_type, 1, 0, 0), - [256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1, 0, 0), - [258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_optional_type, 2, 0, 0), - [260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type, 2, 0, 0), + [216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__phpdoc_array_types, 2, 0, 0), + [222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__phpdoc_array_types, 2, 0, 0), + [224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_type, 1, 0, 0), SHIFT(258), + [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__deprecated_tag, 1, 0, 0), + [233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__deprecated_tag, 1, 0, 0), + [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__psalm_scalar_type, 1, 0, 0), + [243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__psalm_scalar_type, 1, 0, 0), + [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__phpdoc_array_types_repeat1, 2, 0, 0), + [249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__phpdoc_array_types_repeat1, 2, 0, 0), + [251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__phpdoc_array_types_repeat1, 2, 0, 0), SHIFT_REPEAT(20), + [254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_optional_type, 2, 0, 0), + [256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type, 2, 0, 0), + [258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primitive_type, 1, 0, 0), + [260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1, 0, 0), [262] = {.entry = {.count = 4, .reusable = false}}, REDUCE(sym__type, 1, 0, 0), REDUCE(sym_union_type, 1, 0, 0), REDUCE(sym_intersection_type, 1, 0, 0), REDUCE(sym_disjunctive_normal_form_type, 1, -1, 0), [267] = {.entry = {.count = 4, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), REDUCE(sym_union_type, 1, 0, 0), REDUCE(sym_intersection_type, 1, 0, 0), REDUCE(sym_disjunctive_normal_form_type, 1, -1, 0), - [272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__psalm_generic_array_types, 6, 0, 5), - [282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__psalm_generic_array_types, 6, 0, 5), - [284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_argument_named_type, 3, 0, 0), - [290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_argument_named_type, 3, 0, 0), - [292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__types, 1, 0, 2), - [294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__types, 1, 0, 2), - [296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__types, 1, 0, 1), - [298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__types, 1, 0, 1), - [300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__psalm_scalar_type, 2, 0, 0), - [302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__psalm_scalar_type, 2, 0, 0), - [304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__psalm_list_array_types, 4, 0, 4), - [306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__psalm_list_array_types, 4, 0, 4), - [308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), - [314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), - [316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), SHIFT_REPEAT(199), - [319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_intersection_type, 2, 0, 0), - [321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 2, 0, 0), - [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__phpdoc_array_types_repeat1, 2, 0, 0), SHIFT_REPEAT(48), - [332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunctive_normal_form_type, 4, -1, 0), - [334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunctive_normal_form_type, 4, -1, 0), - [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunctive_normal_form_type, 2, -1, 0), - [340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunctive_normal_form_type, 2, -1, 0), - [342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunctive_normal_form_type, 3, -1, 0), - [344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunctive_normal_form_type, 3, -1, 0), - [346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 2, 0, 0), - [348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 2, 0, 0), - [350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_argument_named_type, 3, 0, 0), + [282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_argument_named_type, 3, 0, 0), + [284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__types, 1, 0, 2), + [286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__types, 1, 0, 2), + [288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__types, 1, 0, 1), + [290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__types, 1, 0, 1), + [292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__psalm_scalar_type, 2, 0, 0), + [298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__psalm_scalar_type, 2, 0, 0), + [300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__psalm_list_array_types, 4, 0, 4), + [302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__psalm_list_array_types, 4, 0, 4), + [304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__psalm_generic_array_types, 6, 0, 5), + [306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__psalm_generic_array_types, 6, 0, 5), + [308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_intersection_type, 2, 0, 0), + [314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 2, 0, 0), + [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__phpdoc_array_types_repeat1, 2, 0, 0), SHIFT_REPEAT(39), + [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), + [325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), + [327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), SHIFT_REPEAT(203), + [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 2, 0, 0), + [334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 2, 0, 0), + [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunctive_normal_form_type, 4, -1, 0), + [340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunctive_normal_form_type, 4, -1, 0), + [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunctive_normal_form_type, 3, -1, 0), + [346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunctive_normal_form_type, 3, -1, 0), + [348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunctive_normal_form_type, 2, -1, 0), + [350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunctive_normal_form_type, 2, -1, 0), [352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), [354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), - [356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(198), + [356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(201), [359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), [361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), - [363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), SHIFT_REPEAT(193), - [366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_tag, 5, 0, 0), - [368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__method_tag, 5, 0, 0), - [370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_tag, 4, 0, 0), - [374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__method_tag, 4, 0, 0), - [376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__link_tag, 2, 0, 0), - [378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__link_tag, 2, 0, 0), - [380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_tag, 2, 0, 0), - [385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_tag, 2, 0, 0), - [387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), SHIFT_REPEAT(201), - [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_tag, 2, 0, 0), - [394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__return_tag, 2, 0, 0), - [396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_tag, 3, 0, 0), - [400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_tag, 3, 0, 0), - [402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__see_tag, 2, 0, 0), - [404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__see_tag, 2, 0, 0), - [406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_tag, 3, 0, 0), - [408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_tag, 3, 0, 0), - [410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__var_tag, 3, 0, 0), - [412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__var_tag, 3, 0, 0), - [414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__throws_tag, 2, 0, 0), - [416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__throws_tag, 2, 0, 0), - [418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(202), - [421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__phpunit_tag, 1, 0, 0), - [423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__phpunit_tag, 1, 0, 0), - [425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 4, 0, 0), - [427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 4, 0, 0), - [429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__deprecated_tag, 2, 0, 0), - [431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__deprecated_tag, 2, 0, 0), - [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__since_tag, 2, 0, 0), - [437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__since_tag, 2, 0, 0), - [439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__version_tag, 2, 0, 0), - [441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__version_tag, 2, 0, 0), - [443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), - [446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), - [449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tag_with_incomplete_implementation, 1, 0, 0), - [451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__tag_with_incomplete_implementation, 1, 0, 0), - [453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tag_with_optional_description, 1, 0, 0), - [455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__tag_with_optional_description, 1, 0, 0), - [457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__description_after_type_repeat1, 2, 0, 0), SHIFT_REPEAT(222), - [460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__description_after_type_repeat1, 2, 0, 0), - [462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__description_after_type_repeat1, 2, 0, 0), - [464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__description_after_type_repeat1, 2, 0, 0), SHIFT_REPEAT(125), - [467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__description_not_version_repeat1, 2, 0, 0), SHIFT_REPEAT(218), - [470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__description_not_version_repeat1, 2, 0, 0), - [472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__description_not_version_repeat1, 2, 0, 0), - [474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__description_not_version_repeat1, 2, 0, 0), SHIFT_REPEAT(121), - [477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_description_repeat1, 2, 0, 0), SHIFT_REPEAT(219), - [480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_description_repeat1, 2, 0, 0), - [482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_description_repeat1, 2, 0, 0), - [484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_description_repeat1, 2, 0, 0), SHIFT_REPEAT(96), - [487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__description_not_version, 1, 0, 3), - [489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__description_not_version, 1, 0, 3), - [491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_description, 1, 0, 0), - [493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_description, 1, 0, 0), - [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__description_after_type, 1, 0, 3), - [499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__description_after_type, 1, 0, 3), - [501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fqsen, 3, 0, 0), - [503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fqsen, 3, 0, 0), - [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_name, 2, 0, 0), - [509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_name, 2, 0, 0), - [511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fqsen, 1, 0, 0), - [513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fqsen, 1, 0, 0), - [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_tag, 3, 0, 0), - [519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_tag, 3, 0, 0), - [521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fqsen, 2, 0, 0), - [523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fqsen, 2, 0, 0), - [525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), - [527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 2, 0, 0), - [529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fqsen, 4, 0, 0), - [531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fqsen, 4, 0, 0), - [533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__psalm_tag, 1, 0, 0), - [535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__psalm_tag, 1, 0, 0), - [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), SHIFT_REPEAT(197), + [366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 4, 0, 0), + [368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 4, 0, 0), + [370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_tag, 3, 0, 0), + [372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_tag, 3, 0, 0), + [374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tag_with_optional_description, 1, 0, 0), + [376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__tag_with_optional_description, 1, 0, 0), + [378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__link_tag, 2, 0, 0), + [384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__link_tag, 2, 0, 0), + [386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), SHIFT_REPEAT(194), + [389] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), SHIFT_REPEAT(206), + [392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_tag, 2, 0, 0), + [394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_tag, 2, 0, 0), + [396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(200), + [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_tag, 2, 0, 0), + [403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__return_tag, 2, 0, 0), + [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__see_tag, 2, 0, 0), + [409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__see_tag, 2, 0, 0), + [411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_tag, 3, 0, 0), + [413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__method_tag, 3, 0, 0), + [415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__throws_tag, 2, 0, 0), + [417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__throws_tag, 2, 0, 0), + [419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tag_with_incomplete_implementation, 1, 0, 0), + [421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__tag_with_incomplete_implementation, 1, 0, 0), + [423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), + [426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), + [429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_tag, 3, 0, 0), + [431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_tag, 3, 0, 0), + [433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_tag, 4, 0, 0), + [435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__method_tag, 4, 0, 0), + [437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__deprecated_tag, 2, 0, 0), + [439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__deprecated_tag, 2, 0, 0), + [441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__since_tag, 2, 0, 0), + [443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__since_tag, 2, 0, 0), + [445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__version_tag, 2, 0, 0), + [447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__version_tag, 2, 0, 0), + [449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__var_tag, 3, 0, 0), + [451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__var_tag, 3, 0, 0), + [453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__phpunit_tag, 1, 0, 0), + [455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__phpunit_tag, 1, 0, 0), + [457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_tag, 5, 0, 0), + [459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__method_tag, 5, 0, 0), + [461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__description_not_version_repeat1, 2, 0, 0), SHIFT_REPEAT(227), + [464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__description_not_version_repeat1, 2, 0, 0), + [466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__description_not_version_repeat1, 2, 0, 0), + [468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__description_not_version_repeat1, 2, 0, 0), SHIFT_REPEAT(121), + [471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__description_after_type, 1, 0, 3), + [473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__description_after_type, 1, 0, 3), + [475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__description_not_version, 1, 0, 3), + [477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__description_not_version, 1, 0, 3), + [479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__description_after_type_repeat1, 2, 0, 0), SHIFT_REPEAT(229), + [482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__description_after_type_repeat1, 2, 0, 0), + [484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__description_after_type_repeat1, 2, 0, 0), + [486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__description_after_type_repeat1, 2, 0, 0), SHIFT_REPEAT(126), + [489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_description_repeat1, 2, 0, 0), SHIFT_REPEAT(223), + [492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_description_repeat1, 2, 0, 0), + [494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_description_repeat1, 2, 0, 0), + [496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_description_repeat1, 2, 0, 0), SHIFT_REPEAT(99), + [499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_description, 1, 0, 0), + [501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_description, 1, 0, 0), + [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_name, 2, 0, 0), + [507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_name, 2, 0, 0), + [509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fqsen, 1, 0, 0), + [511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fqsen, 1, 0, 0), + [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fqsen, 3, 0, 0), + [517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fqsen, 3, 0, 0), + [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_tag, 3, 0, 0), + [523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_tag, 3, 0, 0), + [525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fqsen, 4, 0, 0), + [527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fqsen, 4, 0, 0), + [529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__psalm_tag, 1, 0, 0), + [531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__psalm_tag, 1, 0, 0), + [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_version, 2, 0, 0), + [537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_version, 2, 0, 0), [539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), [541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 3, 0, 0), [543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_version, 1, 0, 0), [545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_version, 1, 0, 0), [547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__description_not_version_repeat1, 1, 0, 0), [549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__description_not_version_repeat1, 1, 0, 0), - [551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__description_after_type_repeat1, 1, 0, 0), - [553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__description_after_type_repeat1, 1, 0, 0), - [555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 4, 0, 0), - [557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 4, 0, 0), - [559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_version, 2, 0, 0), - [561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_version, 2, 0, 0), - [563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__psalm_tag, 4, 0, 0), - [565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__psalm_tag, 4, 0, 0), - [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__generic_template_tag, 2, 0, 0), - [571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__generic_template_tag, 2, 0, 0), - [573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__author_tag, 2, 0, 0), - [577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__author_tag, 2, 0, 0), - [581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__psalm_tag, 6, 0, 0), - [583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__psalm_tag, 6, 0, 0), + [551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), + [553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 2, 0, 0), + [555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__description_after_type_repeat1, 1, 0, 0), + [557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__description_after_type_repeat1, 1, 0, 0), + [559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fqsen, 2, 0, 0), + [561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fqsen, 2, 0, 0), + [563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 4, 0, 0), + [565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 4, 0, 0), + [567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__generic_template_tag, 2, 0, 0), + [569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__generic_template_tag, 2, 0, 0), + [571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__psalm_tag, 4, 0, 0), + [575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__psalm_tag, 4, 0, 0), + [577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__author_tag, 2, 0, 0), + [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__author_tag, 2, 0, 0), [585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tag_with_incomplete_implementation, 2, 0, 0), [587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__tag_with_incomplete_implementation, 2, 0, 0), - [589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tag_with_required_description, 2, 0, 0), - [591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__tag_with_required_description, 2, 0, 0), - [593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tag_with_optional_description, 2, 0, 0), - [595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__tag_with_optional_description, 2, 0, 0), - [597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tag, 1, 0, 0), - [599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tag, 1, 0, 0), + [589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__generic_extends_tag, 2, 0, 0), + [591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__generic_extends_tag, 2, 0, 0), + [593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tag_with_required_description, 2, 0, 0), + [595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__tag_with_required_description, 2, 0, 0), + [597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tag_with_optional_description, 2, 0, 0), + [599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__tag_with_optional_description, 2, 0, 0), [601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__link_tag, 3, 0, 0), [603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__link_tag, 3, 0, 0), - [605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__var_tag, 4, 0, 0), - [607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__var_tag, 4, 0, 0), - [609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_tag, 3, 0, 0), - [611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__return_tag, 3, 0, 0), - [613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__see_tag, 3, 0, 0), - [615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__see_tag, 3, 0, 0), - [617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__mixin_tag, 2, 0, 0), - [619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__mixin_tag, 2, 0, 0), - [621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__throws_tag, 3, 0, 0), - [623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__throws_tag, 3, 0, 0), - [625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__generic_extends_tag, 2, 0, 0), - [627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__generic_extends_tag, 2, 0, 0), - [629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__deprecated_tag, 3, 0, 0), - [631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__deprecated_tag, 3, 0, 0), - [633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__phpunit_tag, 2, 0, 0), - [635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__phpunit_tag, 2, 0, 0), - [637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__since_tag, 3, 0, 0), - [639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__since_tag, 3, 0, 0), - [641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__version_tag, 3, 0, 0), - [643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__version_tag, 3, 0, 0), - [645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__psalm_tag, 2, 0, 0), - [647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__psalm_tag, 2, 0, 0), - [649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__psalm_tag, 3, 0, 0), - [651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__psalm_tag, 3, 0, 0), - [653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__generic_use_tag, 2, 0, 0), - [655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__generic_use_tag, 2, 0, 0), - [657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_tag, 6, 0, 0), - [659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__method_tag, 6, 0, 0), - [661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_tag, 4, 0, 0), - [663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_tag, 4, 0, 0), - [665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_tag, 4, 0, 0), - [667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_tag, 4, 0, 0), - [669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__author_tag, 5, 0, 0), - [671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__author_tag, 5, 0, 0), - [673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__generic_implements_tag, 2, 0, 0), - [675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__generic_implements_tag, 2, 0, 0), - [677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__generic_template_tag, 4, 0, 0), - [679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__generic_template_tag, 4, 0, 0), - [681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__global_tag, 3, 0, 0), - [683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__global_tag, 3, 0, 0), - [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), - [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), - [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), - [697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21), - [701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat1, 1, 0, 0), SHIFT(39), - [708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat1, 1, 0, 0), - [710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat1, 1, 0, 0), SHIFT(239), - [713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat1, 1, 0, 0), SHIFT(8), - [716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat1, 1, 0, 0), SHIFT(112), - [719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__author_tag, 5, 0, 0), + [607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__author_tag, 5, 0, 0), + [609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__psalm_tag, 6, 0, 0), + [611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__psalm_tag, 6, 0, 0), + [613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_tag, 6, 0, 0), + [615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__method_tag, 6, 0, 0), + [617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tag, 1, 0, 0), + [619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tag, 1, 0, 0), + [621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_tag, 3, 0, 0), + [623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__return_tag, 3, 0, 0), + [625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__mixin_tag, 2, 0, 0), + [627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__mixin_tag, 2, 0, 0), + [629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__see_tag, 3, 0, 0), + [631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__see_tag, 3, 0, 0), + [633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__throws_tag, 3, 0, 0), + [635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__throws_tag, 3, 0, 0), + [637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_tag, 4, 0, 0), + [639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_tag, 4, 0, 0), + [641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__deprecated_tag, 3, 0, 0), + [643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__deprecated_tag, 3, 0, 0), + [645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__since_tag, 3, 0, 0), + [647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__since_tag, 3, 0, 0), + [649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__version_tag, 3, 0, 0), + [651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__version_tag, 3, 0, 0), + [653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__generic_template_tag, 4, 0, 0), + [655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__generic_template_tag, 4, 0, 0), + [657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__psalm_tag, 3, 0, 0), + [659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__psalm_tag, 3, 0, 0), + [661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__var_tag, 4, 0, 0), + [663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__var_tag, 4, 0, 0), + [665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__psalm_tag, 2, 0, 0), + [667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__psalm_tag, 2, 0, 0), + [669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__generic_implements_tag, 2, 0, 0), + [671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__generic_implements_tag, 2, 0, 0), + [673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__phpunit_tag, 2, 0, 0), + [675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__phpunit_tag, 2, 0, 0), + [677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__global_tag, 3, 0, 0), + [679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__global_tag, 3, 0, 0), + [681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_tag, 4, 0, 0), + [683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_tag, 4, 0, 0), + [685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__generic_use_tag, 2, 0, 0), + [687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__generic_use_tag, 2, 0, 0), + [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), + [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), + [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), + [701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22), + [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat1, 1, 0, 0), SHIFT(260), + [712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat1, 1, 0, 0), + [714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat1, 1, 0, 0), SHIFT(8), + [717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat1, 1, 0, 0), SHIFT(112), + [720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat1, 1, 0, 0), SHIFT(43), [723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), SHIFT_REPEAT(7), [726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), - [728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), SHIFT_REPEAT(291), - [731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), SHIFT_REPEAT(20), + [728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), SHIFT_REPEAT(296), + [731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), SHIFT_REPEAT(19), [734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), SHIFT_REPEAT(25), - [737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), SHIFT_REPEAT(275), - [740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), SHIFT_REPEAT(259), - [743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), SHIFT_REPEAT(210), - [746] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), SHIFT_REPEAT(21), - [749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), SHIFT_REPEAT(191), - [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), SHIFT_REPEAT(286), + [740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), SHIFT_REPEAT(263), + [743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), SHIFT_REPEAT(213), + [746] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), SHIFT_REPEAT(22), + [749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), SHIFT_REPEAT(198), + [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), - [760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19), - [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), - [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), - [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primitive_type, 1, 0, 0), REDUCE(sym_static, 1, 0, 0), - [781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static, 1, 0, 0), - [783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static, 1, 0, 0), - [785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), - [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), - [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), - [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28), - [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_internal_tag, 1, 0, 0), - [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__description_in_inline_tag_with_nesting, 1, 0, 3), - [829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__description_in_inline_tag_with_nesting_repeat1, 2, 0, 0), SHIFT_REPEAT(223), - [832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__description_in_inline_tag_with_nesting_repeat1, 2, 0, 0), - [834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__description_in_inline_tag_with_nesting_repeat1, 2, 0, 0), SHIFT_REPEAT(260), - [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_see_tag, 2, 0, 0), - [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_link_tag, 2, 0, 0), - [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 1, 0, 0), - [853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__description_in_inline_tag_repeat1, 2, 0, 0), - [855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__description_in_inline_tag_repeat1, 2, 0, 0), SHIFT_REPEAT(280), - [858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(166), - [863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), - [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, 0, 0), - [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__description_in_inline_tag, 1, 0, 3), - [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__description_in_inline_tag_with_nesting_repeat1, 1, 0, 0), - [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), + [764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), + [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17), + [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), + [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), + [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), + [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primitive_type, 1, 0, 0), REDUCE(sym_static, 1, 0, 0), + [789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static, 1, 0, 0), + [791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static, 1, 0, 0), + [793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_argument_list_repeat2, 2, 0, 0), + [795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), + [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), + [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34), + [807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_internal_tag, 1, 0, 0), + [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__description_in_inline_tag_with_nesting_repeat1, 2, 0, 0), SHIFT_REPEAT(221), + [840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__description_in_inline_tag_with_nesting_repeat1, 2, 0, 0), + [842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__description_in_inline_tag_with_nesting_repeat1, 2, 0, 0), SHIFT_REPEAT(262), + [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__description_in_inline_tag_with_nesting, 1, 0, 3), + [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_link_tag, 2, 0, 0), + [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_see_tag, 2, 0, 0), + [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 1, 0, 0), + [861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__description_in_inline_tag, 1, 0, 3), + [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__description_in_inline_tag_with_nesting_repeat1, 1, 0, 0), + [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, 0, 0), + [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, 0, 0), - [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat1, 2, 0, 0), - [917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(266), - [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 1, 0, 0), SHIFT(286), - [925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), SHIFT_REPEAT(295), - [928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__description_in_inline_tag_repeat1, 1, 0, 0), + [909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat1, 2, 0, 0), + [911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(266), + [914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__description_in_inline_tag_repeat1, 2, 0, 0), + [916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__description_in_inline_tag_repeat1, 2, 0, 0), SHIFT_REPEAT(282), + [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, 0, 0), + [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(167), + [928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), [930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 0), - [932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 2, 0, 0), SHIFT(286), - [935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 0), - [937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name, 2, 0, 0), SHIFT(295), - [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 3, 0, 0), - [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_internal_tag, 2, 0, 0), - [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 0), - [960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 2, 0, 0), - [966] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 4, 0, 0), - [988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [1000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_link_tag, 3, 0, 0), - [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_see_tag, 3, 0, 0), - [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [1018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [1022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [1024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [1026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), - [1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [1030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 3, 0, 0), - [1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [1034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 2, 0, 0), SHIFT(290), + [935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), SHIFT_REPEAT(300), + [938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__description_in_inline_tag_repeat1, 1, 0, 0), + [940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 0), + [942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 1, 0, 0), SHIFT(290), + [945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name, 2, 0, 0), SHIFT(300), + [948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 3, 0, 0), + [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_internal_tag, 2, 0, 0), + [960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 0), + [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 2, 0, 0), + [976] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 3, 0, 0), + [988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 4, 0, 0), + [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [1018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [1020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_link_tag, 3, 0, 0), + [1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_see_tag, 3, 0, 0), + [1024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [1026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), [1036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 4, 0, 0), - [1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [1040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [1040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [1042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [1044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [1046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [1048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), }; enum ts_external_scanner_symbol_identifiers { @@ -30290,10 +30565,10 @@ static const bool ts_external_scanner_states[6][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_text] = true, }, [3] = { - [ts_external_token__text_not_version] = true, + [ts_external_token__text_after_type] = true, }, [4] = { - [ts_external_token__text_after_type] = true, + [ts_external_token__text_not_version] = true, }, [5] = { [ts_external_token__text_in_inline_tag] = true, diff --git a/test/corpus/typed_tags.txt b/test/corpus/typed_tags.txt index f1d6a05..e7ed3f0 100644 --- a/test/corpus/typed_tags.txt +++ b/test/corpus/typed_tags.txt @@ -19,7 +19,6 @@ (variable_name (name)))) - ===================== @method w/o description ===================== @@ -48,6 +47,7 @@ (primitive_type) (variable_name (name)))))) + ===================== @method w/ description ===================== @@ -79,6 +79,31 @@ (description (text)))) +===================== +@method w/ and w/o return type (#36) +===================== +/** + * @method DOMNodeList getSelectorContents(string $selector) + * @method getSelectorContents(string $selector) + */ +--- +(document + (tag + (tag_name) + (named_type (name)) + (name) + (parameters + (parameter + (primitive_type) + (variable_name (name))))) + (tag + (tag_name) + (name) + (parameters + (parameter + (primitive_type) + (variable_name (name)))))) + ===================== @param w/ varname & w/o description