Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot authored and yunwuxin committed Oct 28, 2022
1 parent 7e6e386 commit a78b692
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rpc/server/Dispatcher.php
Expand Up @@ -198,8 +198,7 @@ public function dispatch(App $app, int $fd, $data)

protected function dispatchWithMiddleware(App $app, Protocol $protocol, $fd)
{
return Middleware
::make($app, $this->middleware)
return Middleware::make($app, $this->middleware)
->pipeline()
->send($protocol)
->then(function (Protocol $protocol) use ($app, $fd) {
Expand Down

0 comments on commit a78b692

Please sign in to comment.