We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43e435 commit d3144e5Copy full SHA for d3144e5
src/CoreMiddleware.php
@@ -28,7 +28,7 @@ class CoreMiddleware extends HttpCoreMiddleware
28
*/
29
protected function handleFound(Dispatched $dispatched, ServerRequestInterface $request): ResponseInterface
30
{
31
- [$controller,] = $this->prepareHandler($dispatched->handler->callback);
+ [$controller] = $this->prepareHandler($dispatched->handler->callback);
32
if (! $this->container->has($controller)) {
33
throw new WebSocketHandeShakeException('Router not exist.');
34
}
0 commit comments