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.
Completed
Push — master ( 8e7f3c...fcd78b )
by Sebastian
26s queued 11s
created
Configuration/TCA/tx_dlf_collections.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -156,14 +156,14 @@
 block discarded – undo
156 156
             'label' => 'LLL:EXT:dlf/Resources/Private/Language/Labels.xml:tx_dlf_collections.description',
157 157
             'config' => [
158 158
                 'behaviour' => [
159
-                    'allowLanguageSynchronization' => true
159
+                    'allowLanguageSynchronization' => TRUE
160 160
                 ],
161 161
                 'type' => 'text',
162 162
                 'cols' => 30,
163 163
                 'rows' => 10,
164 164
                 'wrap' => 'virtual',
165 165
                 'default' => '',
166
-                'enableRichtext' => true,
166
+                'enableRichtext' => TRUE,
167 167
             ],
168 168
         ],
169 169
         'thumbnail' => [
Please login to merge, or discard this patch.
Configuration/TCA/tx_dlf_metadata.php 1 patch
Upper-Lower-Casing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
             'label' => 'LLL:EXT:dlf/Resources/Private/Language/Labels.xml:tx_dlf_metadata.wrap',
144 144
             'config' => [
145 145
                 'behaviour' => [
146
-                    'allowLanguageSynchronization' => true
146
+                    'allowLanguageSynchronization' => TRUE
147 147
                 ],
148 148
                 'type' => 'text',
149 149
                 'cols' => 48,
@@ -151,8 +151,8 @@  discard block
 block discarded – undo
151 151
                 'wrap' => 'off',
152 152
                 'eval' => 'trim',
153 153
                 'default' => "key.wrap = <dt>|</dt>\nvalue.required = 1\nvalue.wrap = <dd>|</dd>",
154
-                'fixedFont' => true,
155
-                'enableTabulator' => true
154
+                'fixedFont' => TRUE,
155
+                'enableTabulator' => TRUE
156 156
             ],
157 157
         ],
158 158
         'index_tokenized' => [
Please login to merge, or discard this patch.
Configuration/TCA/tx_dlf_documents.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -268,10 +268,10 @@
 block discarded – undo
268 268
                 'readOnly' => 1,
269 269
                 'fieldControl' => [
270 270
                     'elementBrowser' => [
271
-                        'disabled' => true
271
+                        'disabled' => TRUE
272 272
                     ]
273 273
                 ],
274
-                'hideDeleteIcon' => true
274
+                'hideDeleteIcon' => TRUE
275 275
             ],
276 276
         ],
277 277
         'volume' => [
Please login to merge, or discard this patch.