@@ -536,6 +536,8 @@ public function provideParseData(): array
536
536
Lexer::TOKEN_END ,
537
537
6 ,
538
538
Lexer::TOKEN_IDENTIFIER ,
539
+ null ,
540
+ null ,
539
541
),
540
542
],
541
543
[
@@ -545,6 +547,8 @@ public function provideParseData(): array
545
547
Lexer::TOKEN_OTHER ,
546
548
8 ,
547
549
Lexer::TOKEN_CLOSE_CURLY_BRACKET ,
550
+ null ,
551
+ null ,
548
552
),
549
553
],
550
554
[
@@ -738,6 +742,8 @@ public function provideParseData(): array
738
742
Lexer::TOKEN_IDENTIFIER ,
739
743
16 ,
740
744
Lexer::TOKEN_CLOSE_CURLY_BRACKET ,
745
+ null ,
746
+ null ,
741
747
),
742
748
],
743
749
[
@@ -1082,6 +1088,8 @@ public function provideParseData(): array
1082
1088
Lexer::TOKEN_CLOSE_ANGLE_BRACKET ,
1083
1089
10 ,
1084
1090
Lexer::TOKEN_IDENTIFIER ,
1091
+ null ,
1092
+ null ,
1085
1093
),
1086
1094
],
1087
1095
[
@@ -1091,6 +1099,8 @@ public function provideParseData(): array
1091
1099
Lexer::TOKEN_CLOSE_ANGLE_BRACKET ,
1092
1100
14 ,
1093
1101
Lexer::TOKEN_IDENTIFIER ,
1102
+ null ,
1103
+ null ,
1094
1104
),
1095
1105
],
1096
1106
[
@@ -1100,6 +1110,8 @@ public function provideParseData(): array
1100
1110
Lexer::TOKEN_COMMA ,
1101
1111
21 ,
1102
1112
Lexer::TOKEN_CLOSE_ANGLE_BRACKET ,
1113
+ null ,
1114
+ null ,
1103
1115
),
1104
1116
],
1105
1117
[
@@ -1109,6 +1121,8 @@ public function provideParseData(): array
1109
1121
Lexer::TOKEN_COMMA ,
1110
1122
21 ,
1111
1123
Lexer::TOKEN_CLOSE_ANGLE_BRACKET ,
1124
+ null ,
1125
+ null ,
1112
1126
),
1113
1127
],
1114
1128
[
@@ -1118,6 +1132,8 @@ public function provideParseData(): array
1118
1132
Lexer::TOKEN_CLOSE_ANGLE_BRACKET ,
1119
1133
9 ,
1120
1134
Lexer::TOKEN_IDENTIFIER ,
1135
+ null ,
1136
+ null ,
1121
1137
),
1122
1138
],
1123
1139
[
@@ -1127,6 +1143,8 @@ public function provideParseData(): array
1127
1143
Lexer::TOKEN_COMMA ,
1128
1144
12 ,
1129
1145
Lexer::TOKEN_CLOSE_ANGLE_BRACKET ,
1146
+ null ,
1147
+ null ,
1130
1148
),
1131
1149
],
1132
1150
[
@@ -1136,6 +1154,8 @@ public function provideParseData(): array
1136
1154
Lexer::TOKEN_COMMA ,
1137
1155
12 ,
1138
1156
Lexer::TOKEN_CLOSE_ANGLE_BRACKET ,
1157
+ null ,
1158
+ null ,
1139
1159
),
1140
1160
],
1141
1161
[
@@ -1330,6 +1350,8 @@ public function provideParseData(): array
1330
1350
Lexer::TOKEN_END ,
1331
1351
9 ,
1332
1352
Lexer::TOKEN_IDENTIFIER ,
1353
+ null ,
1354
+ null ,
1333
1355
),
1334
1356
],
1335
1357
[
@@ -2089,6 +2111,8 @@ public function provideParseData(): array
2089
2111
Lexer::TOKEN_IDENTIFIER ,
2090
2112
14 ,
2091
2113
Lexer::TOKEN_COLON ,
2114
+ null ,
2115
+ null ,
2092
2116
),
2093
2117
],
2094
2118
[
@@ -2114,6 +2138,8 @@ public function provideParseData(): array
2114
2138
Lexer::TOKEN_VARIABLE ,
2115
2139
15 ,
2116
2140
Lexer::TOKEN_IDENTIFIER ,
2141
+ null ,
2142
+ null ,
2117
2143
),
2118
2144
],
2119
2145
[
@@ -2151,6 +2177,8 @@ public function provideParseData(): array
2151
2177
Lexer::TOKEN_CLOSE_ANGLE_BRACKET ,
2152
2178
13 ,
2153
2179
Lexer::TOKEN_IDENTIFIER ,
2180
+ null ,
2181
+ null ,
2154
2182
),
2155
2183
],
2156
2184
[
@@ -2160,6 +2188,8 @@ public function provideParseData(): array
2160
2188
Lexer::TOKEN_IDENTIFIER ,
2161
2189
16 ,
2162
2190
Lexer::TOKEN_CLOSE_ANGLE_BRACKET ,
2191
+ null ,
2192
+ null ,
2163
2193
),
2164
2194
],
2165
2195
[
@@ -2296,6 +2326,8 @@ public function provideParseData(): array
2296
2326
Lexer::TOKEN_END ,
2297
2327
7 ,
2298
2328
Lexer::TOKEN_IDENTIFIER ,
2329
+ null ,
2330
+ null ,
2299
2331
),
2300
2332
],
2301
2333
[
@@ -2305,6 +2337,8 @@ public function provideParseData(): array
2305
2337
Lexer::TOKEN_OTHER ,
2306
2338
9 ,
2307
2339
Lexer::TOKEN_COLON ,
2340
+ null ,
2341
+ null ,
2308
2342
),
2309
2343
],
2310
2344
[
@@ -2314,6 +2348,8 @@ public function provideParseData(): array
2314
2348
Lexer::TOKEN_CLOSE_CURLY_BRACKET ,
2315
2349
10 ,
2316
2350
Lexer::TOKEN_COLON ,
2351
+ null ,
2352
+ null ,
2317
2353
),
2318
2354
],
2319
2355
[
@@ -2323,6 +2359,8 @@ public function provideParseData(): array
2323
2359
Lexer::TOKEN_END ,
2324
2360
7 ,
2325
2361
Lexer::TOKEN_IDENTIFIER ,
2362
+ null ,
2363
+ null ,
2326
2364
),
2327
2365
],
2328
2366
[
@@ -2332,6 +2370,8 @@ public function provideParseData(): array
2332
2370
Lexer::TOKEN_END ,
2333
2371
7 ,
2334
2372
Lexer::TOKEN_IDENTIFIER ,
2373
+ null ,
2374
+ null ,
2335
2375
),
2336
2376
],
2337
2377
[
0 commit comments