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 — 2.x (#431)
by Sebastian
05:11
created
plugins/collection/class.tx_dlf_collection.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -487,10 +487,10 @@
 block discarded – undo
487 487
             } else {
488 488
 
489 489
                 $subparts[$resArray['partof']][$resArray['volume_sorting']] = array (
490
-                   'u' => $resArray['uid'],
491
-                   'h' => '',
492
-                   's' => $sorting,
493
-                   'p' => array ()
490
+                    'u' => $resArray['uid'],
491
+                    'h' => '',
492
+                    's' => $sorting,
493
+                    'p' => array ()
494 494
                 );
495 495
 
496 496
             }
Please login to merge, or discard this patch.