@@ -8,7 +8,6 @@ |
||
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; |
@@ -5,7 +5,6 @@ |
||
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; |
@@ -5,9 +5,6 @@ |
||
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 :) |
@@ -12,7 +12,6 @@ |
||
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 | /** |