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
02:56
created
Classes/Controller/SearchController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -270,7 +270,7 @@
 block discarded – undo
270 270
         // Extract query and filter from last search.
271 271
         $search['query'] = $this->searchParams['query'];
272 272
         if (isset($this->searchParams['fq']) && is_array($this->searchParams['fq'])) {
273
-            foreach($this->searchParams['fq'] as $fq) {
273
+            foreach ($this->searchParams['fq'] as $fq) {
274 274
                 $search['params']['filterquery'][]['query'] = $fq;
275 275
             }
276 276
         }
Please login to merge, or discard this patch.
Classes/Domain/Repository/DocumentRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -569,7 +569,7 @@
 block discarded – undo
569 569
             $collecionsQueryString = $collection->getIndexName();
570 570
             $params['filterquery'][]['query'] = 'toplevel:true';
571 571
             $params['filterquery'][]['query'] = 'partof:0';
572
-            $params['filterquery'][]['query'] = 'collection_faceting:("' . $collecionsQueryString .'")';
572
+            $params['filterquery'][]['query'] = 'collection_faceting:("' . $collecionsQueryString . '")';
573 573
         }
574 574
 
575 575
         if (isset($searchParams['fq']) && is_array($searchParams['fq'])) {
Please login to merge, or discard this patch.