oliverlorenz/phpMqttClient

View on GitHub
src/MqttClient.php

Summary

Maintainability
A
45 mins
Test Coverage

Method publish has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function publish(Connection $stream, $topic, $message, $qos = 0, $dup = false, $retain = false)
Severity: Minor
Found in src/MqttClient.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status