Completed
Pull Request — dev (#26)
by nonanerz
15:53
created
src/AppBundle/Controller/Api/DefaultController.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 class DefaultController extends JsonController
15 15
 {
16 16
     /**
17
-
18 17
      * @param Request $request
19 18
      * @Route("/login", name="api_login")
20 19
      * @Method("POST")
Please login to merge, or discard this patch.
src/AppBundle/Controller/CalendarController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,10 +8,8 @@
 block discarded – undo
8 8
 use AppBundle\Form\EventType;
9 9
 use Mcfedr\JsonFormBundle\Controller\JsonController;
10 10
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
11
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security;
12 11
 use Symfony\Component\HttpFoundation\JsonResponse;
13 12
 use Symfony\Component\HttpFoundation\Request;
14
-use Symfony\Component\HttpFoundation\Response;
15 13
 use Symfony\Component\Routing\Annotation\Route;
16 14
 
17 15
 class CalendarController extends JsonController
Please login to merge, or discard this patch.