Skip to content

Commit b373b03

Browse files
committed
sustain compatibility with BridgeInterface
1 parent 8b28b88 commit b373b03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Bridges/HttpKernel.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
use PHPPM\Bootstraps\RequestClassProviderInterface;
99
use PHPPM\React\HttpResponse;
1010
use PHPPM\Utils;
11+
use React\EventLoop\LoopInterface;
1112
use React\Http\Request as ReactRequest;
1213
use Symfony\Component\HttpFoundation\Cookie;
1314
use Symfony\Component\HttpFoundation\Request as SymfonyRequest;
@@ -44,7 +45,7 @@ class HttpKernel implements BridgeInterface
4445
* @param boolean $debug If debug is enabled
4546
* @see http://stackphp.com
4647
*/
47-
public function bootstrap($appBootstrap, $appenv, $debug)
48+
public function bootstrap($appBootstrap, $appenv, $debug, LoopInterface $loop)
4849
{
4950
$appBootstrap = $this->normalizeAppBootstrap($appBootstrap);
5051

0 commit comments

Comments
 (0)