Total Complexity | 7 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class Master |
||
14 | { |
||
15 | /** |
||
16 | * @var bool |
||
17 | */ |
||
18 | private static $watched = false; |
||
19 | |||
20 | /** |
||
21 | * @var array |
||
22 | */ |
||
23 | private static $exited = []; |
||
24 | |||
25 | /** |
||
26 | * @param int $pid |
||
27 | */ |
||
28 | public static function watch(int $pid) : void |
||
33 | } |
||
34 | }); |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * @param int $pid |
||
39 | */ |
||
40 | public static function wait(int $pid) : void |
||
55 |
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