From 9612f23d9cc1f3204cd2b8775bc449b872cc05d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 23 Mar 2021 14:28:09 +0000 Subject: [PATCH] mark class for ChillTextareaType as final --- src/Bundle/ChillMainBundle/Form/Type/ChillTextareaType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/Form/Type/ChillTextareaType.php b/src/Bundle/ChillMainBundle/Form/Type/ChillTextareaType.php index f63a364f9..3866dcd51 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/ChillTextareaType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/ChillTextareaType.php @@ -27,7 +27,7 @@ use Symfony\Component\Form\FormInterface; * * */ -class ChillTextareaType extends AbstractType +final class ChillTextareaType extends AbstractType { public function getParent() {