Passed
Push — master ( c7ccbc...c87be0 )
by Oleg
04:45
created
web/Curl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -259,7 +259,7 @@
 block discarded – undo
259 259
     public function setBasicAuthentication($username, $password)
260 260
     {
261 261
         $this->setHttpAuth(static::AUTH_BASIC);
262
-        $this->setopt(CURLOPT_USERPWD, $username . ':' . $password);
262
+        $this->setopt(CURLOPT_USERPWD, $username.':'.$password);
263 263
     }
264 264
 
265 265
     /**
Please login to merge, or discard this patch.