Skip to content

Commit 9a68de3

Browse files
authored
Sustain compatibility with BridgeInterface
1 parent 5014f97 commit 9a68de3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Bridges/Zf2.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
use Zend\Mvc\MvcEvent;
1212
use Zend\Mvc\SendResponseListener;
1313
use Zend\Mvc\ResponseSender\SendResponseEvent;
14+
use React\EventLoop\LoopInterface;
1415

1516
class Zf2 implements BridgeInterface
1617
{
@@ -23,7 +24,7 @@ class Zf2 implements BridgeInterface
2324
* @param string $appBootstrap
2425
* @param string $appenv
2526
*/
26-
public function bootstrap($appBootstrap, $appenv)
27+
public function bootstrap($appBootstrap, $appenv, $debug, LoopInterface $loop)
2728
{
2829
/* @var $bootstrap \PHPPM\Bootstraps\Zf2 */
2930
$bootstrap = new \PHPPM\Bootstraps\Zf2($appenv);

0 commit comments

Comments
 (0)