rtckit/reactphp-esl

View on GitHub

Showing 1 of 8 total issues

Method connectionHandler has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function connectionHandler(DuplexStreamInterface $stream): void
    {
        $esl = new AsyncConnection(AsyncConnection::INBOUND_SERVER);
        $client = new RemoteInboundClient($esl);

Severity: Minor
Found in src/InboundServer.php - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language