From 1c2fdaef13f089818f2af54385e21df8cd978737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Thu, 26 Sep 2024 20:40:41 +0200 Subject: [PATCH] Remove unused method + comments --- src/TwigComponent/src/ComponentRenderer.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/TwigComponent/src/ComponentRenderer.php b/src/TwigComponent/src/ComponentRenderer.php index 31d7ed972ea..fb6a01ffda6 100644 --- a/src/TwigComponent/src/ComponentRenderer.php +++ b/src/TwigComponent/src/ComponentRenderer.php @@ -137,11 +137,4 @@ private function preRender(MountedComponent $mounted, array $context = []): PreR return $event; } - - public function warmup(): array - { - $this->componentProperties->warmup(); - - return []; - } }