Skip to content

Commit f648938

Browse files
committed
fixed travis-ci
1 parent 8a7e97a commit f648938

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/RestClient.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ public function addHeader($key, $value)
9797
*
9898
* @param string $token Auth-Token, when you want to override
9999
*/
100-
public function setAuthToken($token)
101-
{
102-
$this->token = $token;
103-
}
100+
public function setAuthToken($token)
101+
{
102+
$this->token = $token;
103+
}
104104

105105
/**
106106
* getError returns the string representive to the given http status code

0 commit comments

Comments
 (0)