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:
Namoshek
2021-01-05 20:25:53 +01:00
committed by GitHub
parent 082f2f25b1
commit fefbd82c59
5 changed files with 178 additions and 1 deletions

View File

@ -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
{