@@ -2,7 +2,7 @@ discard block |
||
| 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 |
||
| 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 | /** |