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