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 — dev-extbase-fluid (#754)
by Alexander
07:57
created
Classes/Controller/SearchController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -101,9 +101,9 @@
 block discarded – undo
101 101
         // find all documents from Solr
102 102
         $solrResults = [];
103 103
         if (is_array($searchParams) && !empty($searchParams)) {
104
-           $solrResults = $this->documentRepository->findSolrByCollection('', $this->settings, $searchParams, $listedMetadata);
104
+            $solrResults = $this->documentRepository->findSolrByCollection('', $this->settings, $searchParams, $listedMetadata);
105 105
 
106
-           // get all sortable metadata records
106
+            // get all sortable metadata records
107 107
             $sortableMetadata = $this->metadataRepository->findByIsSortable(true);
108 108
 
109 109
             // get all metadata records to be shown in results
Please login to merge, or discard this patch.