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 ( 4635ba...67cfe3 )
by
unknown
03:40 queued 12s
created
Classes/Controller/AbstractController.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -261,7 +261,8 @@  discard block
 block discarded – undo
261 261
      *
262 262
      * @return void
263 263
      */
264
-    protected function setPage() {
264
+    protected function setPage()
265
+    {
265 266
         if (!empty($this->requestData['logicalPage'])) {
266 267
             $this->requestData['page'] = $this->document->getDoc()->getPhysicalPage($this->requestData['logicalPage']);
267 268
             // The logical page parameter should not appear again
@@ -278,7 +279,8 @@  discard block
 block discarded – undo
278 279
      *
279 280
      * @return void
280 281
      */
281
-    protected function setDefaultPage() {
282
+    protected function setDefaultPage()
283
+    {
282 284
         // Set default values if not set.
283 285
         // $this->requestData['page'] may be integer or string (physical structure @ID)
284 286
         if (
Please login to merge, or discard this patch.