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 ( c23e92...610884 )
by Sebastian
19s queued 15s
created
Classes/Common/Helper.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -400,7 +400,7 @@  discard block
 block discarded – undo
400 400
             return '';
401 401
         }
402 402
 
403
-        $makeCacheKey = function ($pid, $uid) {
403
+        $makeCacheKey = function($pid, $uid) {
404 404
             return $pid . '.' . $uid;
405 405
         };
406 406
 
@@ -925,7 +925,7 @@  discard block
 block discarded – undo
925 925
             self::log('Could not fetch data from URL "' . $url . '". Error: ' . $e->getMessage() . '.', LOG_SEVERITY_WARNING);
926 926
             return false;
927 927
         }
928
-        $content  = $response->getBody()->getContents();
928
+        $content = $response->getBody()->getContents();
929 929
 
930 930
         return $content;
931 931
     }
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -400,7 +400,8 @@
 block discarded – undo
400 400
             return '';
401 401
         }
402 402
 
403
-        $makeCacheKey = function ($pid, $uid) {
403
+        $makeCacheKey = function ($pid, $uid)
404
+        {
404 405
             return $pid . '.' . $uid;
405 406
         };
406 407
 
Please login to merge, or discard this patch.