Completed
Push — master ( 719686...70b5eb )
by Restu
19:10 queued 04:12
created
src/Core/Application/Application.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     }
71 71
 
72 72
     /**
73
-     * @return mixed
73
+     * @return Request
74 74
      */
75 75
     public function getRequest()
76 76
     {
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
     }
87 87
 
88 88
     /**
89
-     * @return mixed
89
+     * @return Response
90 90
      */
91 91
     public function getResponse()
92 92
     {
Please login to merge, or discard this patch.