@@ -92,7 +92,6 @@ |
||
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 |
@@ -9,7 +9,7 @@ |
||
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 | { |
@@ -9,7 +9,7 @@ |
||
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 | { |