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

GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Passed
Pull Request — master (#429)
by Alexander
03:34
created
Classes/Plugin/Collection.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -390,10 +390,10 @@
 block discarded – undo
390 390
                     $toplevel[$partof]['p'][] = ['u' => $part];
391 391
                 } else {
392 392
                     $toplevel[$part] = [
393
-                      'u' => $part,
394
-                      'h' => '',
395
-                      's' => $sorting,
396
-                      'p' => []
393
+                        'u' => $part,
394
+                        'h' => '',
395
+                        's' => $sorting,
396
+                        'p' => []
397 397
                     ];
398 398
                 }
399 399
             }
Please login to merge, or discard this patch.