Completed
Pull Request — 3.x (#6180)
by Wojciech
05:41 queued 41s
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/SonataAdminBundleTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use Sonata\AdminBundle\DependencyInjection\Compiler\ModelManagerCompilerPass;
22 22
 use Sonata\AdminBundle\DependencyInjection\Compiler\ObjectAclManipulatorCompilerPass;
23 23
 use Sonata\AdminBundle\DependencyInjection\Compiler\TwigStringExtensionCompilerPass;
24
-use Sonata\AdminBundle\DependencyInjection\Compiler\WebpackEntriesCompilerPass;
25 24
 use Sonata\AdminBundle\SonataAdminBundle;
26 25
 use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
27 26
 use Symfony\Component\DependencyInjection\Compiler\PassConfig;
Please login to merge, or discard this patch.