Completed
Pull Request — staging (#6966)
by Woeler
14:40
created
app/bundles/CampaignBundle/Form/Type/CampaignListType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     {
50 50
         $resolver->setDefaults(
51 51
             [
52
-                'choices'      => function (Options $options) {
52
+                'choices'      => function(Options $options) {
53 53
                     $choices   = [];
54 54
                     $campaigns = $this->model->getRepository()->getPublishedCampaigns(null, null, true);
55 55
                     foreach ($campaigns as $campaign) {
Please login to merge, or discard this patch.