@@ -131,7 +131,7 @@ |
||
131 | 131 | if ($this->config['PROXY']) { |
132 | 132 | $client = new Client(['proxy' => $this->config['PROXY']]); |
133 | 133 | if (!empty($this->config['PROXY']['no'])) { |
134 | - putenv('no_proxy=' . implode(' ,', $this->config['PROXY']['no'])); |
|
134 | + putenv('no_proxy='.implode(' ,', $this->config['PROXY']['no'])); |
|
135 | 135 | } |
136 | 136 | |
137 | 137 | return $client; |