@@ -69,7 +69,7 @@ |
||
69 | 69 | * @param \Symfony\Component\HttpFoundation\Request $request |
70 | 70 | * @throws \RuntimeException if no signing provider set |
71 | 71 | * @throws \InvalidArgumentException if cannot manage the Request |
72 | - * @return \Symfony\Component\HttpFoundation\Response|SamlSpInfo |
|
72 | + * @return Response |
|
73 | 73 | */ |
74 | 74 | function manage(Request $request) |
75 | 75 | { |
@@ -69,7 +69,7 @@ |
||
69 | 69 | * @param \Symfony\Component\HttpFoundation\Request $request |
70 | 70 | * @throws \RuntimeException if no signing provider set |
71 | 71 | * @throws \InvalidArgumentException if cannot manage the Request |
72 | - * @return \Symfony\Component\HttpFoundation\Response|SamlSpInfo |
|
72 | + * @return Response |
|
73 | 73 | */ |
74 | 74 | function manage(Request $request) |
75 | 75 | { |
@@ -69,7 +69,7 @@ |
||
69 | 69 | * @param \Symfony\Component\HttpFoundation\Request $request |
70 | 70 | * @throws \RuntimeException if no signing provider set |
71 | 71 | * @throws \InvalidArgumentException if cannot manage the Request |
72 | - * @return \Symfony\Component\HttpFoundation\Response|SamlSpInfo |
|
72 | + * @return Response |
|
73 | 73 | */ |
74 | 74 | function manage(Request $request) |
75 | 75 | { |
@@ -70,7 +70,7 @@ |
||
70 | 70 | * @param \Symfony\Component\HttpFoundation\Request $request |
71 | 71 | * @throws \RuntimeException |
72 | 72 | * @throws \InvalidArgumentException if cannot manage the Request |
73 | - * @return \Symfony\Component\HttpFoundation\Response|SamlSpInfo|null |
|
73 | + * @return \Symfony\Component\HttpFoundation\RedirectResponse |
|
74 | 74 | */ |
75 | 75 | public function manage(Request $request) |
76 | 76 | { |