| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class Module implements VersionProviderInterface |
||
| 21 | { |
||
| 22 | use VersionProviderTrait; |
||
| 23 | |||
| 24 | const VERSION = \Core\Module::VERSION; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Loads module specific configuration. |
||
| 28 | * |
||
| 29 | * @return array |
||
| 30 | */ |
||
| 31 | 5 | public function getConfig() |
|
| 34 | } |
||
| 35 | |||
| 36 | public function onBootstrap(MvcEvent $e) |
||
| 40 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.