Completed
Push — 5.0 ( 9c6089...c2ecb1 )
by
unknown
20:16 queued 09:16
created
src/Kunstmaan/ConfigBundle/Twig/ConfigTwigExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\ORM\EntityManagerInterface;
6 6
 use Kunstmaan\ConfigBundle\Entity\AbstractConfig;
7
-use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
8 7
 use Twig_Extension;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/FormBundle/Entity/FormAdaptorInterface.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\FormBundle\Entity;
4 4
 
5 5
 use ArrayObject;
6
-
7 6
 use Symfony\Component\Form\FormBuilderInterface;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/FormBundle/Entity/FormSubmission.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace Kunstmaan\FormBundle\Entity;
4 4
 
5 5
 use DateTime;
6
-
7 6
 use Doctrine\Common\Collections\ArrayCollection;
8 7
 use Doctrine\ORM\Mapping as ORM;
9
-
10 8
 use Kunstmaan\AdminBundle\Entity\EntityInterface;
11 9
 use Kunstmaan\NodeBundle\Entity\Node;
12 10
 
Please login to merge, or discard this patch.
src/Kunstmaan/FormBundle/Entity/FormSubmissionField.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\FormBundle\Entity;
4 4
 
5 5
 use Doctrine\ORM\Mapping as ORM;
6
-
7 6
 use Symfony\Component\DependencyInjection\ContainerInterface;
8 7
 use Symfony\Component\Form\Form;
9 8
 use Symfony\Component\Form\FormBuilderInterface;
Please login to merge, or discard this patch.
FormBundle/Entity/FormSubmissionFieldTypes/FileFormSubmissionField.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@  discard block
 block discarded – undo
3 3
 namespace Kunstmaan\FormBundle\Entity\FormSubmissionFieldTypes;
4 4
 
5 5
 use Doctrine\ORM\Mapping as ORM;
6
-
7 6
 use Gedmo\Sluggable\Util\Urlizer;
8
-
9 7
 use Kunstmaan\FormBundle\Entity\FormSubmissionField;
10 8
 use Kunstmaan\FormBundle\Form\FileFormSubmissionType;
11 9
 use Symfony\Component\DependencyInjection\ContainerInterface;
@@ -13,7 +11,6 @@  discard block
 block discarded – undo
13 11
 use Symfony\Component\Form\FormBuilderInterface;
14 12
 use Symfony\Component\HttpFoundation\File\UploadedFile;
15 13
 use Symfony\Component\HttpFoundation\Request;
16
-
17 14
 use Symfony\Component\Validator\Constraints as Assert;
18 15
 
19 16
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/FormBundle/EventListener/ConfigureActionsMenuListener.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace Kunstmaan\FormBundle\EventListener;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-
7 6
 use Kunstmaan\FormBundle\Entity\AbstractFormPage;
8 7
 use Kunstmaan\NodeBundle\Event\ConfigureActionMenuEvent;
9
-
10 8
 use Symfony\Component\Routing\RouterInterface;
11 9
 
12 10
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/FormBundle/Helper/Menu/FormSubmissionsMenuAdaptor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Kunstmaan\AdminBundle\Helper\Menu\MenuBuilder;
7 7
 use Kunstmaan\AdminBundle\Helper\Menu\MenuItem;
8 8
 use Kunstmaan\AdminBundle\Helper\Menu\TopMenuItem;
9
-
10 9
 use Symfony\Component\HttpFoundation\Request;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/FormBundle/Tests/Entity/PageParts/ChoicePagePartTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace Kunstmaan\FormBundle\Tests\Entity\PageParts;
4 4
 
5 5
 use ArrayObject;
6
-
7 6
 use Kunstmaan\FormBundle\Entity\PageParts\ChoicePagePart;
8 7
 use Kunstmaan\FormBundle\Form\ChoicePagePartAdminType;
9
-
10 8
 use Symfony\Component\Form\FormBuilderInterface;
11 9
 
12 10
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/GeneratorBundle/Generator/SearchPageGenerator.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\GeneratorBundle\Generator;
4 4
 
5 5
 use Kunstmaan\GeneratorBundle\Helper\GeneratorUtils;
6
-
7 6
 use Symfony\Component\Console\Output\OutputInterface;
8 7
 use Symfony\Component\Filesystem\Filesystem;
9 8
 use Symfony\Component\HttpKernel\Bundle\Bundle;
Please login to merge, or discard this patch.