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 ( d8afc6...7d8f03 )
by
unknown
04:31
created
Classes/Controller/ToolboxController.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -435,7 +435,8 @@
 block discarded – undo
435 435
      * 
436 436
      * @return void
437 437
      */
438
-    private function setPage() {
438
+    private function setPage()
439
+    {
439 440
         if (!empty($this->requestData['logicalPage'])) {
440 441
             $this->requestData['page'] = $this->doc->getPhysicalPage($this->requestData['logicalPage']);
441 442
             // The logical page parameter should not appear again
Please login to merge, or discard this patch.