Skip to content

Commit fe6fc35

Browse files
Fix
1 parent f33a8d1 commit fe6fc35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,15 +1517,15 @@ private function yieldConditionalDataset(): iterable
15171517
$this->constantArray([
15181518
[
15191519
new ConstantIntegerType(1),
1520-
new StringType(),
1520+
new IntersectionType([new StringType(), new AccessoryLowercaseStringType()]),
15211521
],
15221522
[
15231523
new ConstantIntegerType(2),
15241524
new IntegerType(),
15251525
],
15261526
[
15271527
new ConstantIntegerType(3),
1528-
$this->numericString(),
1528+
$this->numericString(true, true),
15291529
],
15301530
]),
15311531
'

0 commit comments

Comments
 (0)