Total Complexity | 3 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
21 | class Extcal_2_33 |
||
22 | { |
||
23 | //---------------------------------------------------- |
||
24 | /** |
||
25 | * @param \XoopsModule $module |
||
26 | * @param $options |
||
27 | */ |
||
28 | public function __construct(\XoopsModule $module, $options) |
||
29 | { |
||
30 | global $xoopsDB; |
||
31 | |||
32 | $this->alterTable_cat(); |
||
33 | $this->alterTable_eventmember(); |
||
34 | } |
||
35 | |||
36 | //---------------------------------------------------- |
||
37 | public function alterTable_cat() |
||
48 | } |
||
49 | |||
50 | //---------------------------------------------------- |
||
51 | public function alterTable_eventmember() |
||
62 | } |
||
63 | //----------------------------------------------------------------- |
||
65 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.