| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | final class DisconnectCleanup extends ProtocolBase implements ReadableContentInterface |
||
| 11 | { |
||
| 12 | use ReadableContent; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @inheritdoc |
||
| 16 | */ |
||
| 17 | public function performSpecialActions(ClientInterface $client, WritableContentInterface $originalRequest): bool |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @inheritdoc |
||
| 27 | */ |
||
| 28 | public function getOriginControlPacket(): int |
||
| 31 | } |
||
| 32 | |||
| 33 | public function fillObject(string $rawMQTTHeaders, ClientInterface $client): ReadableContentInterface |
||
| 38 |