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 — master (#657)
by
unknown
11:19 queued 08:44
created
Classes/Controller/StatisticsController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -193,13 +193,13 @@
 block discarded – undo
193 193
         // Set replacements.
194 194
         $args['###TITLES###'] = $countTitles . htmlspecialchars(
195 195
             LocalizationUtility::translate(
196
-                'LLL:EXT:dlf/Resources/Private/Language/Statistics.xml:'.($countTitles > 1 ? 'titles': 'title')
196
+                'LLL:EXT:dlf/Resources/Private/Language/Statistics.xml:' . ($countTitles > 1 ? 'titles' : 'title')
197 197
             )
198 198
         );
199 199
 
200 200
         $args['###VOLUMES###'] = $countVolumes . htmlspecialchars(
201 201
             LocalizationUtility::translate(
202
-                'LLL:EXT:dlf/Resources/Private/Language/Statistics.xml:'.($countVolumes > 1 ? 'volumes': 'volume')
202
+                'LLL:EXT:dlf/Resources/Private/Language/Statistics.xml:' . ($countVolumes > 1 ? 'volumes' : 'volume')
203 203
             )
204 204
         );
205 205
 
Please login to merge, or discard this patch.