reactphp/stomp

View on GitHub
src/Client.php

Summary

Maintainability
A
2 hrs
Test Coverage

Client has 21 functions (exceeds 20 allowed). Consider refactoring.
Open

class Client extends EventEmitter
{
    private $loop;
    private $connectionStatus = 'not-connected';
    private $packageProcessor;
Severity: Minor
Found in src/Client.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status