Passed
Push — master ( 85716f...d04990 )
by John
05:03 queued 10s
created
src/Authnetjson/AuthnetJsonResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
         if ($this->directResponse || $this->validationDirectResponseList || isset($this->response->validationDirectResponse)) {
126 126
             $response = $this->directResponse ?: $this->validationDirectResponseList ?: $this->response->validationDirectResponse;
127 127
             if (is_array($response)) {
128
-                $this->transactionInfoArray = array_map(static function ($r) {
128
+                $this->transactionInfoArray = array_map(static function($r) {
129 129
                     return new TransactionResponse($r);
130 130
                 }, $response);
131 131
             } else {
Please login to merge, or discard this patch.