Completed
Pull Request — master (#6303)
by Vincent
03:45 queued 57s
created
src/Admin/AbstractAdmin.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -42,10 +42,7 @@  discard block
 block discarded – undo
42 42
 use Sonata\AdminBundle\Templating\MutableTemplateRegistryInterface;
43 43
 use Sonata\AdminBundle\Translator\LabelTranslatorStrategyInterface;
44 44
 use Sonata\Exporter\Source\SourceIteratorInterface;
45
-use Sonata\Form\Validator\Constraints\InlineConstraint;
46
-use Sonata\Form\Validator\ErrorElement;
47 45
 use Symfony\Component\Form\Extension\Core\Type\HiddenType;
48
-use Symfony\Component\Form\Form;
49 46
 use Symfony\Component\Form\FormBuilderInterface;
50 47
 use Symfony\Component\Form\FormEvent;
51 48
 use Symfony\Component\Form\FormEvents;
@@ -55,7 +52,6 @@  discard block
 block discarded – undo
55 52
 use Symfony\Component\Routing\Generator\UrlGeneratorInterface as RoutingUrlGeneratorInterface;
56 53
 use Symfony\Component\Security\Acl\Model\DomainObjectInterface;
57 54
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
58
-use Symfony\Component\Validator\Mapping\GenericMetadata;
59 55
 use Symfony\Component\Validator\Validator\ValidatorInterface;
60 56
 use Symfony\Contracts\Translation\TranslatorInterface;
61 57
 
Please login to merge, or discard this patch.