Completed
Push — master ( d48ef1...47bb75 )
by
unknown
166:45 queued 146:49
created
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 Doctrine\Common\Collections\ArrayCollection;
6
-
7 6
 use Doctrine\Common\Collections\Collection;
8 7
 use Doctrine\ORM\Mapping as ORM;
9 8
 use FOS\UserBundle\Model\GroupInterface;
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/EventListener/AdminLocaleListener.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,10 +5,8 @@
 block discarded – undo
5 5
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
6 6
 use Symfony\Component\HttpKernel\Event\GetResponseEvent;
7 7
 use Symfony\Component\HttpKernel\KernelEvents;
8
-use Symfony\Component\Security\Core\Authentication\Token\RememberMeToken;
9 8
 use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
10 9
 use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
11
-use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
12 10
 use Symfony\Component\Translation\TranslatorInterface;
13 11
 use Kunstmaan\AdminBundle\Helper\AdminRouteHelper;
14 12
 
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Helper/AdminRouteHelper.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\Helper;
4 4
 
5 5
 use Kunstmaan\NodeBundle\Router\SlugRouter;
6
-use Symfony\Component\HttpFoundation\Request;
7 6
 use Symfony\Component\HttpFoundation\RequestStack;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Helper/Menu/MenuAdaptorInterface.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\Menu\MenuBuilder;
6 6
 use Kunstmaan\AdminBundle\Helper\Menu\MenuItem;
7
-
8 7
 use Symfony\Component\HttpFoundation\Request;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Helper/Menu/ModulesMenuAdaptor.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\Helper\Menu\MenuAdaptorInterface;
6 6
 use Kunstmaan\AdminBundle\Helper\Menu\MenuBuilder;
7 7
 use Kunstmaan\AdminBundle\Helper\Menu\MenuItem;
8
-
9 8
 use Symfony\Component\HttpFoundation\Request;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Helper/Security/Acl/AclWalker.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\AdminBundle\Helper\Security\Acl;
4 4
 
5
-use Doctrine\ORM\Query;
6 5
 use Doctrine\ORM\Query\SqlWalker;
7 6
 
8 7
 /**
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 Kunstmaan\AdminBundle\Helper\Security\Acl\Permission\PermissionAdmin;
6
-
7 6
 use Symfony\Component\Form\FormView;
8
-
9 7
 use Twig_Environment;
10 8
 
11 9
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Twig/AdminRouteHelperTwigExtension.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Kunstmaan\AdminBundle\Twig;
4 4
 
5
-use Twig_Environment;
6
-
7 5
 use Kunstmaan\AdminBundle\Helper\AdminRouteHelper;
8
-use Symfony\Component\Form\FormView;
9 6
 
10 7
 class AdminRouteHelperTwigExtension extends \Twig_Extension
11 8
 {
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Twig/FormToolsExtension.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\Twig;
4 4
 
5 5
 use Kunstmaan\AdminBundle\Helper\FormHelper;
6
-
7 6
 use Symfony\Component\Form\FormView;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.