| Total Complexity | 6 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Coverage | 20% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | abstract class ALoader implements ILoader |
||
| 24 | { |
||
| 25 | use TMdLang; |
||
| 26 | |||
| 27 | 1 | public function __construct(?IMdTranslations $lang = null) |
|
| 30 | 1 | } |
|
| 31 | |||
| 32 | public function load(array $module, array $constructParams = []): ?IModule |
||
| 49 | } |
||
| 50 | } |
||
| 51 | |||
| 52 | /** |
||
| 53 | * @param string[] $module |
||
| 54 | * @throws ModuleException |
||
| 55 | * @return string |
||
| 56 | */ |
||
| 57 | abstract protected function getClassName(array $module): string; |
||
| 58 | } |
||
| 59 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths