Skip to content

Commit 1eebe17

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

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
@@ -64,7 +64,7 @@ public function testSupportInterface()
6464
self::assertFalse($extension->supports('UnknownClass'), 'UnknownClass should not be supported');
6565
}
6666

67-
public function testHydrationFromInterface(): void
67+
public function testHydrationFromInterface()
6868
{
6969
/** @var DoctrineEntityHydrationExtension $extension */
7070
$extension = self::getContainer()->get('ux.live_component.doctrine_entity_hydration_extension');

0 commit comments

Comments
 (0)