Passed
Push — master ( a383a5...8bc95e )
by
unknown
02:43 queued 12s
created
Model/Api/Request/Base.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -268,7 +268,6 @@
 block discarded – undo
268 268
 
269 269
     /**
270 270
      * Send the previously prepared request, log request and response into the database and return the response
271
-
272 271
      * @param  PayoneMethod $oPayment
273 272
      * @return array
274 273
      */
Please login to merge, or discard this patch.
Model/Api/Request/Authorization.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
      *
62 62
      * @var \Payone\Core\Helper\Toolkit
63 63
      */
64
-     protected $toolkitHelper;
64
+        protected $toolkitHelper;
65 65
 
66 66
     /**
67 67
      * Constructor
Please login to merge, or discard this patch.
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.