Passed
Pull Request — master (#36)
by
unknown
04:41
created
Gateway/Http/Client/ClientMock.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
         $headers = $transfer->getHeaders();
97 97
 
98 98
         if (isset($headers['force_result'])) {
99
-            return (int)$headers['force_result'];
99
+            return (int) $headers['force_result'];
100 100
         }
101 101
 
102 102
         return $this->results[mt_rand(0, 1)];
Please login to merge, or discard this patch.
Gateway/Response/FraudHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 
39 39
         $payment->setAdditionalInformation(
40 40
             self::FRAUD_MSG_LIST,
41
-            (array)$response[self::FRAUD_MSG_LIST]
41
+            (array) $response[self::FRAUD_MSG_LIST]
42 42
         );
43 43
 
44 44
         /** @var $payment Payment */
Please login to merge, or discard this patch.