@@ -3,12 +3,7 @@ |
||
3 | 3 | namespace AppBundle\Helper; |
4 | 4 | |
5 | 5 | use DateTime; |
6 | -use Doctrine\DBAL\Connection; |
|
7 | -use Psr\Cache\CacheItemPoolInterface; |
|
8 | -use Symfony\Component\Config\Definition\Exception\Exception; |
|
9 | -use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
|
10 | 6 | use Symfony\Component\DependencyInjection\ContainerInterface; |
11 | -use Symfony\Component\VarDumper\VarDumper; |
|
12 | 7 | use Xtools\ProjectRepository; |
13 | 8 | |
14 | 9 | class AutomatedEditsHelper extends HelperBase |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Xtools; |
4 | 4 | |
5 | 5 | use \DateTime; |
6 | -use Symfony\Component\VarDumper\VarDumper; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * An EditCounter provides statistics about a user's edits on a project. |
@@ -2,13 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace AppBundle\Controller; |
4 | 4 | |
5 | -use AppBundle\Helper\ApiHelper; |
|
6 | -use AppBundle\Helper\AutomatedEditsHelper; |
|
7 | -use AppBundle\Helper\LabsHelper; |
|
8 | 5 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
9 | 6 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
10 | 7 | use Symfony\Component\HttpFoundation\Request; |
11 | -use Symfony\Component\VarDumper\VarDumper; |
|
12 | 8 | use Xtools\EditCounter; |
13 | 9 | use Xtools\EditCounterRepository; |
14 | 10 | use Xtools\Project; |