Completed
Pull Request — master (#6204)
by
unknown
05:07 queued 02:24
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/Controller/CRUDController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@
 block discarded – undo
31 31
 use Sonata\AdminBundle\Util\AdminObjectAclUserManager;
32 32
 use Sonata\Exporter\Exporter;
33 33
 use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
34
-use Symfony\Component\DependencyInjection\ContainerInterface;
35 34
 use Symfony\Component\Form\FormInterface;
36 35
 use Symfony\Component\Form\FormRenderer;
37 36
 use Symfony\Component\Form\FormView;
Please login to merge, or discard this patch.