Completed
Push — master ( 0f7687...6db947 )
by Arthur
01:19
created
src/Components/ClientConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.