Completed
Pull Request — master (#29)
by Rafał
03:32
created
EventListener/HookListener.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Rafał Muszyński <[email protected]>
4
- * @copyright 2015 Sourcefabric z.ú.
5
- * @license http://www.gnu.org/licenses/gpl-3.0.txt
6
- */
3
+     * @author Rafał Muszyński <[email protected]>
4
+     * @copyright 2015 Sourcefabric z.ú.
5
+     * @license http://www.gnu.org/licenses/gpl-3.0.txt
6
+     */
7 7
 namespace Newscoop\PaywallBundle\EventListener;
8 8
 
9 9
 use Newscoop\EventDispatcher\Events\PluginHooksEvent;
Please login to merge, or discard this patch.
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.