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 (#836)
by Beatrycze
04:08
created
Classes/Controller/TableOfContentsController.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -364,7 +364,7 @@
 block discarded – undo
364 364
         if (!empty($entry[0]['children'])) {
365 365
             foreach ($entry[0]['children'] as $child) {
366 366
                 $type = $this->getType($child);
367
-                if (!(in_array($type, $types)) && $type != NULL) {
367
+                if (!(in_array($type, $types)) && $type != null) {
368 368
                     $types[$index] = $type;
369 369
                     $index++;
370 370
                 }
Please login to merge, or discard this patch.