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 (#852)
by Beatrycze
09:11
created
Classes/Controller/TableOfContentsController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -403,7 +403,7 @@  discard block
 block discarded – undo
403 403
             return $this->isLicenceFound($entry);
404 404
         } else if (!empty($this->requestData['type'])) {
405 405
             return $this->isTypeFound($entry);
406
-        }  else if (!empty($this->requestData['type'])) {
406
+        } else if (!empty($this->requestData['type'])) {
407 407
             return $this->isSoftwareFound($entry);
408 408
         } else {
409 409
             // no parameters so entry is matching
@@ -571,7 +571,7 @@  discard block
 block discarded – undo
571 571
     private function getSoftware($entry) {
572 572
         $software = $entry['software'];
573 573
         if (!empty($software)) {
574
-            return strtok($software, ',');;
574
+            return strtok($software, ','); ;
575 575
         }
576 576
         return $software;
577 577
     }
Please login to merge, or discard this patch.