Completed
Pull Request — 3.6 (#1940)
by Sander
12:35 queued 11s
created
src/Kunstmaan/NodeBundle/Tests/Entity/TestEntity.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\AdminBundle\Entity\AbstractEntity;
6 6
 use Kunstmaan\NodeBundle\Entity\AbstractPage;
7 7
 use Kunstmaan\NodeBundle\Entity\HasNodeInterface;
8
-
9 8
 use Symfony\Component\Form\AbstractType;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/NodeSearchBundle/EventListener/NodeListener.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\EntityManager;
6 6
 use Kunstmaan\AdminBundle\Helper\FormWidgets\Tabs\Tab;
7 7
 use Kunstmaan\NodeBundle\Event\AdaptFormEvent;
8
-
9 8
 use Kunstmaan\NodeSearchBundle\Form\NodeSearchAdminType;
10 9
 use Kunstmaan\NodeSearchBundle\Helper\FormWidgets\SearchFormWidget;
11 10
 
Please login to merge, or discard this patch.
src/Kunstmaan/SeoBundle/Controller/Admin/SettingsController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Kunstmaan\SeoBundle\Form\RobotsType;
9 9
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
10 10
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
11
-
12 11
 use Symfony\Component\HttpFoundation\RedirectResponse;
13 12
 use Symfony\Component\HttpFoundation\Request;
14 13
 
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.
src/Kunstmaan/UserManagementBundle/Controller/RolesController.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\Controller;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-
7 6
 use Kunstmaan\AdminBundle\Controller\BaseSettingsController;
8 7
 use Kunstmaan\AdminBundle\Entity\Role;
9 8
 use Kunstmaan\AdminBundle\FlashMessages\FlashTypes;
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Command/ApplyAclCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,9 @@
 block discarded – undo
3 3
 namespace Kunstmaan\AdminBundle\Command;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-
7 6
 use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
8 7
 use Symfony\Component\Console\Input\InputInterface;
9 8
 use Symfony\Component\Console\Output\OutputInterface;
10
-
11 9
 use Kunstmaan\AdminBundle\Entity\AclChangeset;
12 10
 use Kunstmaan\AdminBundle\Repository\AclChangesetRepository;
13 11
 use Kunstmaan\AdminBundle\Helper\Security\Acl\Permission\PermissionAdmin;
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Command/CreateGroupCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,9 +7,7 @@
 block discarded – undo
7 7
 use Symfony\Component\Console\Input\InputInterface;
8 8
 use Symfony\Component\Console\Input\InputOption;
9 9
 use Symfony\Component\Console\Output\OutputInterface;
10
-
11 10
 use Doctrine\ORM\EntityManager;
12
-
13 11
 use Kunstmaan\AdminBundle\Entity\Group;
14 12
 use Kunstmaan\AdminBundle\Entity\Role;
15 13
 
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Command/CreateRoleCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,9 +6,7 @@
 block discarded – undo
6 6
 use Symfony\Component\Console\Input\InputArgument;
7 7
 use Symfony\Component\Console\Input\InputInterface;
8 8
 use Symfony\Component\Console\Output\OutputInterface;
9
-
10 9
 use Doctrine\ORM\EntityManager;
11
-
12 10
 use Kunstmaan\AdminBundle\Entity\Role;
13 11
 
14 12
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/DependencyInjection/KunstmaanAdminExtension.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\AdminBundle\DependencyInjection;
4 4
 
5 5
 use InvalidArgumentException;
6
-
7 6
 use Symfony\Component\DependencyInjection\ContainerBuilder;
8 7
 use Symfony\Component\Config\FileLocator;
9 8
 use Symfony\Component\DependencyInjection\Definition;
Please login to merge, or discard this patch.