Total Complexity | 3 |
Total Lines | 39 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
23 | class LinkAccountController |
||
24 | { |
||
25 | /** |
||
26 | * @var RedirectionFactory |
||
27 | */ |
||
28 | private $redirectionFactory; |
||
29 | |||
30 | /** |
||
31 | * @param RedirectionFactory $redirectionFactory |
||
32 | */ |
||
33 | public function __construct(RedirectionFactory $redirectionFactory) |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * @param Request $request |
||
40 | * |
||
41 | * @return Response |
||
42 | * |
||
43 | * @throws HttpException |
||
44 | */ |
||
45 | public function __invoke(Request $request) |
||
64 |