Test Failed
Push — master ( f6ca8d...6f719f )
by Nikolay
03:36
created
src/Message/Request/FindSubscriptionRequest.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 Korobovn\CloudPayments\Message\Request;
6 6
 
Please login to merge, or discard this patch.
src/Message/Request/ApplePayStartSessionRequest.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 Korobovn\CloudPayments\Message\Request;
6 6
 
Please login to merge, or discard this patch.
src/Message/Traits/ModelFeature/ToArray.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 Korobovn\CloudPayments\Message\Traits\ModelFeature;
6 6
 
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
         $methods = get_class_methods($this);
16 16
 
17 17
         if ($methods) {
18
-            $getters = array_filter($methods, function ($method) {
18
+            $getters = array_filter($methods, function($method) {
19 19
                 return preg_match('/get[A-Z]*|is[A-Z]*/', $method);
20 20
             });
21 21
 
Please login to merge, or discard this patch.
src/Message/Traits/ModelFeature/FillFromArray.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 Korobovn\CloudPayments\Message\Traits\ModelFeature;
6 6
 
Please login to merge, or discard this patch.
src/Message/Traits/ModelField/SignatureString.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 Korobovn\CloudPayments\Message\Traits\ModelField;
6 6
 
Please login to merge, or discard this patch.
src/Message/Traits/ModelField/CardHolderMessageString.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 Korobovn\CloudPayments\Message\Traits\ModelField;
6 6
 
Please login to merge, or discard this patch.
src/Message/Traits/ModelField/CardLastFourString.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 Korobovn\CloudPayments\Message\Traits\ModelField;
6 6
 
Please login to merge, or discard this patch.
src/Message/Traits/ModelField/NameString.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 Korobovn\CloudPayments\Message\Traits\ModelField;
6 6
 
Please login to merge, or discard this patch.
src/Message/Traits/ModelField/ConfirmDateIsoStringNull.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 Korobovn\CloudPayments\Message\Traits\ModelField;
6 6
 
Please login to merge, or discard this patch.