Skip to content

Commit e1d9b96

Browse files
andigmarcj
authored andcommitted
Remove AsyncInterface (#70)
1 parent f211009 commit e1d9b96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Bridges/HttpKernel.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use PHPPM\Bootstraps\HooksInterface;
88
use PHPPM\Bootstraps\RequestClassProviderInterface;
99
use PHPPM\Utils;
10-
use React\EventLoop\LoopInterface;
1110
use Psr\Http\Message\ServerRequestInterface;
1211
use Psr\Http\Message\ResponseInterface;
1312
use RingCentral\Psr7;
@@ -44,9 +43,8 @@ class HttpKernel implements BridgeInterface
4443
* @param string $appBootstrap The name of the class used to bootstrap the application
4544
* @param string|null $appenv The environment your application will use to bootstrap (if any)
4645
* @param boolean $debug If debug is enabled
47-
* @param LoopInterface $loop Event loop
4846
*/
49-
public function bootstrap($appBootstrap, $appenv, $debug, LoopInterface $loop)
47+
public function bootstrap($appBootstrap, $appenv, $debug)
5048
{
5149
$appBootstrap = $this->normalizeAppBootstrap($appBootstrap);
5250

0 commit comments

Comments
 (0)