Completed
Push — 3.6.1 ( d310d5 )
by Sander
39:12
created
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/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.
src/Kunstmaan/AdminBundle/Entity/Group.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\Entity;
4 4
 
5 5
 use InvalidArgumentException;
6
-
7 6
 use Symfony\Component\Validator\Constraints as Assert;
8 7
 use Symfony\Component\Validator\Context\ExecutionContextInterface;
9 8
 use Symfony\Component\Security\Core\Role\RoleInterface;
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Twig/AdminPermissionsTwigExtension.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\Twig;
4 4
 
5 5
 use Twig_Environment;
6
-
7 6
 use Kunstmaan\AdminBundle\Helper\Security\Acl\Permission\PermissionAdmin;
8
-
9 7
 use Symfony\Component\Form\FormView;
10 8
 
11 9
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Twig/TabsTwigExtension.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 Twig_Environment;
6 6
 use Twig_Extension;
7
-
8 7
 use Kunstmaan\AdminBundle\Helper\FormWidgets\Tabs\TabPane;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/AdminListBundle/AdminList/AdminList.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\AdminListBundle\AdminList;
4 4
 
5 5
 use Kunstmaan\AdminListBundle\AdminList\Configurator\AdminListConfiguratorInterface;
6
-
7 6
 use Symfony\Component\HttpFoundation\Request;
8
-
9 7
 use Pagerfanta\Pagerfanta;
10 8
 
11 9
 /**
Please login to merge, or discard this patch.