Completed
Push — discuss ( edcee9...b4530e )
by Fèvre
02:31
created
app/Http/Controllers/Discuss/PostController.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,6 @@  discard block
 block discarded – undo
86 86
     /**
87 87
      * Handle a delete action for the post.
88 88
      *
89
-     * @param \Illuminate\Http\Request $request
90 89
      * @param int $id
91 90
      *
92 91
      * @return \Illuminate\Http\RedirectResponse
@@ -195,7 +194,7 @@  discard block
 block discarded – undo
195 194
      *
196 195
      * @param int $id
197 196
      *
198
-     * @return \Illuminate\Http\JsonResponse|\Illuminate\View\View
197
+     * @return \Symfony\Component\HttpFoundation\Response
199 198
      */
200 199
     public function editTemplate(int $id)
201 200
     {
Please login to merge, or discard this patch.