We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbe1bb commit 30da68dCopy full SHA for 30da68d
Bridges/HttpKernel.php
@@ -65,7 +65,7 @@ public function bootstrap($appBootstrap, $appenv, $debug)
65
/**
66
* {@inheritdoc}
67
*/
68
- public function handle(ServerRequestInterface $request)
+ public function handle(ServerRequestInterface $request): ResponseInterface
69
{
70
if (null === $this->application) {
71
// internal server error
0 commit comments