| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class DatabaseAdminExtension extends Extension |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Extension point in @see DatabaseAdmin::doBuild() |
||
| 18 | * |
||
| 19 | * @param bool $quiet |
||
| 20 | * @param bool $populate |
||
| 21 | * @param bool $testMode |
||
| 22 | * @throws ReflectionException |
||
| 23 | */ |
||
| 24 | public function onAfterBuild(bool $quiet, bool $populate, bool $testMode): void |
||
| 35 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.