Completed
Push — 5.0 ( 9c6089...c2ecb1 )
by
unknown
20:16 queued 09:16
created
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.
src/Kunstmaan/AdminBundle/Twig/GoogleSignInTwigExtension.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\Twig;
4 4
 
5
-use Twig_Environment;
6 5
 use Twig_Extension;
7 6
 
8 7
 /**
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 Kunstmaan\AdminBundle\Helper\FormWidgets\Tabs\TabPane;
6 6
 use Twig_Environment;
7
-
8 7
 use Twig_Extension;
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 Pagerfanta\Pagerfanta;
8
-
9 7
 use Symfony\Component\HttpFoundation\Request;
10 8
 
11 9
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/AdminListBundle/AdminList/FilterBuilder.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\AdminListBundle\AdminList;
4 4
 
5 5
 use Kunstmaan\AdminListBundle\AdminList\FilterType\FilterTypeInterface;
6
-
7 6
 use Symfony\Component\HttpFoundation\Request;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/AdminListBundle/Entity/LockableEntity.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 Doctrine\ORM\Mapping as ORM;
6 6
 use Kunstmaan\AdminBundle\Entity\AbstractEntity;
7
-use Symfony\Component\Validator\Constraints as Assert;
8 7
 
9 8
 /**
10 9
  * @ORM\Entity(repositoryClass="Kunstmaan\AdminListBundle\Repository\LockableEntityRepository")
Please login to merge, or discard this patch.
AdminListBundle/Tests/AdminList/ItemAction/SimpleItemActionTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Kunstmaan\AdminListBundle\Tests\AdminList\ItemAction;
3 3
 
4 4
 use Kunstmaan\AdminListBundle\AdminList\ItemAction\SimpleItemAction;
5
-
6 5
 use stdClass;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.