Completed
Pull Request — master (#2538)
by Ruud
06:59
created
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/Toolbar/BundleVersionDataCollector.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 Doctrine\Common\Cache\Cache;
6 6
 use Kunstmaan\AdminBundle\Helper\Toolbar\AbstractDataCollector;
7 7
 use Kunstmaan\AdminBundle\Helper\VersionCheck\VersionChecker;
8
-use Monolog\Logger;
9 8
 use Symfony\Component\HttpFoundation\Request;
10 9
 use Symfony\Component\HttpFoundation\Response;
11 10
 
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Command/UpdateAclCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Symfony\Component\Console\Input\InputInterface;
9 9
 use Symfony\Component\Console\Output\OutputInterface;
10 10
 use Symfony\Component\Console\Question\ChoiceQuestion;
11
-use Symfony\Component\Security\Acl\Domain\Acl;
12 11
 use Symfony\Component\Security\Acl\Permission\PermissionMapInterface;
13 12
 
14 13
 /**
Please login to merge, or discard this patch.