Completed
Pull Request — master (#1028)
by
unknown
05:34
created
src/Event/RequestEvent.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/Event/EventDispatcherAwareTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.