| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Coverage | 28.57% |
| 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 |
||
| 39 | } |
||
| 40 | |||
| 41 | 1 | public function fillObject(string $rawMQTTHeaders, ClientInterface $client): ReadableContentInterface |
|
| 46 |