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 (#259)
by Frank
02:41
created
common/class.tx_dlf_solr.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -412,7 +412,7 @@
 block discarded – undo
412 412
 
413 413
             } else {
414 414
 
415
-            	$toplevel[$doc->uid]['p'][$doc->id] = array (
415
+                $toplevel[$doc->uid]['p'][$doc->id] = array (
416 416
                     'u' => $doc->id,
417 417
                     'h' => (!empty($results->highlighting->{$doc->id}->fulltext) ? $results->highlighting->{$doc->id}->fulltext[0] : '')
418 418
                 );
Please login to merge, or discard this patch.
common/class.tx_dlf_list.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -296,10 +296,10 @@
 block discarded – undo
296 296
 
297 297
                         } elseif (isset($record['subparts'][$resArray->id])) {
298 298
 
299
-                        	$record['subparts'][$resArray->id] = array (
299
+                            $record['subparts'][$resArray->id] = array (
300 300
                                 'uid' => $resArray->uid,
301 301
                                 'page' => $resArray->page,
302
-                        	    'preview' => (!empty($result_highlights->highlighting->{$resArray->id}->fulltext[0])?$result_highlights->highlighting->{$resArray->id}->fulltext[0]:""),
302
+                                'preview' => (!empty($result_highlights->highlighting->{$resArray->id}->fulltext[0])?$result_highlights->highlighting->{$resArray->id}->fulltext[0]:""),
303 303
                                 'thumbnail' => $resArray->thumbnail,
304 304
                                 'metadata' => $metadata
305 305
                             );
Please login to merge, or discard this patch.