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 ( cfb46e...3801b6 )
by
unknown
08:09 queued 04:25
created
Classes/Common/MetsDocument.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -462,7 +462,7 @@  discard block
 block discarded – undo
462 462
         $cPid = max($cPid, 0);
463 463
         if ($cPid == 0 && ($this->cPid || $this->pid)) {
464 464
             // Retain current PID.
465
-            $cPid = $this->cPid ?: $this->pid;
465
+            $cPid = $this->cPid ? : $this->pid;
466 466
         }
467 467
         return $cPid;
468 468
     }
@@ -882,7 +882,7 @@  discard block
 block discarded – undo
882 882
 
883 883
         return array_filter(
884 884
             $allMdIds,
885
-            function ($element) {
885
+            function($element) {
886 886
                 return !empty($element);
887 887
             }
888 888
         );
Please login to merge, or discard this patch.