Adds Pusher routes #30
Annotations
8 errors
src/Http/Server.php#L80
Method Laravel\Reverb\Http\Server::createRequest() should return Psr\Http\Message\RequestInterface but return statement is missing.
|
src/Pusher/Http/Controllers/ChannelController.php#L14
Return type mixed of method Laravel\Reverb\Pusher\Http\Controllers\ChannelController::handle() is not covariant with return type Symfony\Component\HttpFoundation\Response of method Laravel\Reverb\Pusher\Http\Controllers\Controller::handle().
|
src/Pusher/Http/Controllers/ChannelUsersController.php#L14
Return type mixed of method Laravel\Reverb\Pusher\Http\Controllers\ChannelUsersController::handle() is not covariant with return type Symfony\Component\HttpFoundation\Response of method Laravel\Reverb\Pusher\Http\Controllers\Controller::handle().
|
src/Pusher/Http/Controllers/ChannelsController.php#L14
Return type mixed of method Laravel\Reverb\Pusher\Http\Controllers\ChannelsController::handle() is not covariant with return type Symfony\Component\HttpFoundation\Response of method Laravel\Reverb\Pusher\Http\Controllers\Controller::handle().
|
src/Pusher/Http/Controllers/UsersTerminateController.php#L14
Return type mixed of method Laravel\Reverb\Pusher\Http\Controllers\UsersTerminateController::handle() is not covariant with return type Symfony\Component\HttpFoundation\Response of method Laravel\Reverb\Pusher\Http\Controllers\Controller::handle().
|
src/Servers/ApiGateway/ApiGatewayProvider.php#L59
Class Laravel\Reverb\Managers\ConnectionManager does not have a constructor and must be instantiated without any parameters.
|
src/Servers/ApiGateway/ApiGatewayProvider.php#L72
Class Laravel\Reverb\Managers\ChannelManager does not have a constructor and must be instantiated without any parameters.
|
|
The logs for this run have expired and are no longer available.
Loading