Completed
Pull Request — 3.x (#6308)
by Vincent
03:33
created
src/Action/RetrieveAutocompleteItemsAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Sonata\AdminBundle\Admin\FieldDescriptionInterface;
18 18
 use Sonata\AdminBundle\Admin\Pool;
19 19
 use Sonata\AdminBundle\Filter\FilterInterface;
20
-use Symfony\Component\Form\Form;
21 20
 use Symfony\Component\HttpFoundation\JsonResponse;
22 21
 use Symfony\Component\HttpFoundation\Request;
23 22
 use Symfony\Component\HttpFoundation\Response;
Please login to merge, or discard this patch.
src/Util/AdminObjectAclData.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Sonata\AdminBundle\Security\Handler\AclSecurityHandlerInterface;
18 18
 use Symfony\Component\Form\Form;
19 19
 use Symfony\Component\Form\FormInterface;
20
-use Symfony\Component\Security\Acl\Domain\Acl;
21 20
 use Symfony\Component\Security\Acl\Model\MutableAclInterface;
22 21
 
23 22
 /**
Please login to merge, or discard this patch.
src/Util/AdminObjectAclManipulator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Sonata\AdminBundle\Form\Type\AclMatrixType;
17 17
 use Symfony\Component\Form\Extension\Core\Type\FormType;
18
-use Symfony\Component\Form\Form;
19 18
 use Symfony\Component\Form\FormBuilderInterface;
20 19
 use Symfony\Component\Form\FormFactoryInterface;
21 20
 use Symfony\Component\Form\FormInterface;
Please login to merge, or discard this patch.