Completed
Pull Request — master (#49)
by Daniel
07:02 queued 03:19
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.