| Total Complexity | 5 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | final class Context implements ContextInterface |
||
| 23 | { |
||
| 24 | /** @param T $protocol_interface */ |
||
| 25 | public function __construct( |
||
| 26 | private AmphpContext $amphp_context, |
||
| 27 | private object $protocol_interface |
||
| 28 | ) { |
||
| 29 | } |
||
| 30 | |||
| 31 | public function start(): void |
||
| 33 | ; |
||
| 34 | } |
||
| 35 | |||
| 36 | public function isRunning(): bool |
||
| 39 | } |
||
| 40 | |||
| 41 | public function stop(): void |
||
| 44 | } |
||
| 45 | |||
| 46 | /** @return T */ |
||
| 47 | public function getProtocol(): object |
||
| 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