Passed
Pull Request — master (#57)
by
unknown
08:52
created
QuickPay/API/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
         );
57 57
 
58 58
         if (!empty($this->auth_string)) {
59
-            $this->headers[] = 'Authorization: Basic ' . base64_encode($this->auth_string);
59
+            $this->headers[] = 'Authorization: Basic '.base64_encode($this->auth_string);
60 60
         }
61 61
 
62 62
         // Instantiate cURL object
Please login to merge, or discard this patch.