Passed
Push — master ( 26c6a8...f8aba7 )
by Petr
08:19
created
src/AppBundle/Controller/UserController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace AppBundle\Controller;
4 4
 
5 5
 use AppBundle\Controller\Infrastructure\RestController;
6
-use AppBundle\Entity\Repository\UserRepository;
7 6
 use AppBundle\Entity\User;
8 7
 use AppBundle\Response\ApiError;
9 8
 use AppBundle\Response\ApiResponse;
Please login to merge, or discard this patch.
src/AppBundle/Controller/BandController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@  discard block
 block discarded – undo
10 10
 use AppBundle\Entity\Repository\BandRepository;
11 11
 use AppBundle\Entity\User;
12 12
 use AppBundle\Form\Ambassador\BandFormType;
13
-use AppBundle\Form\FormOptions;
14 13
 use AppBundle\Response\ApiValidationError;
15 14
 use AppBundle\Response\CreatedApiResponse;
16 15
 use AppBundle\Response\EmptyApiResponse;
@@ -28,7 +27,6 @@  discard block
 block discarded – undo
28 27
 use Symfony\Component\Form\FormInterface;
29 28
 use Symfony\Component\HttpFoundation\Request;
30 29
 use Symfony\Component\HttpFoundation\Response;
31
-use Symfony\Component\Validator\Constraints as Assert;
32 30
 
33 31
 /**
34 32
  * @author Vehsamrak
Please login to merge, or discard this patch.
src/AppBundle/Controller/Infrastructure/RestController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use AppBundle\Entity\Infrasctucture\AbstractRepository;
6 6
 use AppBundle\Enum\ApiOperation;
7 7
 use AppBundle\Exception\EntityNotFoundException;
8
-use AppBundle\Form\FormOptions;
9 8
 use AppBundle\Response\ApiError;
10 9
 use AppBundle\Response\ApiResponse;
11 10
 use AppBundle\Response\CollectionApiResponse;
Please login to merge, or discard this patch.