Total Complexity | 4 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
22 | final class PhpSearcherController implements PhpSearcherControllerInterface |
||
23 | { |
||
24 | /** @var ContextInterface<PhpSearcherControllerProtocolInterface> $context */ |
||
25 | private ContextInterface $context; |
||
26 | |||
27 | /** |
||
28 | * PhpSearcherContext constructor. |
||
29 | * @param ContextInterface<PhpSearcherControllerProtocolInterface> $context |
||
30 | */ |
||
31 | public function __construct(ContextInterface $context) |
||
32 | { |
||
33 | $this->context = $context; |
||
34 | } |
||
35 | |||
36 | /** |
||
37 | * @return Promise<null> |
||
38 | */ |
||
39 | public function start(): Promise |
||
42 | } |
||
43 | |||
44 | /** |
||
45 | * @param string $regex |
||
46 | * @return Promise<int> |
||
47 | */ |
||
48 | public function sendTargetRegex(string $regex): Promise |
||
54 | ) |
||
55 | ; |
||
56 | } |
||
57 | |||
58 | /** |
||
59 | * @return Promise<UpdateTargetProcessMessage> |
||
60 | */ |
||
61 | public function receivePidList(): Promise |
||
67 |
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