Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Sep 22, 2022
1 parent c65ff66 commit 60adc6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Doctrine/Tests/ORM/Functional/EnumTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ public function testEnumHydrationArrayHydrator(): void
->from(Card::class, 'c')
->select('c')
->getQuery()
//->getResult();
->getResult(AbstractQuery::HYDRATE_ARRAY);

$this->assertInstanceOf(Suit::class, $result[0]['suit']);
Expand Down

0 comments on commit 60adc6b

Please sign in to comment.