Passed
Push — master ( 334091...a751e7 )
by Petr
03:39
created
src/AppBundle/Controller/BandController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,14 +15,12 @@
 block discarded – undo
15 15
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security;
16 16
 use AppBundle\Controller\Infrastructure\RestController;
17 17
 use AppBundle\Response\ApiError;
18
-use AppBundle\Response\ApiResponse;
19 18
 use Nelmio\ApiDocBundle\Annotation\ApiDoc;
20 19
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
21 20
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
22 21
 use Symfony\Component\Form\FormInterface;
23 22
 use Symfony\Component\HttpFoundation\Request;
24 23
 use Symfony\Component\HttpFoundation\Response;
25
-use Symfony\Component\Validator\Constraints as Assert;
26 24
 
27 25
 /**
28 26
  * @author Vehsamrak
Please login to merge, or discard this patch.