Add code style enforcement and GitHub Actions workflow for tests (#3)
* Add PHP_CodeSniffer and fix code style * Add test pipeline and SonarQube analysis * Fix job name of workflow
This commit is contained in:
@ -13,8 +13,8 @@ use PhpMqtt\Client\Contracts\MqttClient;
|
||||
* @method static void disconnect(string $connection = null)
|
||||
* @method static void publish(string $topic, string $message, bool $retain = false, string $connection = null)
|
||||
*
|
||||
* @see ConnectionManager
|
||||
* @package PhpMqtt\Client\Facades
|
||||
* @see ConnectionManager
|
||||
*/
|
||||
class MQTT extends Facade
|
||||
{
|
||||
|
Reference in New Issue
Block a user