Completed
Pull Request — master (#107)
by Matthew
02:18
created
src/AppBundle/Controller/ArticleInfoController.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 Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
9 9
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
10 10
 use Symfony\Component\HttpFoundation\Request;
11
-use Symfony\Component\DependencyInjection\ContainerInterface;
12 11
 use Symfony\Component\HttpFoundation\Response;
13 12
 use Symfony\Component\Process\Process;
14 13
 use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
Please login to merge, or discard this patch.
src/AppBundle/Controller/TopEditsController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 
6 6
 namespace AppBundle\Controller;
7 7
 
8
-use AppBundle\Helper\ApiHelper;
9 8
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
10 9
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
11 10
 use Symfony\Component\HttpFoundation\RedirectResponse;
Please login to merge, or discard this patch.
src/Xtools/TopEdits.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,9 +5,6 @@
 block discarded – undo
5 5
 
6 6
 namespace Xtools;
7 7
 
8
-use Symfony\Component\DependencyInjection\Container;
9
-use DateTime;
10
-
11 8
 /**
12 9
  * TopEdits returns the top-edited pages by a user. There is not a separate
13 10
  * repository because there is only one query :)
Please login to merge, or discard this patch.
src/AppBundle/Controller/DeleteCounterController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Symfony\Component\HttpFoundation\Response;
13 13
 use Xtools\Project;
14 14
 use Xtools\ProjectRepository;
15
-use Xtools\User;
16 15
 use Xtools\UserRepository;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.