Passed
Push — master ( bca130...e5be28 )
by
unknown
16:13
created
typo3/sysext/backend/Classes/View/BackendLayout/ContentFetcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
             $untranslatedRecordUids = array_flip(
160 160
                 array_column(
161 161
                     // Eliminate records with "-1" as sys_language_uid since they can not be translated
162
-                    array_filter($contentRecordsInDefaultLanguage, static function (array $record): bool {
162
+                    array_filter($contentRecordsInDefaultLanguage, static function(array $record): bool {
163 163
                         return (int)($record['sys_language_uid'] ?? 0) !== -1;
164 164
                     }),
165 165
                     'uid'
Please login to merge, or discard this patch.