Passed
Push — master ( 1aa207...da253c )
by Manuel
03:24
created
lib/SaferpayJson/Request/Container/AddressForm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * @var array<string>|null
30 30
      * @SerializedName("MandatoryFields")
31 31
      */
32
-    private $mandatoryFields = [];
32
+    private $mandatoryFields = [ ];
33 33
 
34 34
     public function __construct(bool $display)
35 35
     {
Please login to merge, or discard this patch.
example/SecureCardData/example-alias-insert-direct.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,4 +42,4 @@
 block discarded – undo
42 42
     die ($e->getErrorResponse()->getErrorMessage());
43 43
 }
44 44
 
45
-echo 'The insert has been successful! Alias id: ' . $response->getAlias()->getId()."<br>\n";
45
+echo 'The insert has been successful! Alias id: ' . $response->getAlias()->getId() . "<br>\n";
Please login to merge, or discard this patch.
lib/SaferpayJson/Request/Container/Order.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
      * @var array<OrderItem>|null
12 12
      * @SerializedName("Items")
13 13
      */
14
-    private $items = [];
14
+    private $items = [ ];
15 15
 
16 16
     public function getItems(): ?array
17 17
     {
Please login to merge, or discard this patch.