Completed
Push — master ( 339fdb...9dc0a8 )
by Rafał
08:30 queued 04:25
created
src/PH/Bundle/WebhookBundle/PHWebhookBundle.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\WebhookBundle;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/WebhookBundle/DependencyInjection/PHWebhookExtension.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\WebhookBundle\DependencyInjection;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/SubscriptionBundle/Helper/DateTimeHelperInterface.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.
Bundle/SubscriptionBundle/DependencyInjection/PHSubscriptionExtension.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.
DependencyInjection/Compiler/RegisterDateTimeHelperCompilerPass.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\Compiler;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/SubscriptionBundle/PHSubscriptionBundle.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;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/PayumBundle/Factory/ResolveNextUrlFactoryInterface.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\PayumBundle\Factory;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/PayumBundle/Extension/UpdatePaymentStateExtension.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\PayumBundle\Extension;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/PayumBundle/Provider/PaymentDescriptionProvider.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\PayumBundle\Provider;
6 6
 
Please login to merge, or discard this patch.