Completed
Push — master ( 6f8c44...823f1c )
by Rafał
17:27 queued 08:20
created
src/PH/Bundle/CoreBundle/Form/Extension/PaymentMethodTypeExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PH\Bundle\CoreBundle\Form\Extension;
6 6
 
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
                 'data' => $gatewayFactory,
30 30
             ])
31 31
             ->add('supportsRecurring', CheckboxType::class)
32
-            ->addEventListener(FormEvents::SUBMIT, function (FormEvent $event) {
32
+            ->addEventListener(FormEvents::SUBMIT, function(FormEvent $event) {
33 33
                 $paymentMethod = $event->getData();
34 34
 
35 35
                 if (!$paymentMethod instanceof PaymentMethodInterface) {
Please login to merge, or discard this patch.
src/PH/Bundle/CoreBundle/PHCoreBundle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PH\Bundle\CoreBundle;
6 6
 
Please login to merge, or discard this patch.
PH/Bundle/CoreBundle/EventSubscriber/SendSubscriptionPayloadListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PH\Bundle\CoreBundle\EventSubscriber;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/CoreBundle/Sender/SubscriptionPayloadSenderInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PH\Bundle\CoreBundle\Sender;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/SubscriptionBundle/DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PH\Bundle\SubscriptionBundle\DependencyInjection;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/SubscriptionBundle/Helper/DateTimeHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PH\Bundle\SubscriptionBundle\Helper;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/CoreBundle/Validator/Constraint/AmountRangeValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PH\Bundle\CoreBundle\Validator\Constraint;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/CoreBundle/Controller/PaymentMethodController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PH\Bundle\CoreBundle\Controller;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/CoreBundle/Controller/SubscriptionController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PH\Bundle\CoreBundle\Controller;
6 6
 
Please login to merge, or discard this patch.