Remove dependencies #25
static-analysis.yml
on: pull_request
Static Analysis
32s
Annotations
6 errors
Static Analysis:
src/Servers/ApiGateway/ApiGatewayProvider.php#L59
Class Laravel\Reverb\Managers\ConnectionManager does not have a constructor and must be instantiated without any parameters.
|
Static Analysis:
src/Servers/ApiGateway/ApiGatewayProvider.php#L72
Class Laravel\Reverb\Managers\ChannelManager does not have a constructor and must be instantiated without any parameters.
|
Static Analysis:
src/WebSockets/Request.php#L45
Method Laravel\Reverb\WebSockets\Request::respond() has invalid return type React\Http\Message\Response.
|
Static Analysis:
src/WebSockets/Request.php#L47
Instantiated class React\Http\Message\Response not found.
|
Static Analysis:
src/WebSockets/WebSocketMiddleware.php#L26
Method Laravel\Reverb\WebSockets\WebSocketMiddleware::__invoke() has invalid return type React\Http\Message\Response.
|
Static Analysis
Process completed with exit code 1.
|