Completed
Pull Request — master (#6267)
by Jordi Sala
02:46
created
src/Admin/AbstractAdmin.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,6 @@
 block discarded – undo
45 45
 use Sonata\Form\Validator\Constraints\InlineConstraint;
46 46
 use Sonata\Form\Validator\ErrorElement;
47 47
 use Symfony\Component\Form\Extension\Core\Type\HiddenType;
48
-use Symfony\Component\Form\Form;
49 48
 use Symfony\Component\Form\FormBuilderInterface;
50 49
 use Symfony\Component\Form\FormEvent;
51 50
 use Symfony\Component\Form\FormEvents;
Please login to merge, or discard this patch.
src/Form/ChoiceList/ModelChoiceLoader.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 use Symfony\Component\Form\Exception\RuntimeException;
23 23
 use Symfony\Component\PropertyAccess\PropertyAccess;
24 24
 use Symfony\Component\PropertyAccess\PropertyAccessorInterface;
25
-use Symfony\Component\PropertyAccess\PropertyPath;
26 25
 
27 26
 /**
28 27
  * @author Thomas Rabaix <[email protected]>
Please login to merge, or discard this patch.