@@ -302,7 +302,7 @@ public function dataAssignInIf(): array
302
302
$ testScope ,
303
303
'matches ' ,
304
304
TrinaryLogic::createYes (),
305
- '(0 is 256 ? array<array{ string, int<-1, max>}> : (0 is 512 ? array<string|null> : (0 is 768 ? array<array{null, -1}|array{string, int<0, max>}> : array<string>))) ' ,
305
+ 'array<string> ' ,
306
306
],
307
307
[
308
308
$ testScope ,
@@ -343,7 +343,7 @@ public function dataAssignInIf(): array
343
343
$ testScope ,
344
344
'matches2 ' ,
345
345
TrinaryLogic::createMaybe (),
346
- '(0 is 256 ? array<array{ string, int<-1, max>}> : (0 is 512 ? array<string|null> : (0 is 768 ? array<array{null, -1}|array{string, int<0, max>}> : array<string>))) ' ,
346
+ 'array<string> ' ,
347
347
],
348
348
[
349
349
$ testScope ,
@@ -355,13 +355,13 @@ public function dataAssignInIf(): array
355
355
$ testScope ,
356
356
'matches3 ' ,
357
357
TrinaryLogic::createYes (),
358
- '(0 is 256 ? array<array{ string, int<-1, max>}> : (0 is 512 ? array<string|null> : (0 is 768 ? array<array{null, -1}|array{string, int<0, max>}> : array<string>))) ' ,
358
+ 'array<string> ' ,
359
359
],
360
360
[
361
361
$ testScope ,
362
362
'matches4 ' ,
363
363
TrinaryLogic::createMaybe (),
364
- '(0 is 256 ? array<array{ string, int<-1, max>}> : (0 is 512 ? array<string|null> : (0 is 768 ? array<array{null, -1}|array{string, int<0, max>}> : array<string>))) ' ,
364
+ 'array<string> ' ,
365
365
],
366
366
[
367
367
$ testScope ,
@@ -415,7 +415,7 @@ public function dataAssignInIf(): array
415
415
$ testScope ,
416
416
'ternaryMatches ' ,
417
417
TrinaryLogic::createYes (),
418
- '(0 is 256 ? array<array{ string, int<-1, max>}> : (0 is 512 ? array<string|null> : (0 is 768 ? array<array{null, -1}|array{string, int<0, max>}> : array<string>))) ' ,
418
+ 'array<string> ' ,
419
419
],
420
420
[
421
421
$ testScope ,
0 commit comments