|
@@ -228,7 +228,7 @@ |
|
|
block discarded – undo |
|
228
|
228
|
*/ |
|
229
|
229
|
public function setProxyAuth(string $userName, string $password): ClientConfig |
|
230
|
230
|
{ |
|
231
|
|
- $this->proxyAuth = (empty($userName) === false && empty($password) === false) ? base64_encode($userName.':'.$password) : null; |
|
|
231
|
+ $this->proxyAuth = (empty($userName) === false && empty($password) === false) ? base64_encode($userName . ':' . $password) : null; |
|
232
|
232
|
return $this; |
|
233
|
233
|
} |
|
234
|
234
|
|
Please login to merge, or discard this patch.