Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 15, 2024
1 parent 8a49521 commit c714ac7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function testQueryResultTypeIsMixedWhenDQLIsUsingAnInterfaceTypeDefinitio
->from(get_class($vehicle), 'v')
->getQuery();

assertType('Doctrine\ORM\Query<mixed, mixed>', $query);
assertType('Doctrine\ORM\Query<null, mixed>', $query);
}

public function testQueryResultTypeIsVoidWithDeleteOrUpdate(EntityManagerInterface $em): void
Expand Down

0 comments on commit c714ac7

Please sign in to comment.