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

Passed
Pull Request — main (#4988)
by Cristian
26:20 queued 11:19
created
src/app/Library/Uploaders/Support/Interfaces/UploaderInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      * @param  array  $configuration
38 38
      * @return void
39 39
      */
40
-    public static function for(array $field, array $configuration);
40
+    public static function for (array $field, array $configuration);
41 41
 
42 42
     /**
43 43
      * Called to upload a single file.
Please login to merge, or discard this patch.