Completed
Push — master ( 5ca85f...6e4a40 )
by Rafał
04:01
created
src/PH/Bundle/PayumBundle/Controller/PayumController.php 2 patches
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\Controller;
6 6
 
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
158 158
 
159 159
     /**
160 160
      * @param Request $request
161
-     * @param string  $subscription
161
+     * @param string  $subscriptionId
162 162
      * @param string  $id
163 163
      *
164 164
      * @return Response
Please login to merge, or discard this patch.
src/PH/Bundle/PayumBundle/Model/PaymentSecurityToken.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\Model;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/PayumBundle/Form/Type/MollieGatewayConfigurationType.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\Form\Type;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/PayumBundle/Action/ResolveNextUrlAction.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\Action;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/PayumBundle/Action/Offline/ResolveNextUrlAction.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\Action\Offline;
6 6
 
Please login to merge, or discard this patch.
Bundle/PayumBundle/Action/Paypal/ExpressCheckout/ConvertPaymentAction.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\Action\Paypal\ExpressCheckout;
6 6
 
Please login to merge, or discard this patch.
PayumBundle/Action/Mollie/SepaDirectDebit/ObtainBankAccountAction.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\Action\Mollie\SepaDirectDebit;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/PayumBundle/DependencyInjection/PHPayumExtension.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\DependencyInjection;
6 6
 
Please login to merge, or discard this patch.
PayumBundle/DependencyInjection/Compiler/OverridePaymentStateExtension.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\DependencyInjection\Compiler;
6 6
 
Please login to merge, or discard this patch.