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
Push — master ( 966b73...54053e )
by
unknown
04:10
created
Classes/Controller/AbstractController.php 1 patch
Braces   +6 added lines, -3 removed lines patch added patch discarded remove patch
@@ -185,7 +185,8 @@  discard block
 block discarded – undo
185 185
      *
186 186
      * @return void
187 187
      */
188
-    protected function configureProxyUrl(&$url) {
188
+    protected function configureProxyUrl(&$url)
189
+    {
189 190
         $this->uriBuilder->reset()
190 191
             ->setTargetPageUid($GLOBALS['TSFE']->id)
191 192
             ->setCreateAbsoluteUri(!empty($this->settings['forceAbsoluteUrl']))
@@ -282,7 +283,8 @@  discard block
 block discarded – undo
282 283
      *
283 284
      * @return void
284 285
      */
285
-    protected function setPage() {
286
+    protected function setPage()
287
+    {
286 288
         if (!empty($this->requestData['logicalPage'])) {
287 289
             $this->requestData['page'] = $this->document->getDoc()->getPhysicalPage($this->requestData['logicalPage']);
288 290
             // The logical page parameter should not appear again
@@ -299,7 +301,8 @@  discard block
 block discarded – undo
299 301
      *
300 302
      * @return void
301 303
      */
302
-    protected function setDefaultPage() {
304
+    protected function setDefaultPage()
305
+    {
303 306
         // Set default values if not set.
304 307
         // $this->requestData['page'] may be integer or string (physical structure @ID)
305 308
         if (
Please login to merge, or discard this patch.