We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -13,7 +13,7 @@ |
||
13 | 13 | /** |
14 | 14 | * Get all campaigns from current logged-in user. |
15 | 15 | * |
16 | - * @return void |
|
16 | + * @return \Illuminate\Http\JsonResponse|null |
|
17 | 17 | */ |
18 | 18 | public function all() |
19 | 19 | { |
@@ -18,7 +18,7 @@ |
||
18 | 18 | * Authenticate the user |
19 | 19 | * |
20 | 20 | * @param Request $request |
21 | - * @return void |
|
21 | + * @return \Illuminate\Http\JsonResponse |
|
22 | 22 | */ |
23 | 23 | public function authenticate(Request $request) |
24 | 24 | { |