Completed
Pull Request — 3.6 (#1940)
by Sander
12:35 queued 11s
created
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\HttpKernel\Event\GetResponseEvent;
6 6
 use Symfony\Component\HttpKernel\KernelEvents;
7 7
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
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
 
14 12
 /**
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.
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 Symfony\Component\HttpFoundation\Request;
6
-
7 6
 use Kunstmaan\AdminListBundle\AdminList\FilterType\FilterTypeInterface;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/AdminListBundle/Service/ExportService.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\AdminListBundle\Service;
4 4
 
5
-use Box\Spout\Writer\WriterInterface;
6 5
 use Kunstmaan\AdminListBundle\AdminList\ExportableInterface;
7 6
 use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface;
8 7
 use Symfony\Component\HttpFoundation\Response;
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 stdClass;
5
-
6 5
 use Kunstmaan\AdminListBundle\AdminList\ItemAction\SimpleItemAction;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/FormBundle/Entity/AbstractFormPage.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,14 +5,11 @@
 block discarded – undo
5 5
 use Kunstmaan\NodeBundle\Controller\SlugActionInterface;
6 6
 use Kunstmaan\PagePartBundle\Helper\HasPagePartsInterface;
7 7
 use Kunstmaan\FormBundle\Helper\FormPageInterface;
8
-
9 8
 use Doctrine\ORM\Mapping as ORM;
10
-
11 9
 use Kunstmaan\NodeBundle\Entity\AbstractPage;
12 10
 use Kunstmaan\NodeBundle\Entity\NodeTranslation;
13 11
 use Kunstmaan\NodeBundle\Helper\RenderContext;
14 12
 use Kunstmaan\FormBundle\Form\AbstractFormPageAdminType;
15
-
16 13
 use Symfony\Component\Routing\RouterInterface;
17 14
 use Symfony\Component\Validator\Constraints as Assert;
18 15
 use Symfony\Component\Form\AbstractType;
Please login to merge, or discard this patch.
src/Kunstmaan/FormBundle/Entity/FormSubmission.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace Kunstmaan\FormBundle\Entity;
4 4
 
5 5
 use DateTime;
6
-
7 6
 use Kunstmaan\AdminBundle\Entity\EntityInterface;
8 7
 use Kunstmaan\NodeBundle\Entity\Node;
9
-
10 8
 use Doctrine\Common\Collections\ArrayCollection;
11 9
 use Doctrine\ORM\Mapping as ORM;
12 10
 
Please login to merge, or discard this patch.