Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
25 | public function sessionExpiredAction(Request $request) |
||
|
|||
26 | { |
||
27 | $redirectToUrl = $this |
||
28 | ->get('self_service.security.authentication.session.session_storage') |
||
29 | ->getCurrentRequestUri(); |
||
30 | |||
31 | return $this->render( |
||
32 | '@SurfnetStepupSelfServiceSelfService/Security/sessionExpired.html.twig', |
||
33 | ['redirect_to_url' => $redirectToUrl] |
||
34 | ); |
||
35 | } |
||
36 | } |
||
37 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.