Completed
Push — issue-37 ( 25a532...9edd50 )
by Fèvre
14:52
created
app/Http/Controllers/Discuss/PostController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,6 @@
 block discarded – undo
92 92
     /**
93 93
      * Handle a delete action for the post.
94 94
      *
95
-     * @param \Illuminate\Http\Request $request
96 95
      * @param int $id
97 96
      *
98 97
      * @return \Illuminate\Http\RedirectResponse
Please login to merge, or discard this patch.
app/Models/Repositories/CategoryRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     /**
10 10
      * Find the categories for the sidebar.
11 11
      *
12
-     * @return \Illuminate\Database\Eloquent\Collection|static[]
12
+     * @return Collection
13 13
      */
14 14
     public static function sidebar(): Collection
15 15
     {
Please login to merge, or discard this patch.
app/Models/Repositories/DiscussCategoryRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     /**
10 10
      * Find the categories for the sidebar.
11 11
      *
12
-     * @return \Illuminate\Database\Eloquent\Collection|static[]
12
+     * @return Collection
13 13
      */
14 14
     public static function sidebar(): Collection
15 15
     {
Please login to merge, or discard this patch.