Skip to content

Commit a78b692

Browse files
StyleCIBotyunwuxin
authored andcommitted
Apply fixes from StyleCI
1 parent 7e6e386 commit a78b692

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rpc/server/Dispatcher.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,7 @@ public function dispatch(App $app, int $fd, $data)
198198

199199
protected function dispatchWithMiddleware(App $app, Protocol $protocol, $fd)
200200
{
201-
return Middleware
202-
::make($app, $this->middleware)
201+
return Middleware::make($app, $this->middleware)
203202
->pipeline()
204203
->send($protocol)
205204
->then(function (Protocol $protocol) use ($app, $fd) {

0 commit comments

Comments
 (0)