| Total Complexity | 2 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | final class ConfigOption |
||
| 30 | { |
||
| 31 | use NotInstantiable; |
||
| 32 | |||
| 33 | private const CONFIG_PARAM = 'config'; |
||
| 34 | |||
| 35 | public static function getOptionInput(): InputOption |
||
| 42 | ); |
||
| 43 | } |
||
| 44 | |||
| 45 | /** |
||
| 46 | * Returns the configuration settings. |
||
| 47 | * |
||
| 48 | * @param bool $allowNoFile Load the config nonetheless if not file is found when true |
||
| 49 | * |
||
| 50 | * @throws JsonValidationException |
||
| 51 | */ |
||
| 52 | public static function getConfig(IO $io, bool $allowNoFile = false): Configuration |
||
| 61 |
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