@@ -34,7 +34,6 @@ |
||
34 | 34 | /** |
35 | 35 | * RequestEvent constructor. |
36 | 36 | * |
37 | - * @param string $name |
|
38 | 37 | * @param ServerRequestInterface $request |
39 | 38 | */ |
40 | 39 | public function __construct(ServerRequestInterface $request) |
@@ -30,7 +30,7 @@ |
||
30 | 30 | /** |
31 | 31 | * Get the Emitter. |
32 | 32 | * |
33 | - * @return EmitterInterface |
|
33 | + * @return null|EventDispatcherInterface |
|
34 | 34 | */ |
35 | 35 | public function getEventDispatcher() |
36 | 36 | { |