@@ -10,7 +10,7 @@ |
||
| 10 | 10 | { |
| 11 | 11 | /** |
| 12 | 12 | * |
| 13 | - * @param type $request |
|
| 13 | + * @param Request $request |
|
| 14 | 14 | * @return \Symfony\Component\HttpFoundation\JsonResponse |
| 15 | 15 | * @throws type |
| 16 | 16 | */ |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | |
| 4 | 4 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
| 5 | 5 | use Symfony\Component\HttpFoundation\Request; |
| 6 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security; |
|
| 7 | 6 | use Symfony\Component\HttpFoundation\RedirectResponse; |
| 8 | 7 | |
| 9 | 8 | class SsoAuthenticationController extends Controller |