Passed
Push — master ( a5c329...df908b )
by Florian
48s queued 13s
created
Model/TransactionStatus/Forwarding.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -123,8 +123,8 @@
 block discarded – undo
123 123
      */
124 124
     public function forwardAsyncRequest($aPostArray, $sUrl)
125 125
     {
126
-	// Increased timeout to 5500ms
127
-	// See payone-gmbh/magento-2 issue #316
126
+    // Increased timeout to 5500ms
127
+    // See payone-gmbh/magento-2 issue #316
128 128
         $this->curl->setOption(CURLOPT_TIMEOUT_MS, 5500);
129 129
         $this->curl->setOption(CURLOPT_SSL_VERIFYPEER, false);
130 130
         $this->curl->setOption(CURLOPT_SSL_VERIFYHOST, false);
Please login to merge, or discard this patch.