Browse Source

[Form] Removed unused use-statements

Bernhard Schussek 14 năm trước cách đây
mục cha
commit
58b8555cb6
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      src/Symfony/Component/Form/Type/FieldType.php

+ 0 - 3
src/Symfony/Component/Form/Type/FieldType.php

@@ -15,10 +15,7 @@ use Symfony\Component\Form\Util\PropertyPath;
 use Symfony\Component\Form\FormBuilder;
 use Symfony\Component\Form\FormInterface;
 use Symfony\Component\Form\Renderer\FormRendererInterface;
-use Symfony\Component\Form\Renderer\Theme\FormThemeFactoryInterface;
 use Symfony\Component\Form\EventListener\TrimListener;
-use Symfony\Component\Form\EventListener\ValidationListener;
-use Symfony\Component\Form\CsrfProvider\CsrfProviderInterface;
 use Symfony\Component\Form\Validator\DefaultValidator;
 use Symfony\Component\Form\Validator\DelegatingValidator;
 use Symfony\Component\EventDispatcher\EventDispatcher;