| Total Complexity | 5 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | final class PhpReaderControllerProtocol implements PhpReaderControllerProtocolInterface |
||
| 25 | { |
||
| 26 | public function __construct( |
||
| 29 | } |
||
| 30 | |||
| 31 | public static function createFromChannel(Channel $channel): static |
||
| 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 |
||
| 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