Completed
Push — master ( 955097...f4414e )
by Jan
08:34
created
src/Call/ApplePay/StartApplePayRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace SlevomatCsobGateway\Call\ApplePay;
4 4
 
Please login to merge, or discard this patch.
src/Call/Button/PaymentButtonResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace SlevomatCsobGateway\Call\Button;
4 4
 
Please login to merge, or discard this patch.
src/Call/OneClick/StartOneClickPaymentRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace SlevomatCsobGateway\Call\OneClick;
4 4
 
Please login to merge, or discard this patch.
src/Call/ApplePay/InitApplePayRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace SlevomatCsobGateway\Call\ApplePay;
4 4
 
Please login to merge, or discard this patch.
src/Call/Button/PaymentButtonRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace SlevomatCsobGateway\Call\Button;
4 4
 
Please login to merge, or discard this patch.
src/Call/Button/PaymentButtonBrand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace SlevomatCsobGateway\Call\Button;
4 4
 
Please login to merge, or discard this patch.
src/Call/OneClick/OneClickEchoRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace SlevomatCsobGateway\Call\OneClick;
4 4
 
Please login to merge, or discard this patch.
src/Call/OneClick/InitOneClickPaymentRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace SlevomatCsobGateway\Call\OneClick;
4 4
 
Please login to merge, or discard this patch.
tests/unit/Call/ApplePay/StartApplePayRequestTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace SlevomatCsobGateway\Call\ApplePay;
4 4
 
Please login to merge, or discard this patch.