Completed
Pull Request — 4.2 (#1936)
by
unknown
27:25
created
src/Kunstmaan/SeoBundle/Twig/GoogleAnalyticsTwigExtension.php 1 patch
Unused Use Statements   +5 added lines, -6 removed lines patch added patch discarded remove patch
@@ -2,12 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Kunstmaan\SeoBundle\Twig;
4 4
 
5
-use Kunstmaan\SeoBundle\Helper\Order,
6
-    Kunstmaan\SeoBundle\Helper\OrderConverter,
7
-    Kunstmaan\SeoBundle\Helper\OrderPreparer;
8
-
9
-use Twig_Environment,
10
-    Twig_Extension;
5
+use Kunstmaan\SeoBundle\Helper\Order;
6
+use Kunstmaan\SeoBundle\Helper\OrderConverter;
7
+use Kunstmaan\SeoBundle\Helper\OrderPreparer;
8
+use Twig_Environment;
9
+use Twig_Extension;
11 10
 
12 11
 /**
13 12
  * Twig extensions for Google Analytics
Please login to merge, or discard this patch.
src/Kunstmaan/SeoBundle/Twig/SeoTwigExtension.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -4,13 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6 6
 use Kunstmaan\AdminBundle\Entity\AbstractEntity;
7
-
8 7
 use Kunstmaan\NodeBundle\Entity\AbstractPage;
9
-
10 8
 use Kunstmaan\SeoBundle\Entity\Seo;
11
-
12 9
 use Twig_Environment;
13
-
14 10
 use Twig_Extension;
15 11
 
16 12
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/TaggingBundle/AdminList/TagAdminListConfigurator.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\TaggingBundle\AdminList;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-
7 6
 use Kunstmaan\AdminBundle\Helper\Security\Acl\AclHelper;
8 7
 use Kunstmaan\AdminListBundle\AdminList\Configurator\AbstractDoctrineORMAdminListConfigurator;
9 8
 use Kunstmaan\AdminListBundle\AdminList\FilterType\ORM;
Please login to merge, or discard this patch.
src/Kunstmaan/TaggingBundle/Entity/Tag.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Gedmo\Mapping\Annotation as Gedmo;
8 8
 use Gedmo\Translatable\Translatable;
9 9
 use Kunstmaan\TaggingBundle\Form\TagAdminType;
10
-
11 10
 use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
12 11
 
13 12
 /**
Please login to merge, or discard this patch.
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 Doctrine\ORM\Mapping as ORM;
6 6
 use DoctrineExtensions\Taggable\Entity\Tag as BaseTag;
7
-
8 7
 use DoctrineExtensions\Taggable\Entity\Tagging as BaseTagging;
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 Doctrine\ORM\Query\ResultSetMappingBuilder;
7 7
 use DoctrineExtensions\Taggable\Taggable as BaseTaggable;
8 8
 use DoctrineExtensions\Taggable\TagManager as BaseTagManager;
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 Kunstmaan\TaggingBundle\Entity\TagManager;
7
-
8 7
 use Symfony\Component\Form\DataTransformerInterface;
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 Kunstmaan\TaggingBundle\Entity\TagManager;
6 6
 use Kunstmaan\TaggingBundle\Form\DataTransformer\TagsTransformer;
7 7
 use Symfony\Component\Form\AbstractType;
8
-
9 8
 use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
10 9
 use Symfony\Component\Form\FormBuilderInterface;
11 10
 use Symfony\Component\OptionsResolver\OptionsResolver;
Please login to merge, or discard this patch.
UserManagementBundle/AdminList/AbstractSettingsAdminListConfigurator.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\UserManagementBundle\AdminList;
4 4
 
5 5
 use Kunstmaan\AdminListBundle\AdminList\Configurator\AbstractDoctrineORMAdminListConfigurator;
6
-
7 6
 use Symfony\Component\Form\AbstractType;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.