| Total Complexity | 4 | 
| Total Lines | 29 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 19 | final class GetTraceSettings | ||
| 20 | { | ||
| 21 | public int $depth; | ||
| 22 | |||
| 23 | /** | ||
| 24 | * GetTraceSettings constructor. | ||
| 25 | * @param int $depth | ||
| 26 | */ | ||
| 27 | public function __construct(int $depth) | ||
| 30 | } | ||
| 31 | |||
| 32 | /** | ||
| 33 | * @param InputInterface $input | ||
| 34 | * @return self | ||
| 35 | * @throws InspectorSettingsException | ||
| 36 | */ | ||
| 37 | public static function fromConsoleInput(InputInterface $input): self | ||
| 50 | 
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