| Total Complexity | 4 | 
| Total Lines | 28 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 22 | final class PhpSearcherController implements PhpSearcherControllerInterface | ||
| 23 | { | ||
| 24 | /** @param ContextInterface<PhpSearcherControllerProtocolInterface> $context */ | ||
| 25 | public function __construct( | ||
| 26 | private ContextInterface $context | ||
| 27 |     ) { | ||
| 28 | } | ||
| 29 | |||
| 30 | public function start(): Promise | ||
| 31 |     { | ||
| 32 | return $this->context->start(); | ||
| 33 | } | ||
| 34 | |||
| 35 | public function sendTarget(string $regex, TargetPhpSettings $target_php_settings): Promise | ||
| 42 | ) | ||
| 43 | ) | ||
| 44 | ; | ||
| 45 | } | ||
| 46 | |||
| 47 | public function receivePidList(): Promise | ||
| 52 | 
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