Completed
Pull Request — 3.x (#4729)
by Gocha
04:23
created
src/Admin/AdminHelper.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -18,9 +18,6 @@
 block discarded – undo
18 18
 use Sonata\AdminBundle\Util\FormViewIterator;
19 19
 use Symfony\Component\Form\FormBuilderInterface;
20 20
 use Symfony\Component\Form\FormView;
21
-use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException;
22
-use Symfony\Component\PropertyAccess\Exception\UnexpectedTypeException;
23
-use Symfony\Component\PropertyAccess\PropertyAccessorInterface;
24 21
 
25 22
 /**
26 23
  * @author Thomas Rabaix <[email protected]>
Please login to merge, or discard this patch.
src/DependencyInjection/Compiler/AddDependencyCallsCompilerPass.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Symfony\Component\DependencyInjection\ChildDefinition;
17 17
 use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
18 18
 use Symfony\Component\DependencyInjection\ContainerBuilder;
19
-use Symfony\Component\DependencyInjection\ContainerInterface;
20 19
 use Symfony\Component\DependencyInjection\Definition;
21 20
 use Symfony\Component\DependencyInjection\DefinitionDecorator;
22 21
 use Symfony\Component\DependencyInjection\Reference;
Please login to merge, or discard this patch.