Completed
Pull Request — 5.6 (#2835)
by Oskar
41:20 queued 26:22
created
src/Kunstmaan/NodeBundle/Form/EventListener/URLChooserFormSubscriber.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Symfony\Component\Form\FormEvent;
11 11
 use Symfony\Component\Form\FormEvents;
12 12
 use Symfony\Component\Validator\Constraints\Email;
13
-use Symfony\Component\Validator\Constraints\Url;
14 13
 
15 14
 class URLChooserFormSubscriber implements EventSubscriberInterface
16 15
 {
Please login to merge, or discard this patch.
Kunstmaan/NodeBundle/Form/EventListener/URLChooserLinkTypeSubscriber.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Symfony\Component\Form\FormEvent;
10 10
 use Symfony\Component\Form\FormEvents;
11 11
 use Symfony\Component\Validator\Constraints\Email;
12
-use Symfony\Component\Validator\Constraints\Url;
13 12
 
14 13
 class URLChooserLinkTypeSubscriber implements EventSubscriberInterface
15 14
 {
Please login to merge, or discard this patch.