1 | <?php |
||
15 | class IncidentHookController extends Controller |
||
16 | { |
||
17 | /** |
||
18 | * @Route("/dnnlpwo2cj287189282bbcnjskshewk/{checkIdent}") |
||
19 | * |
||
20 | * @param Request $request |
||
21 | * |
||
22 | * @return Response |
||
23 | */ |
||
24 | 1 | public function emailReciveCheckProcHookAction($checkIdent, Request $request) |
|
48 | |||
49 | /** |
||
50 | * @param string $ident |
||
51 | * |
||
52 | * @return Incident |
||
53 | */ |
||
54 | 1 | protected function getIncident($ident) |
|
62 | |||
63 | /** |
||
64 | * @param array $errors |
||
65 | * |
||
66 | * @return \Closure |
||
67 | */ |
||
68 | protected function getErrorHandlerCallback(&$errors) |
||
74 | |||
75 | /** |
||
76 | * @param $checkIdent |
||
77 | * |
||
78 | * @return string |
||
79 | */ |
||
80 | 1 | protected function getIdent($checkIdent) |
|
84 | } |
||
85 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.