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 (#584)
by Sebastian
03:57
created
Classes/Plugin/PageView.php 1 patch
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -475,15 +475,15 @@
 block discarded – undo
475 475
             'ZoomToExtent' => htmlspecialchars($this->pi_getLL('ZoomToExtentTitle', ''))
476 476
         ];
477 477
         $this->controlTargets = [
478
-            'Attribution' => $this->conf['attributionElementId'] ?: '',
479
-            'FullScreen' => $this->conf['fullScreenElementId'] ?: '',
480
-            'ImageManipulation' => $this->conf['imageManipulationElementId'] ?: '',
481
-            'Magnify' => $this->conf['magnifyElementId'] ?: '',
482
-            'OverviewMap' => $this->conf['overviewMapElementId'] ?: '',
483
-            'Rotate' => $this->conf['rotateElementId'] ?: '',
484
-            'Zoom' => $this->conf['zoomElementId'] ?: '',
485
-            'ZoomSlider' => $this->conf['zoomSliderElementId'] ?: '',
486
-            'ZoomToExtent' => $this->conf['zoomToExtentElementId'] ?: ''
478
+            'Attribution' => $this->conf['attributionElementId'] ? : '',
479
+            'FullScreen' => $this->conf['fullScreenElementId'] ? : '',
480
+            'ImageManipulation' => $this->conf['imageManipulationElementId'] ? : '',
481
+            'Magnify' => $this->conf['magnifyElementId'] ? : '',
482
+            'OverviewMap' => $this->conf['overviewMapElementId'] ? : '',
483
+            'Rotate' => $this->conf['rotateElementId'] ? : '',
484
+            'Zoom' => $this->conf['zoomElementId'] ? : '',
485
+            'ZoomSlider' => $this->conf['zoomSliderElementId'] ? : '',
486
+            'ZoomToExtent' => $this->conf['zoomToExtentElementId'] ? : ''
487 487
         ];
488 488
         // Fill in the template markers.
489 489
         $markerArray = array_merge($this->addInteraction(), $this->addBasketForm());
Please login to merge, or discard this patch.