| Total Complexity | 5 | 
| Total Lines | 41 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 23 | final class PhpReaderContext | ||
| 24 | { | ||
| 25 | private Context\Context $context; | ||
| 26 | |||
| 27 | public function __construct(Context\Context $context) | ||
| 30 | } | ||
| 31 | |||
| 32 | public function start(): Promise | ||
| 35 | } | ||
| 36 | |||
| 37 | /** | ||
| 38 |      * @param array{ | ||
| 39 | * 0: int, | ||
| 40 | * 1: TargetPhpSettings, | ||
| 41 | * 2: TraceLoopSettings, | ||
| 42 | * 3: GetTraceSettings | ||
| 43 | * } $array | ||
| 44 | * @return Promise<int> | ||
| 45 | */ | ||
| 46 | public function sendSettings(array $array): Promise | ||
| 47 |     { | ||
| 48 | /** @var Promise<int> */ | ||
| 49 | return $this->context->send($array); | ||
| 50 | } | ||
| 51 | |||
| 52 | public function isRunning(): bool | ||
| 55 | } | ||
| 56 | |||
| 57 | /** | ||
| 58 | /* @return Promise<string> | ||
| 59 | */ | ||
| 60 | public function receiveTrace(): Promise | ||
| 64 | } | ||
| 65 | } | ||
| 66 | 
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