Skip to content

Commit 024d819

Browse files
Fix cs
1 parent de60439 commit 024d819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ public function getTestData(): iterable
448448
[new ConstantStringType('stringColumn'), new StringType()],
449449
[
450450
new ConstantStringType('stringNullColumn'),
451-
TypeUtils::toBenevolentUnion(TypeCombinator::addNull(new StringType()))
451+
TypeUtils::toBenevolentUnion(TypeCombinator::addNull(new StringType())),
452452
],
453453
[new ConstantStringType('datetimeColumn'), new ObjectType(DateTime::class)],
454454
[new ConstantStringType('datetimeImmutableColumn'), new ObjectType(DateTimeImmutable::class)],

0 commit comments

Comments
 (0)