Completed
Push — master ( 96db1c...ca5bf7 )
by David
02:52
created
tests/Form/Type/TranslationsTypeAdvancedTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 
38 38
         $translationsForm = $form->get('translations')->all();
39 39
         $translationsLocales = array_keys($translationsForm);
40
-        $translationsRequiredLocales = array_keys(array_filter($translationsForm, function ($form) {
40
+        $translationsRequiredLocales = array_keys(array_filter($translationsForm, function($form) {
41 41
             return $form->isRequired();
42 42
         }));
43 43
 
Please login to merge, or discard this patch.