Skip to content

Commit a984858

Browse files
committed
Remove AsyncInterface
1 parent f211009 commit a984858

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Bridges/HttpKernel.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ class HttpKernel implements BridgeInterface
4444
* @param string $appBootstrap The name of the class used to bootstrap the application
4545
* @param string|null $appenv The environment your application will use to bootstrap (if any)
4646
* @param boolean $debug If debug is enabled
47-
* @param LoopInterface $loop Event loop
4847
*/
49-
public function bootstrap($appBootstrap, $appenv, $debug, LoopInterface $loop)
48+
public function bootstrap($appBootstrap, $appenv, $debug)
5049
{
5150
$appBootstrap = $this->normalizeAppBootstrap($appBootstrap);
5251

0 commit comments

Comments
 (0)