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 (#777)
by Alexander
02:50
created
Classes/Controller/NewTenantController.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -186,13 +186,13 @@
 block discarded – undo
186 186
                 $newRecord->setDefaultValue($values['default_value']);
187 187
                 $newRecord->setWrap($values['wrap']);
188 188
                 $newRecord->setIndexTokenized($values['index_tokenized']);
189
-                $newRecord->setIndexStored((int)$values['index_stored']);
190
-                $newRecord->setIndexIndexed((int)$values['index_indexed']);
191
-                $newRecord->setIndexBoost((float)$values['index_boost']);
192
-                $newRecord->setIsSortable((int)$values['is_sortable']);
193
-                $newRecord->setIsFacet((int)$values['is_facet']);
194
-                $newRecord->setIsListed((int)$values['is_listed']);
195
-                $newRecord->setIndexAutocomplete((int)$values['index_autocomplete']);
189
+                $newRecord->setIndexStored((int) $values['index_stored']);
190
+                $newRecord->setIndexIndexed((int) $values['index_indexed']);
191
+                $newRecord->setIndexBoost((float) $values['index_boost']);
192
+                $newRecord->setIsSortable((int) $values['is_sortable']);
193
+                $newRecord->setIsFacet((int) $values['is_facet']);
194
+                $newRecord->setIsListed((int) $values['is_listed']);
195
+                $newRecord->setIndexAutocomplete((int) $values['index_autocomplete']);
196 196
 
197 197
                 if (is_array($values['format'])) {
198 198
                     foreach ($values['format'] as $format) {
Please login to merge, or discard this patch.