Completed
Push — master ( b2718d...4e7de2 )
by Ivo
27:57 queued 09:38
created
src/Event/RequestEvent.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
      * RequestEvent constructor.
24 24
      * @param string $id
25 25
      * @param string $resource
26
-     * @param $request
26
+     * @param null|string $request
27 27
      */
28 28
     public function __construct(string $id, string $resource, $request)
29 29
     {
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
     }
34 34
 
35 35
     /**
36
-     * @return mixed
36
+     * @return string
37 37
      */
38 38
     public function getId()
39 39
     {
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
     }
50 50
 
51 51
     /**
52
-     * @return mixed
52
+     * @return string
53 53
      */
54 54
     public function getRequest()
55 55
     {
Please login to merge, or discard this patch.