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
Push — fix-temporary-and-expiration-o... ( bd6f30...aac340 )
by Pedro
24:43 queued 08:13
created
src/app/Library/Uploaders/Support/Interfaces/UploaderInterface.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
     /**
11 11
      * Static constructor function.
12 12
      */
13
-    public static function for(array $field, array $configuration): UploaderInterface;
13
+    public static function for (array $field, array $configuration): UploaderInterface;
14 14
 
15 15
     /**
16 16
      * Default implementation functions.
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
 
44 44
     public function getExpirationTimeInMinutes(): int;
45 45
 
46
-    public function getFileName(string|UploadedFile $file): string;
46
+    public function getFileName(string | UploadedFile $file): string;
47 47
 
48 48
     public function getRepeatableContainerName(): ?string;
49 49
 
Please login to merge, or discard this patch.