Completed
Pull Request — master (#76)
by Eric
08:55
created
src/Bundle/GridBundle/Form/Type/Filter/CollectionFilterType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
         $builder
44 44
             ->add($builder->create('type', ChoiceType::class, [
45 45
                 'choices' => array_combine(
46
-                    array_map(function ($choice) use ($options) {
46
+                    array_map(function($choice) use ($options) {
47 47
                         return $options['label_prefix'].'.type.'.$choice;
48 48
                     }, $choices = DateTimeType::getTypes()),
49 49
                     $choices
Please login to merge, or discard this patch.