We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a49521 commit c714ac7Copy full SHA for c714ac7
tests/Type/Doctrine/data/QueryResult/queryBuilderGetQuery.php
@@ -131,7 +131,7 @@ public function testQueryResultTypeIsMixedWhenDQLIsUsingAnInterfaceTypeDefinitio
131
->from(get_class($vehicle), 'v')
132
->getQuery();
133
134
- assertType('Doctrine\ORM\Query<mixed, mixed>', $query);
+ assertType('Doctrine\ORM\Query<null, mixed>', $query);
135
}
136
137
public function testQueryResultTypeIsVoidWithDeleteOrUpdate(EntityManagerInterface $em): void
0 commit comments