mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
mark class for ChillTextareaType as final
This commit is contained in:
@@ -27,7 +27,7 @@ use Symfony\Component\Form\FormInterface;
|
||||
*
|
||||
*
|
||||
*/
|
||||
class ChillTextareaType extends AbstractType
|
||||
final class ChillTextareaType extends AbstractType
|
||||
{
|
||||
public function getParent()
|
||||
{
|
||||
|
Reference in New Issue
Block a user