@@ -259,7 +259,7 @@ |
||
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 | /** |