| Total Complexity | 2 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class Extcal_2_34 |
||
| 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_etablissement(); |
||
| 33 | } |
||
| 34 | |||
| 35 | //---------------------------------------------------- |
||
| 36 | public function alterTable_etablissement() |
||
| 47 | //echo "<hr>{$sql}<hr>"; |
||
| 48 | } |
||
| 54 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.