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