Completed
Push — develop ( 82247e...95e034 )
by Victor
17:24 queued 10s
created
src/AppBundle/Controller/Admin/UserController.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\Template;
9 9
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
10 10
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
11
-use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
12 11
 use Symfony\Component\Form\Extension\Core\Type\SubmitType;
13 12
 use Symfony\Component\HttpFoundation\Request;
14 13
 
Please login to merge, or discard this patch.
src/AppBundle/Controller/Admin/RoleController.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\Template;
9 9
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
10 10
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
11
-use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
12 11
 use Symfony\Component\Form\Extension\Core\Type\SubmitType;
13 12
 use Symfony\Component\HttpFoundation\Request;
14 13
 
Please login to merge, or discard this patch.