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