Completed
Push — master ( 4fcfbd...d70fd2 )
by Jan
08:18
created
app/Http/Controllers/Admin/CommentController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
      * 
145 145
      * @param integer $id
146 146
      * @param Request $request
147
-     * @return Response
147
+     * @return \Illuminate\Http\RedirectResponse
148 148
      */
149 149
     public function approve($id, Request $request){
150 150
         
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
      * 
187 187
      * @param integer $id
188 188
      * @param Request $request
189
-     * @return Response
189
+     * @return \Illuminate\Http\RedirectResponse
190 190
      */
191 191
     public function spam($id, Request $request){
192 192
         
Please login to merge, or discard this patch.
app/Http/Controllers/Media/ImageController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     * Get image from storage
33 33
     * 
34 34
     * @param Request $request
35
-    * @return file
35
+    * @return \Symfony\Component\HttpFoundation\StreamedResponse
36 36
     */
37 37
     public function getImage(Request $request)
38 38
     {  
Please login to merge, or discard this patch.