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
Push — development ( 3784af...9eb441 )
by José
11s
created
app/Http/Controllers/Auth/AuthenticateController.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 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
     {
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
     /**
101 101
      * Get the current user (logged in) information
102 102
      *
103
-     * @return void
103
+     * @return \Illuminate\Http\JsonResponse
104 104
      */
105 105
     public function userInfo()
106 106
     {
Please login to merge, or discard this patch.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
        *
20 20
        * @param Request $request
21 21
        * @return void
22
-      */
22
+       */
23 23
     public function authenticate(Request $request)
24 24
     {
25 25
         // grab credentials from the request
Please login to merge, or discard this patch.