Completed
Push — master ( 3467f7...89f754 )
by Michael
04:55
created
src/AppBundle/Controller/UserController.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace AppBundle\Controller;
4 4
 
5
+use Pagerfanta\Adapter\DoctrineORMAdapter;
6
+use Pagerfanta\Pagerfanta;
5 7
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
8
+use Symfony\AppBundle\Entity\User;
6 9
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
7 10
 use Symfony\Component\HttpFoundation\Request;
8 11
 use Symfony\Component\HttpFoundation\Response;
9
-use Symfony\AppBundle\Entity\User;
10
-use Pagerfanta\Adapter\DoctrineORMAdapter;
11
-use Pagerfanta\Pagerfanta;
12 12
 
13 13
 class UserController extends Controller
14 14
 {
Please login to merge, or discard this patch.