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 (#744)
by
unknown
04:41 queued 01:54
created
Classes/Controller/NewTenantController.php 1 patch
Braces   +6 added lines, -3 removed lines patch added patch discarded remove patch
@@ -67,7 +67,8 @@  discard block
 block discarded – undo
67 67
     }
68 68
 
69 69
 
70
-    public function addMetadataAction() {
70
+    public function addMetadataAction()
71
+    {
71 72
         // Include metadata definition file.
72 73
         $metadataDefaults = include (ExtensionManagementUtility::extPath($this->extKey) . 'Resources/Private/Data/MetadataDefaults.php');
73 74
         $i = 0;
@@ -121,7 +122,8 @@  discard block
 block discarded – undo
121 122
         $this->forward('index');
122 123
     }
123 124
 
124
-    public function addSolrCoreAction() {
125
+    public function addSolrCoreAction()
126
+    {
125 127
         $this->pid = (int) GeneralUtility::_GP('id');
126 128
         // Build data array.
127 129
         $data['tx_dlf_solrcores'][uniqid('NEW')] = [
@@ -150,7 +152,8 @@  discard block
 block discarded – undo
150 152
         $this->forward('index');
151 153
     }
152 154
 
153
-    public function addStructureAction() {
155
+    public function addStructureAction()
156
+    {
154 157
         $this->pid = (int) GeneralUtility::_GP('id');
155 158
         // Include structure definition file.
156 159
         $structureDefaults = include (ExtensionManagementUtility::extPath($this->extKey) . 'Resources/Private/Data/StructureDefaults.php');
Please login to merge, or discard this patch.