Test Failed
Push — master ( ee803f...53a947 )
by Žilvinas
03:06
created
src/AppBundle/Controller/ResponseController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace AppBundle\Controller;
4 4
 
5
-use Symfony\Bundle\FrameworkBundle\Controller\Controller;;
5
+use Symfony\Bundle\FrameworkBundle\Controller\Controller; ;
6 6
 use Symfony\Component\HttpFoundation\JsonResponse;
7 7
 use Symfony\Component\HttpFoundation\RedirectResponse;
8 8
 use Symfony\Component\HttpFoundation\Response;
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
      */
20 20
     public function successAction($kind = 'Great')
21 21
     {
22
-        return new Response($kind . ' success!', Response::HTTP_OK);
22
+        return new Response($kind.' success!', Response::HTTP_OK);
23 23
     }
24 24
 
25 25
     /**
Please login to merge, or discard this patch.