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 — add-method-to-get-ajax-uploade... ( 4a3e5a...2230c6 )
by Pedro
14:58
created
src/app/Library/Validation/Rules/BackpackCustomRule.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
                         $errors[] = $this->validateAndGetErrors($attribute, [$attribute => $sentFiles], $this->getFileRules());
208 208
                     }
209 209
                     continue;
210
-                }catch(\Exception) {
210
+                } catch(\Exception) {
211 211
                     $errors[] = 'Unknown datatype, aborting upload process.';
212 212
                     break;
213 213
                 }
Please login to merge, or discard this patch.