Completed
Push — master ( d68f4d...84e19d )
by Gabriel
11:04 queued 11s
created
src/DispatcherAwareTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
     /**
20 20
      * @param Request|null $request
21 21
      *
22
-     * @return Response|null
22
+     * @return \Psr\Http\Message\ResponseInterface|null
23 23
      */
24 24
     public function dispatchRequest(Request $request = null)
25 25
     {
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
     }
40 40
 
41 41
     /**
42
-     * @param bool|Dispatcher $dispatcher
42
+     * @param Dispatcher $dispatcher
43 43
      *
44 44
      * @return $this
45 45
      */
Please login to merge, or discard this patch.