We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -59,7 +59,7 @@ |
||
| 59 | 59 | * The steps required for this plugin product to fully |
| 60 | 60 | * remove itself from the webservice. |
| 61 | 61 | * |
| 62 | - * @return bool |
|
| 62 | + * @return boolean|null |
|
| 63 | 63 | * @throws \Exception |
| 64 | 64 | */ |
| 65 | 65 | public function uninstall() |
@@ -44,7 +44,7 @@ discard block |
||
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | 46 | * Redirects must use a controller to handle the parameter, as they require a specified target. |
| 47 | - * @return mixed |
|
| 47 | + * @return \Illuminate\Http\RedirectResponse |
|
| 48 | 48 | */ |
| 49 | 49 | public function redirect() |
| 50 | 50 | { |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | /** |
| 55 | 55 | * Standard page views are once that use the URL as the designated target. |
| 56 | 56 | * |
| 57 | - * @return mixed |
|
| 57 | + * @return \Illuminate\Http\Response |
|
| 58 | 58 | * @throws \Exception |
| 59 | 59 | * @internal param FrontPageLoader $pageLoader |
| 60 | 60 | */ |
@@ -70,7 +70,7 @@ discard block |
||
| 70 | 70 | * |
| 71 | 71 | * @param Article $article |
| 72 | 72 | * @param \Illuminate\Http\Request $request |
| 73 | - * @return \Illuminate\Http\Response |
|
| 73 | + * @return \Illuminate\Http\RedirectResponse |
|
| 74 | 74 | */ |
| 75 | 75 | public function store(Article $article, Request $request) |
| 76 | 76 | { |
@@ -113,7 +113,7 @@ discard block |
||
| 113 | 113 | * |
| 114 | 114 | * @param \Illuminate\Http\Request $request |
| 115 | 115 | * @param $slug |
| 116 | - * @return \Illuminate\Http\Response |
|
| 116 | + * @return \Illuminate\Http\RedirectResponse |
|
| 117 | 117 | * @internal param int $id |
| 118 | 118 | */ |
| 119 | 119 | public function update(Request $request, $slug) |
@@ -130,8 +130,7 @@ discard block |
||
| 130 | 130 | /** |
| 131 | 131 | * Remove the specified resource from storage. |
| 132 | 132 | * |
| 133 | - * @param int $id |
|
| 134 | - * @return \Illuminate\Http\Response |
|
| 133 | + * @return \Illuminate\Http\RedirectResponse |
|
| 135 | 134 | */ |
| 136 | 135 | public function destroy($slug) |
| 137 | 136 | { |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | } |
| 50 | 50 | |
| 51 | 51 | /** |
| 52 | - * @return mixed |
|
| 52 | + * @return \Illuminate\Support\Collection |
|
| 53 | 53 | */ |
| 54 | 54 | private function navigationData() |
| 55 | 55 | { |
@@ -36,7 +36,7 @@ discard block |
||
| 36 | 36 | * The steps required for this plugin product to fully |
| 37 | 37 | * integrate into the webservice. |
| 38 | 38 | * |
| 39 | - * @return bool |
|
| 39 | + * @return boolean|null |
|
| 40 | 40 | */ |
| 41 | 41 | public function install() |
| 42 | 42 | { |
@@ -47,7 +47,7 @@ discard block |
||
| 47 | 47 | * The steps required for this plugin product to fully |
| 48 | 48 | * remove itself from the webservice. |
| 49 | 49 | * |
| 50 | - * @return bool |
|
| 50 | + * @return boolean|null |
|
| 51 | 51 | */ |
| 52 | 52 | public function uninstall() |
| 53 | 53 | { |