Completed
Pull Request — 3.x (#6148)
by Vincent
03:05
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.
tests/Admin/AdminTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,6 @@
 block discarded – undo
47 47
 use Sonata\AdminBundle\Tests\App\Builder\FormContractor;
48 48
 use Sonata\AdminBundle\Tests\App\Builder\ListBuilder;
49 49
 use Sonata\AdminBundle\Tests\App\Builder\ShowBuilder;
50
-use Sonata\AdminBundle\Tests\App\Datagrid\Pager;
51 50
 use Sonata\AdminBundle\Tests\Fixtures\Admin\AvoidInfiniteLoopAdmin;
52 51
 use Sonata\AdminBundle\Tests\Fixtures\Admin\CommentAdmin;
53 52
 use Sonata\AdminBundle\Tests\Fixtures\Admin\CommentVoteAdmin;
Please login to merge, or discard this patch.