Passed
Pull Request — master (#28)
by Manuel
02:43
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.