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 (#745)
by Alexander
03:22
created
ext_tables.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -14,13 +14,13 @@
 block discarded – undo
14 14
 if (\TYPO3_MODE === 'BE') {
15 15
     \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerModule(
16 16
         'Kitodo.Dlf',
17
-        'tools',          // Main area
18
-        'newTenantModule',         // Name of the module
19
-        'bottom',             // Position of the module
20
-        [               // Allowed controller action combinations
17
+        'tools', // Main area
18
+        'newTenantModule', // Name of the module
19
+        'bottom', // Position of the module
20
+        [// Allowed controller action combinations
21 21
             NewTenant::class => 'index,addMetadata,addSolrCore,addStructure',
22 22
         ],
23
-        [               // Additional configuration
23
+        [// Additional configuration
24 24
             'access'    => 'admin',
25 25
             'icon'      => 'EXT:dlf/Resources/Public/Icons/Extension.svg',
26 26
             'labels'    => 'LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf',
Please login to merge, or discard this patch.