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.
Completed
Push — master ( 90c912...99a750 )
by Sebastian
14s queued 11s
created
Classes/Common/Solr.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -330,7 +330,7 @@
 block discarded – undo
330 330
                 $config['path'] .= '/';
331 331
             }
332 332
             // Set connection timeout lower than PHP's max_execution_time.
333
-            $max_execution_time = intval(ini_get('max_execution_time')) ?: 30;
333
+            $max_execution_time = intval(ini_get('max_execution_time')) ? : 30;
334 334
             $config['timeout'] = MathUtility::forceIntegerInRange($conf['solrTimeout'], 1, $max_execution_time, 10);
335 335
             $this->config = $config;
336 336
         }
Please login to merge, or discard this patch.