Completed
Pull Request — master (#2657)
by Jeroen
06: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
 /**
15 14
  * Class URLChooserLinkTypeSubscriber
Please login to merge, or discard this patch.
src/Kunstmaan/ArticleBundle/Entity/AbstractArticleOverviewPage.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Kunstmaan\ArticleBundle\Entity;
4 4
 
5 5
 use Kunstmaan\ArticleBundle\PagePartAdmin\AbstractArticleOverviewPagePagePartAdminConfigurator;
6
-use Kunstmaan\NodeBundle\Controller\SlugActionInterface;
7 6
 use Kunstmaan\NodeBundle\Entity\AbstractPage;
8 7
 use Kunstmaan\PagePartBundle\Helper\HasPagePartsInterface;
9 8
 use Kunstmaan\PagePartBundle\PagePartAdmin\AbstractPagePartAdminConfigurator;
Please login to merge, or discard this patch.