Skip to content

Commit 30da68d

Browse files
committed
Upgrade http-interop
1 parent 3cbe1bb commit 30da68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bridges/HttpKernel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function bootstrap($appBootstrap, $appenv, $debug)
6565
/**
6666
* {@inheritdoc}
6767
*/
68-
public function handle(ServerRequestInterface $request)
68+
public function handle(ServerRequestInterface $request): ResponseInterface
6969
{
7070
if (null === $this->application) {
7171
// internal server error

0 commit comments

Comments
 (0)