Completed
Push — 5.0 ( cadd37...918ecf )
by Ruud
100:31 queued 89:28
created
src/Kunstmaan/FormBundle/Entity/PageParts/AbstractFormPagePart.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 Doctrine\ORM\Mapping as ORM;
6 6
 use Kunstmaan\FormBundle\Entity\FormAdaptorInterface;
7 7
 use Kunstmaan\PagePartBundle\Entity\AbstractPagePart;
8
-
9 8
 use Kunstmaan\UtilitiesBundle\Helper\ClassLookup;
10 9
 use Symfony\Component\Validator\Constraints as Assert;
11 10
 
Please login to merge, or discard this patch.
src/Kunstmaan/NodeBundle/Entity/HasNodeInterface.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\NodeBundle\Entity;
4 4
 
5 5
 use Kunstmaan\AdminBundle\Entity\EntityInterface;
6
-use Symfony\Component\Form\AbstractType;
7 6
 
8 7
 /**
9 8
  * HasNodeInterface Interface
Please login to merge, or discard this patch.
src/Kunstmaan/NodeBundle/Helper/URLHelper.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\DomainConfigurationInterface;
7 7
 use Kunstmaan\NodeBundle\Validation\URLValidator;
8 8
 use Psr\Log\LoggerInterface;
9
-use Symfony\Component\HttpFoundation\RequestStack;
10 9
 use Symfony\Component\Routing\RouterInterface;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/NodeBundle/Tests/Entity/TestEntity.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,6 @@
 block discarded – undo
6 6
 use Kunstmaan\NodeBundle\Entity\AbstractPage;
7 7
 use Kunstmaan\NodeBundle\Entity\HasNodeInterface;
8 8
 
9
-use Symfony\Component\Form\AbstractType;
10
-
11 9
 /**
12 10
  * TestEntity
13 11
  */
Please login to merge, or discard this patch.
src/Kunstmaan/TranslatorBundle/Controller/TranslatorController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Symfony\Component\HttpFoundation\RedirectResponse;
19 19
 use Symfony\Component\HttpFoundation\Request;
20 20
 use Symfony\Component\HttpFoundation\Response;
21
-use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
22 21
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
23 22
 use Symfony\Component\Translation\TranslatorInterface;
24 23
 
Please login to merge, or discard this patch.
UserManagementBundle/AdminList/AbstractSettingsAdminListConfigurator.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Kunstmaan\AdminListBundle\AdminList\Configurator\AbstractDoctrineORMAdminListConfigurator;
6 6
 
7
-use Symfony\Component\Form\AbstractType;
8
-
9 7
 /**
10 8
  * Abstract admin list configurator used by the Group, Log, Role and User configurators
11 9
  */
Please login to merge, or discard this patch.
ArticleBundle/AdminList/AbstractArticleTagAdminListConfigurator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Kunstmaan\ArticleBundle\AdminList;
4 4
 
5
-use Doctrine\ORM\EntityManager;
6 5
 use Doctrine\ORM\EntityManagerInterface;
7 6
 use Doctrine\ORM\QueryBuilder;
8 7
 use Kunstmaan\AdminBundle\Helper\Security\Acl\AclHelper;
Please login to merge, or discard this patch.
src/Kunstmaan/NodeSearchBundle/DependencyInjection/Configuration.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\Config\Definition\Builder\ArrayNodeDefinition;
6 6
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;
7 7
 use Symfony\Component\Config\Definition\ConfigurationInterface;
8
-use Kunstmaan\NodeSearchBundle\Helper\ElasticSearchUtil;
9 8
 
10 9
 /**
11 10
  * This is the class that validates and merges configuration from your app/config files
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Tests/Entity/UserTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace Kunstmaan\AdminBundle\Tests\Entity;
4 4
 
5 5
 use Doctrine\Common\Collections\ArrayCollection;
6
-
7 6
 use FOS\UserBundle\Model\GroupInterface;
8
-
9 7
 use Kunstmaan\AdminBundle\Entity\User;
10 8
 
11 9
 /**
Please login to merge, or discard this patch.