Skip to content

Commit 85cfd35

Browse files
pink6440smnandre
andauthored
Update src/LiveComponent/tests/Integration/Hydration/DoctrineEntityHydrationExtensionTest.php
Co-authored-by: Simon André <[email protected]>
1 parent 7b26409 commit 85cfd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/tests/Integration/Hydration/DoctrineEntityHydrationExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function testForeignKeyId(): void
5454
self::assertSame($foreignKeyIdEntity, $extension->hydrate($dehydrated, ForeignKeyIdEntity::class));
5555
}
5656

57-
public function testSupportInterface(): void
57+
public function testSupportInterface()
5858
{
5959
/** @var DoctrineEntityHydrationExtension $extension */
6060
$extension = self::getContainer()->get('ux.live_component.doctrine_entity_hydration_extension');

0 commit comments

Comments
 (0)