@@ -189,7 +189,7 @@ public function dataAccepts(): iterable
189189 ], [
190190 new StringType (),
191191 new IntegerType (),
192- ], 0 , [0 , 1 ]),
192+ ], [ 0 ] , [0 , 1 ]),
193193 new ConstantArrayType ([
194194 new ConstantStringType ('sorton ' ),
195195 new ConstantStringType ('limit ' ),
@@ -225,7 +225,7 @@ public function dataAccepts(): iterable
225225 ], [
226226 new StringType (),
227227 new IntegerType (),
228- ], 0 , [1 ]),
228+ ], [ 0 ] , [1 ]),
229229 new ConstantArrayType ([
230230 new ConstantStringType ('sorton ' ),
231231 new ConstantStringType ('limit ' ),
@@ -241,7 +241,7 @@ public function dataAccepts(): iterable
241241 new ConstantStringType ('limit ' ),
242242 ], [
243243 new IntegerType (),
244- ], 0 , [0 ]),
244+ ], [ 0 ] , [0 ]),
245245 new ConstantArrayType ([
246246 new ConstantStringType ('limit ' ),
247247 ], [
@@ -255,7 +255,7 @@ public function dataAccepts(): iterable
255255 new ConstantStringType ('limit ' ),
256256 ], [
257257 new IntegerType (),
258- ], 0 ),
258+ ], [ 0 ] ),
259259 new ConstantArrayType ([
260260 new ConstantStringType ('limit ' ),
261261 ], [
@@ -271,7 +271,7 @@ public function dataAccepts(): iterable
271271 ], [
272272 new StringType (),
273273 new StringType (),
274- ], 0 , [0 , 1 ]),
274+ ], [ 0 ] , [0 , 1 ]),
275275 new ConstantArrayType ([
276276 new ConstantStringType ('sorton ' ),
277277 new ConstantStringType ('limit ' ),
@@ -289,7 +289,7 @@ public function dataAccepts(): iterable
289289 ], [
290290 new StringType (),
291291 new StringType (),
292- ], 0 , [0 , 1 ]),
292+ ], [ 0 ] , [0 , 1 ]),
293293 new ConstantArrayType ([
294294 new ConstantStringType ('color ' ),
295295 ], [
@@ -305,7 +305,7 @@ public function dataAccepts(): iterable
305305 ], [
306306 new StringType (),
307307 new StringType (),
308- ], 0 , [0 , 1 ]),
308+ ], [ 0 ] , [0 , 1 ]),
309309 new ConstantArrayType ([
310310 new ConstantStringType ('sound ' ),
311311 ], [
@@ -321,14 +321,14 @@ public function dataAccepts(): iterable
321321 ], [
322322 new StringType (),
323323 new StringType (),
324- ], 0 , [0 , 1 ]),
324+ ], [ 0 ] , [0 , 1 ]),
325325 new ConstantArrayType ([
326326 new ConstantStringType ('foo ' ),
327327 new ConstantStringType ('bar ' ),
328328 ], [
329329 new ConstantStringType ('s ' ),
330330 new ConstantStringType ('m ' ),
331- ], 0 , [0 , 1 ]),
331+ ], [ 0 ] , [0 , 1 ]),
332332 TrinaryLogic::createYes (),
333333 ];
334334
@@ -339,7 +339,7 @@ public function dataAccepts(): iterable
339339 ], [
340340 new StringType (),
341341 new IntegerType (),
342- ], 0 , [0 , 1 ]),
342+ ], [ 0 ] , [0 , 1 ]),
343343 new ConstantArrayType ([
344344 new ConstantStringType ('sorton ' ),
345345 new ConstantStringType ('limit ' ),
@@ -522,7 +522,7 @@ public function dataIsSuperTypeOf(): iterable
522522 ], [
523523 new IntegerType (),
524524 new IntegerType (),
525- ], 2 ),
525+ ], [ 2 ] ),
526526 new ConstantArrayType ([], []),
527527 TrinaryLogic::createNo (),
528528 ];
@@ -534,7 +534,7 @@ public function dataIsSuperTypeOf(): iterable
534534 ], [
535535 new IntegerType (),
536536 new IntegerType (),
537- ], 2 , [0 ]),
537+ ], [ 2 ] , [0 ]),
538538 new ConstantArrayType ([], []),
539539 TrinaryLogic::createNo (),
540540 ];
@@ -546,7 +546,7 @@ public function dataIsSuperTypeOf(): iterable
546546 ], [
547547 new IntegerType (),
548548 new IntegerType (),
549- ], 2 , [0 , 1 ]),
549+ ], [ 2 ] , [0 , 1 ]),
550550 new ConstantArrayType ([], []),
551551 TrinaryLogic::createYes (),
552552 ];
@@ -558,12 +558,12 @@ public function dataIsSuperTypeOf(): iterable
558558 ], [
559559 new IntegerType (),
560560 new IntegerType (),
561- ], 2 , [0 , 1 ]),
561+ ], [ 2 ] , [0 , 1 ]),
562562 new ConstantArrayType ([
563563 new ConstantStringType ('foo ' ),
564564 ], [
565565 new IntegerType (),
566- ], 1 , [0 ]),
566+ ], [ 1 ] , [0 ]),
567567 TrinaryLogic::createYes (),
568568 ];
569569
@@ -579,7 +579,7 @@ public function dataIsSuperTypeOf(): iterable
579579 ], [
580580 new IntegerType (),
581581 new IntegerType (),
582- ], 2 , [0 , 1 ]),
582+ ], [ 2 ] , [0 , 1 ]),
583583 TrinaryLogic::createMaybe (),
584584 ];
585585
@@ -595,7 +595,7 @@ public function dataIsSuperTypeOf(): iterable
595595 ], [
596596 new IntegerType (),
597597 new IntegerType (),
598- ], 2 , [0 , 1 ]),
598+ ], [ 2 ] , [0 , 1 ]),
599599 TrinaryLogic::createNo (),
600600 ];
601601
@@ -606,7 +606,7 @@ public function dataIsSuperTypeOf(): iterable
606606 ], [
607607 new IntegerType (),
608608 new IntegerType (),
609- ], 2 , [0 , 1 ]),
609+ ], [ 2 ] , [0 , 1 ]),
610610 new ConstantArrayType ([
611611 new ConstantStringType ('foo ' ),
612612 ], [
@@ -623,7 +623,7 @@ public function dataIsSuperTypeOf(): iterable
623623 ], [
624624 new IntegerType (),
625625 new IntegerType (),
626- ], 2 , [0 , 1 ]),
626+ ], [ 2 ] , [0 , 1 ]),
627627 TrinaryLogic::createMaybe (),
628628 ];
629629
@@ -632,7 +632,7 @@ public function dataIsSuperTypeOf(): iterable
632632 new ConstantStringType ('foo ' ),
633633 ], [
634634 new IntegerType (),
635- ], 1 , [0 ]),
635+ ], [ 1 ] , [0 ]),
636636 new ConstantArrayType ([
637637 new ConstantStringType ('foo ' ),
638638 ], [
@@ -651,7 +651,7 @@ public function dataIsSuperTypeOf(): iterable
651651 new ConstantStringType ('foo ' ),
652652 ], [
653653 new IntegerType (),
654- ], 1 , [0 ]),
654+ ], [ 1 ] , [0 ]),
655655 TrinaryLogic::createMaybe (),
656656 ];
657657 }
0 commit comments