Skip to content

Commit c714ac7

Browse files
committed
Fix test
1 parent 8a49521 commit c714ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Type/Doctrine/data/QueryResult/queryBuilderGetQuery.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function testQueryResultTypeIsMixedWhenDQLIsUsingAnInterfaceTypeDefinitio
131131
->from(get_class($vehicle), 'v')
132132
->getQuery();
133133

134-
assertType('Doctrine\ORM\Query<mixed, mixed>', $query);
134+
assertType('Doctrine\ORM\Query<null, mixed>', $query);
135135
}
136136

137137
public function testQueryResultTypeIsVoidWithDeleteOrUpdate(EntityManagerInterface $em): void

0 commit comments

Comments
 (0)