Completed
Pull Request — 3.6 (#1940)
by Sander
09:43
created
src/Kunstmaan/TaggingBundle/Entity/Tagging.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 DoctrineExtensions\Taggable\Entity\Tag as BaseTag;
6 6
 use DoctrineExtensions\Taggable\Entity\Tagging as BaseTagging;
7
-
8 7
 use Doctrine\ORM\Mapping as ORM;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/TaggingBundle/Entity/TagManager.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 DoctrineExtensions\Taggable\Taggable as BaseTaggable;
7 7
 use Doctrine\ORM\Query\Expr;
8 8
 use Doctrine\ORM\Query\ResultSetMappingBuilder;
9
-
10 9
 use Kunstmaan\NodeBundle\Entity\AbstractPage;
11 10
 
12 11
 class TagManager extends BaseTagManager
Please login to merge, or discard this patch.
src/Kunstmaan/TaggingBundle/Form/DataTransformer/TagsTransformer.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\Common\Collections\ArrayCollection;
6 6
 use Symfony\Component\Form\DataTransformerInterface;
7
-
8 7
 use Kunstmaan\TaggingBundle\Entity\TagManager;
9 8
 
10 9
 class TagsTransformer implements DataTransformerInterface
Please login to merge, or discard this patch.
src/Kunstmaan/TaggingBundle/Form/TagsAdminType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Symfony\Component\Form\AbstractType;
6 6
 use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
7 7
 use Symfony\Component\Form\FormBuilderInterface;
8
-
9 8
 use Kunstmaan\TaggingBundle\Entity\TagManager;
10 9
 use Kunstmaan\TaggingBundle\Form\DataTransformer\TagsTransformer;
11 10
 use Symfony\Component\OptionsResolver\OptionsResolver;
Please login to merge, or discard this patch.
src/Kunstmaan/UserManagementBundle/Controller/GroupsController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,18 +3,15 @@
 block discarded – undo
3 3
 namespace Kunstmaan\UserManagementBundle\Controller;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-
7 6
 use Kunstmaan\AdminBundle\Controller\BaseSettingsController;
8 7
 use Kunstmaan\AdminBundle\Entity\Group;
9 8
 use Kunstmaan\AdminBundle\FlashMessages\FlashTypes;
10 9
 use Kunstmaan\AdminBundle\Form\GroupType;
11 10
 use Kunstmaan\AdminListBundle\AdminList\AdminList;
12
-
13 11
 use Kunstmaan\UserManagementBundle\AdminList\GroupAdminListConfigurator;
14 12
 use Symfony\Component\HttpFoundation\RedirectResponse;
15 13
 use Symfony\Component\HttpFoundation\Request;
16 14
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
17
-
18 15
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
19 16
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
20 17
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
Please login to merge, or discard this patch.
src/Kunstmaan/VotingBundle/Services/RepositoryResolver.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\VotingBundle\Services;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-
7 6
 use Kunstmaan\VotingBundle\Event\LinkedIn\LinkedInShareEvent;
8 7
 use Kunstmaan\VotingBundle\Event\UpDown\DownVoteEvent;
9 8
 use Kunstmaan\VotingBundle\Event\UpDown\UpVoteEvent;
Please login to merge, or discard this patch.