Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0e7b673

Browse files
committedApr 6, 2023
Fix cs
1 parent 7382b34 commit 0e7b673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎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)
Please sign in to comment.