Skip to content

Commit d3144e5

Browse files
authored
Format code. (#5069)
1 parent b43e435 commit d3144e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CoreMiddleware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class CoreMiddleware extends HttpCoreMiddleware
2828
*/
2929
protected function handleFound(Dispatched $dispatched, ServerRequestInterface $request): ResponseInterface
3030
{
31-
[$controller,] = $this->prepareHandler($dispatched->handler->callback);
31+
[$controller] = $this->prepareHandler($dispatched->handler->callback);
3232
if (! $this->container->has($controller)) {
3333
throw new WebSocketHandeShakeException('Router not exist.');
3434
}

0 commit comments

Comments
 (0)