| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | final class EmptyReadableResponse extends ProtocolBase implements ReadableContentInterface |
||
| 19 | { |
||
| 20 | 1 | use ReadableContent; |
|
| 21 | |||
| 22 | private const CONTROL_PACKET_VALUE = 0; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @inheritdoc |
||
| 26 | */ |
||
| 27 | 1 | public function getOriginControlPacket(): int |
|
| 30 | } |
||
| 31 | |||
| 32 | 1 | public function fillObject(string $rawMQTTHeaders, ClientInterface $client): ReadableContentInterface |
|
| 37 |