Passed
Push — master ( db9510...63d54d )
by
unknown
01:33 queued 16s
created
src/TestUtils/PaymentHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
         $xpath = new \DOMXPath($dom);
58 58
 
59 59
         $values = array_map(
60
-            function (string $name) use ($xpath) {
60
+            function(string $name) use ($xpath) {
61 61
                 $values = $xpath->query('//input[@name="' . $name . '"]/@value');
62 62
 
63 63
                 return $values->item(0)->nodeValue;
Please login to merge, or discard this patch.
tests/Unit/PaytureInPayTerminalTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -186,8 +186,8 @@
 block discarded – undo
186 186
                     'Key' => 'MerchantKey',
187 187
                     'OrderId' => $orderId,
188 188
                 ]
189
-            )->willReturn('<GetState Success="True" OrderId="'.$orderId.'" State="Refunded" 
190
-                Forwarded="False" MerchantContract="Merchant" Amount="12464" RRN="'.$rrn.'" VWUserLgn="[email protected]" 
189
+            )->willReturn('<GetState Success="True" OrderId="' . $orderId . '" State="Refunded" 
190
+                Forwarded="False" MerchantContract="Merchant" Amount="12464" RRN="'.$rrn . '" VWUserLgn="[email protected]" 
191 191
                 CardId="bd712147-48da-2ffc-ef31-8341806c65cf" PANMask="521885xxxxxx5484">
192 192
                 <AddInfo Key="PaymentSystem" Value="MasterCard" />
193 193
                 <AddInfo Key="BankHumanName" Value="SBERBANK" />
Please login to merge, or discard this patch.