Completed
Pull Request — master (#2)
by Kate
05:24
created
src/AppBundle/Controller/Admin/AdminEstateController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,6 @@
 block discarded – undo
10 10
 use AppBundle\Form\EstateType;
11 11
 use Symfony\Component\Form\Extension\Core\Type\SubmitType;
12 12
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
13
-use AppBundle\Utils;
14
-use Symfony\Component\HttpFoundation\Response;
15 13
 
16 14
 
17 15
 /**
Please login to merge, or discard this patch.
src/AppBundle/Controller/Admin/AdminCommentController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,6 @@
 block discarded – undo
10 10
 use AppBundle\Form\EstateType;
11 11
 use Symfony\Component\Form\Extension\Core\Type\SubmitType;
12 12
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
13
-use AppBundle\Utils;
14
-use Symfony\Component\HttpFoundation\Response;
15 13
 
16 14
 
17 15
 /**
Please login to merge, or discard this patch.
src/AppBundle/Controller/Admin/UserController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use AppBundle\Form\EstateType;
11 11
 use Symfony\Component\Form\Extension\Core\Type\SubmitType;
12 12
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
13
-use Symfony\Component\HttpFoundation\Response;
14 13
 
15 14
 
16 15
 /**
Please login to merge, or discard this patch.
src/AppBundle/Controller/Admin/AdminCategoryController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
8 8
 use Symfony\Component\HttpFoundation\Request;
9 9
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
10
-use Symfony\Component\Form\Extension\Core\Type\SubmitType;
11 10
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
12 11
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security;
13 12
 use AppBundle\Form\CategoryType;
Please login to merge, or discard this patch.