Skip to content

Commit 0c614d6

Browse files
committed
Remove unneeded interface
1 parent 6b0986e commit 0c614d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/TwigComponent/src/Twig/ComponentRuntime.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@
1313

1414
use Symfony\UX\TwigComponent\ComponentRenderer;
1515
use Symfony\UX\TwigComponent\Event\PreRenderEvent;
16-
use Twig\Extension\RuntimeExtensionInterface;
1716

1817
/**
1918
* @author Kevin Bond <kevinbond@gmail.com>
2019
* @author Simon André <smn.andre@gmail.com>
2120
*
2221
* @internal
2322
*/
24-
final class ComponentRuntime implements RuntimeExtensionInterface
23+
final class ComponentRuntime
2524
{
2625
public function __construct(
2726
private readonly ComponentRenderer $renderer,

0 commit comments

Comments
 (0)