Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
18 | final class PingResp extends ProtocolBase implements ReadableContentInterface |
||
19 | { |
||
20 | use ReadableContent; |
||
21 | |||
22 | const CONTROL_PACKET_VALUE = 13; |
||
23 | |||
24 | /** |
||
25 | * @inheritdoc |
||
26 | */ |
||
27 | public function performSpecialActions(ClientInterface $client, WritableContentInterface $originalRequest): bool |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * @inheritdoc |
||
35 | */ |
||
36 | public function getOriginControlPacket(): int |
||
41 |