Completed
Pull Request — master (#28)
by Jamal
04:53
created
src/Majora/Framework/Loader/Bridge/Form/Type/EntityCollectionType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
             ->setAllowedTypes('loader_method', array('null', 'string'))
80 80
             ->setDefaults(array(
81 81
                 'choice_label' => function($choice) {
82
-                    return (string)$choice;
82
+                    return (string) $choice;
83 83
                 },
84 84
                 'choice_value' => 'id',
85 85
                 'choices' => $choices,
Please login to merge, or discard this patch.