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 — dev-extbase-fluid (#714)
by Alexander
04:50 queued 02:02
created
Classes/Controller/CalendarController.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -137,9 +137,9 @@
 block discarded – undo
137 137
         switch ($type) {
138 138
             case 'newspaper':
139 139
             case 'ephemera':
140
-                $this->forward('years', NULL, NULL, $requestData);
140
+                $this->forward('years', null, null, $requestData);
141 141
             case 'year':
142
-                $this->forward('calendar', NULL, NULL, $requestData);
142
+                $this->forward('calendar', null, null, $requestData);
143 143
             case 'issue':
144 144
             default:
145 145
                 break;
Please login to merge, or discard this patch.