Skip to content

Commit 86e52ac

Browse files
Fix cs
1 parent 7382b34 commit 86e52ac

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
@@ -447,7 +447,7 @@ public function getTestData(): iterable
447447
[new ConstantStringType('stringColumn'), new StringType()],
448448
[
449449
new ConstantStringType('stringNullColumn'),
450-
TypeUtils::toBenevolentUnion(TypeCombinator::addNull(new StringType()))
450+
TypeUtils::toBenevolentUnion(TypeCombinator::addNull(new StringType())),
451451
],
452452
[new ConstantStringType('datetimeColumn'), new ObjectType(DateTime::class)],
453453
[new ConstantStringType('datetimeImmutableColumn'), new ObjectType(DateTimeImmutable::class)],

0 commit comments

Comments
 (0)