Completed
Pull Request — master (#30)
by Rafał
03:18
created
Form/Type/SubscriptionEditType.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
             'invalid_message' => 'paywall.manage.error.currency',
31 31
             'required' => true,
32 32
         ))
33
-         ->add('type', 'choice', array(
33
+            ->add('type', 'choice', array(
34 34
             'label' => 'paywall.manage.label.paymenttype',
35 35
             'choices' => array(
36 36
                 'P' => 'paywall.manage.label.paid',
Please login to merge, or discard this patch.