Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | class LogoutAction extends BaseAction |
||
19 | { |
||
20 | /** |
||
21 | * Create new instance |
||
22 | * @param AuthenticationInterface $authentication |
||
23 | * @param ActionHelper<T> $actionHelper |
||
24 | */ |
||
25 | public function __construct( |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * {@inheritdoc} |
||
34 | */ |
||
35 | public function respond(): ResponseInterface |
||
44 |