Completed
Push — master ( 021184...96d434 )
by Daniel
10:20 queued 06:31
created
src/Standard/Field/ChoiceField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
             'preferred_choices' => [],
37 37
         ]);
38 38
 
39
-        $options->setFormMapper(function ($options) {
39
+        $options->setFormMapper(function($options) {
40 40
             return $options;
41 41
         });
42 42
     }
Please login to merge, or discard this patch.