Completed
Push — master ( 9c0788...1afd78 )
by Michael
03:46
created
src/AppBundle/Controller/UserController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace AppBundle\Controller;
4 4
 
5
-use Pagerfanta\Adapter\DoctrineORMAdapter;
6 5
 use Pagerfanta\Adapter\ArrayAdapter;
6
+use Pagerfanta\Adapter\DoctrineORMAdapter;
7 7
 use Pagerfanta\Pagerfanta;
8 8
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
9 9
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
Please login to merge, or discard this patch.