Skip to content

Commit 79056bb

Browse files
Fix the test
1 parent 9745a8c commit 79056bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/Type/Doctrine/Query/QueryResultTypeWalker.php

+1
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ public function walkFunction($function)
550550
}
551551

552552
$nullable = ($joinColumn['nullable'] ?? true)
553+
|| $this->isQueryComponentNullable($dqlAlias)
553554
|| $this->hasAggregateWithoutGroupBy();
554555

555556
$fieldType = $this->resolveDatabaseInternalType($typeName, $enumType, $nullable);

0 commit comments

Comments
 (0)