mark class for ChillTextareaType as final

This commit is contained in:
Julien Fastré 2021-03-23 14:28:09 +00:00
parent 5d533103dc
commit 9612f23d9c

View File

@ -27,7 +27,7 @@ use Symfony\Component\Form\FormInterface;
*
*
*/
class ChillTextareaType extends AbstractType
final class ChillTextareaType extends AbstractType
{
public function getParent()
{