remove useless 'use'

This commit is contained in:
Simon Vieille 2022-03-25 11:49:38 +01:00
parent 89efccd90f
commit 995d76c711
2 changed files with 2 additions and 6 deletions

View file

@ -2,11 +2,9 @@
namespace App\Core\Form\Type;
use Symfony\Component\Form\Extension\Core\Type\CollectionType as BaseCollectionType;
use Symfony\Component\Form\Extension\Core\Type\TextareaType;
use Symfony\Component\Form\FormInterface;
use Symfony\Component\Form\FormView;
use Symfony\Component\OptionsResolver\OptionsResolver;
use Symfony\Component\Form\Extension\Core\Type\TextareaType;
class EditorJsTextareaType extends TextareaType
{

View file

@ -2,11 +2,9 @@
namespace App\Core\Form\Type;
use Symfony\Component\Form\Extension\Core\Type\CollectionType as BaseCollectionType;
use Symfony\Component\Form\Extension\Core\Type\TextareaType;
use Symfony\Component\Form\FormInterface;
use Symfony\Component\Form\FormView;
use Symfony\Component\OptionsResolver\OptionsResolver;
use Symfony\Component\Form\Extension\Core\Type\TextareaType;
class TinymceTextareaType extends TextareaType
{