We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -193,13 +193,13 @@ |
||
| 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 | |