Skip to content

Commit 46c4569

Browse files
Fix cs
1 parent a921d28 commit 46c4569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ public function getTestData(): iterable
455455
[new ConstantStringType('stringColumn'), new StringType()],
456456
[
457457
new ConstantStringType('stringNullColumn'),
458-
TypeUtils::toBenevolentUnion(TypeCombinator::addNull(new StringType()))
458+
TypeUtils::toBenevolentUnion(TypeCombinator::addNull(new StringType())),
459459
],
460460
[new ConstantStringType('datetimeColumn'), new ObjectType(DateTime::class)],
461461
[new ConstantStringType('datetimeImmutableColumn'), new ObjectType(DateTimeImmutable::class)],

0 commit comments

Comments
 (0)