Passed
Push — master ( fca765...39fafa )
by Neil
02:24
created
src/CelcatWebAPI.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
         if ($this->config['PROXY']) {
131 131
             $client = new Client(['proxy' => $this->config['PROXY']]);
132 132
             if (!empty($this->config['PROXY']['no'])) {
133
-                putenv('no_proxy=' .implode(' ,', $this->config['PROXY']['no']));
133
+                putenv('no_proxy='.implode(' ,', $this->config['PROXY']['no']));
134 134
             }
135 135
 
136 136
             return $client;
Please login to merge, or discard this patch.