Skip to content

Commit b62d1a1

Browse files
committed
cs fixes
1 parent 1964c02 commit b62d1a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Bitbucket/API/Authentication/OAuth.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public function setAuthHeader($params)
5757
if (is_array($params)) {
5858
$this->authHeader = $this->toHeader($params);
5959
} else {
60-
6160
if (strpos($params, 'Authorization: ') !== false) {
6261
$params = str_replace('Authorization: ', '', $params);
6362
}

0 commit comments

Comments
 (0)