Completed
Pull Request — master (#2026)
by Sander
22:59
created
src/Kunstmaan/DashboardBundle/Controller/DashboardController.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\DashboardBundle\Manager\WidgetManager;
6 6
 use Kunstmaan\DashboardBundle\Widget\DashboardWidget;
7 7
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
8
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
9 8
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
10 9
 use Symfony\Component\HttpFoundation\Request;
11 10
 
Please login to merge, or discard this patch.
Tests/app2/cache/phpunit/ContainerBcomtmh/getRouting_LoaderService.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
4
-
5 3
 // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
6 4
 // Returns the public 'routing.loader' shared service.
7 5
 
Please login to merge, or discard this patch.
Tests/app2/cache/phpunit/ContainerIeqghqs/getRouting_LoaderService.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
4
-
5 3
 // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
6 4
 // Returns the public 'routing.loader' shared service.
7 5
 
Please login to merge, or discard this patch.
Tests/app2/cache/phpunit/ContainerL2m54ap/getRouting_LoaderService.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
4
-
5 3
 // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
6 4
 // Returns the public 'routing.loader' shared service.
7 5
 
Please login to merge, or discard this patch.
src/Kunstmaan/ArticleBundle/Router/TagCategoryRouter.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\ArticleBundle\Router;
4 4
 
5 5
 use Kunstmaan\NodeBundle\Router\SlugRouter;
6
-use Symfony\Component\Routing\Route;
7 6
 use Symfony\Component\Routing\RouteCollection;
8 7
 use Symfony\Component\Translation\TranslatorInterface;
9 8
 
Please login to merge, or discard this patch.