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 (#746)
by Alexander
03:03
created
Classes/Controller/AbstractController.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -79,8 +79,8 @@  discard block
 block discarded – undo
79 79
      * @access protected
80 80
      * @return void
81 81
      */
82
-     protected function initialize()
83
-     {
82
+        protected function initialize()
83
+        {
84 84
         $this->requestData = GeneralUtility::_GPmerged('tx_dlf');
85 85
         if (empty($this->requestData['page'])) {
86 86
             $this->requestData['page'] = 1;
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
             'pageUid' => $GLOBALS['TSFE']->id,
92 92
             'requestData' => $this->requestData
93 93
         ];
94
-     }
94
+        }
95 95
 
96 96
     /**
97 97
      * Loads the current document into $this->document
Please login to merge, or discard this patch.