| Total Complexity | 2 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class Extcal_2_34 |
||
| 22 | { |
||
| 23 | //---------------------------------------------------- |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param \XoopsModule $module |
||
| 27 | * @param $options |
||
| 28 | */ |
||
| 29 | public function __construct(\XoopsModule $module, $options) |
||
| 34 | } |
||
| 35 | |||
| 36 | //---------------------------------------------------- |
||
| 37 | public function alterTable_etablissement() |
||
| 55 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.