Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Branch laravel-55 (3a7610)
by José
03:46
created
app/Http/Controllers/API/V1/User/CampaignController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
app/Http/Controllers/Auth/AuthenticateController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.