| Total Complexity | 5 | 
| Total Lines | 27 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 24 | final class PhpReaderControllerProtocol implements PhpReaderControllerProtocolInterface  | 
            ||
| 25 | { | 
            ||
| 26 | public function __construct(  | 
            ||
| 27 | private Channel $channel  | 
            ||
| 28 |     ) { | 
            ||
| 29 | }  | 
            ||
| 30 | |||
| 31 | public static function createFromChannel(Channel $channel): static  | 
            ||
| 32 |     { | 
            ||
| 33 | return new self($channel);  | 
            ||
| 34 | }  | 
            ||
| 35 | |||
| 36 | public function sendSettings(SetSettingsMessage $message): Promise  | 
            ||
| 37 |     { | 
            ||
| 38 | return $this->channel->send($message);  | 
            ||
| 39 | }  | 
            ||
| 40 | |||
| 41 | public function sendAttach(AttachMessage $message): Promise  | 
            ||
| 44 | }  | 
            ||
| 45 | |||
| 46 | /** @return Promise<TraceMessage|DetachWorkerMessage> */  | 
            ||
| 47 | public function receiveTraceOrDetachWorker(): Promise  | 
            ||
| 51 | }  | 
            ||
| 52 | }  | 
            ||
| 53 | 
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