Completed
Pull Request — master (#17)
by Luc
06:00 queued 03:11
created
src/Question/Forms/QuestionFormType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
                 [
33 33
                     'label' => false,
34 34
                     'choices' => $languages,
35
-                    'choice_label' => function(Language $language) {
35
+                    'choice_label' => function (Language $language) {
36 36
                         return $language->toNative();
37 37
                     }
38 38
                 ]
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
                 [
51 51
                     'label' => false,
52 52
                     'choices' => $categories,
53
-                    'choice_label' => function(Category $category) {
53
+                    'choice_label' => function (Category $category) {
54 54
                         return $category->getName()->toNative();
55 55
                     },
56 56
                 ]
Please login to merge, or discard this patch.