Passed
Push — master ( d53662...ca50ee )
by
unknown
18:31
created
typo3/sysext/backend/Classes/Controller/Page/LocalizationController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
         }
114 114
         // Language "All" should not appear as a source of translations (see bug 92757) and keys should be sequential
115 115
         $availableLanguages = array_values(
116
-            array_filter($availableLanguages, function (array $languageRecord): bool {
116
+            array_filter($availableLanguages, function(array $languageRecord): bool {
117 117
                 return (int)$languageRecord['uid'] !== -1;
118 118
             })
119 119
         );
Please login to merge, or discard this patch.