Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class VariablesReportController extends ControllerBase { |
||
13 | |||
14 | /** |
||
15 | * Action. |
||
16 | * |
||
17 | * @return array |
||
18 | * A render array. |
||
19 | */ |
||
20 | public function report() { |
||
24 | ]; |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * Placeholder controller for "variables". |
||
29 | * |
||
30 | * @param string $qaVariable |
||
31 | * The variable name. |
||
32 | * |
||
33 | * @return array |
||
34 | * A render array. |
||
35 | */ |
||
36 | public function view($qaVariable) { |
||
44 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.