Skip to content

Commit 2afd795

Browse files
committed
Upgrade http-interop
1 parent 3cbe1bb commit 2afd795

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php-pm/httpkernel-adapter",
33
"license": "MIT",
44
"require": {
5-
"php-pm/php-pm": "^1.0",
5+
"php-pm/php-pm": "^1.1",
66
"symfony/http-foundation": "^2.6|^3.0",
77
"symfony/http-kernel": "^2.6|^3.0",
88
"ringcentral/psr7": "^1.2"

0 commit comments

Comments
 (0)