We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1964c02 commit b62d1a1Copy full SHA for b62d1a1
lib/Bitbucket/API/Authentication/OAuth.php
@@ -57,7 +57,6 @@ public function setAuthHeader($params)
57
if (is_array($params)) {
58
$this->authHeader = $this->toHeader($params);
59
} else {
60
-
61
if (strpos($params, 'Authorization: ') !== false) {
62
$params = str_replace('Authorization: ', '', $params);
63
}
0 commit comments