Completed
Pull Request — 5.0 (#2177)
by
unknown
13:31
created
src/Kunstmaan/NodeBundle/EventListener/RenderContextListener.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\NodeBundle\EventListener;
4 4
 
5
-use Doctrine\ORM\EntityManager;
6 5
 use Doctrine\ORM\EntityManagerInterface;
7 6
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
8 7
 use Symfony\Component\HttpFoundation\Response;
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.
Tests/unit/Helper/Security/Acl/Permission/PermissionAdminTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
 use Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken;
30 30
 use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage;
31 31
 use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
32
-use Kunstmaan\AdminBundle\Tests\Entity\TestEntity;
33 32
 
34 33
 class PermissionAdminTest extends \PHPUnit_Framework_TestCase
35 34
 {
Please login to merge, or discard this patch.
src/Kunstmaan/AdminListBundle/Tests/unit/Helper/DomainConfigurationTest.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 Kunstmaan\AdminBundle\Helper\DomainConfiguration;
6 6
 use PHPUnit_Framework_TestCase;
7
-use Symfony\Component\DependencyInjection\Container;
8 7
 use Symfony\Component\HttpFoundation\Request;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/NodeBundle/Tests/unit/Helper/NodeHelperTest.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\NodeBundle\Tests\Helper;
4 4
 
5
-use Doctrine\Common\Collections\ArrayCollection;
6 5
 use Doctrine\Common\Persistence\ObjectRepository;
7 6
 use Doctrine\ORM\EntityManager;
8 7
 use Doctrine\ORM\EntityManagerInterface;
Please login to merge, or discard this patch.
src/Kunstmaan/UtilitiesBundle/Tests/unit/Helper/SlugifierTest.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 Tests\Kunstmaan\NodeBundle\Helper;
4 4
 
5 5
 use Kunstmaan\UtilitiesBundle\Helper\Slugifier;
6
-use Kunstmaan\UtilitiesBundle\Helper\SlugifierInterface;
7 6
 
8 7
 
9 8
 /**
Please login to merge, or discard this patch.