Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 95f937f

Browse files
committed
🚒
1 parent fc66123 commit 95f937f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Core/OAuth1Provider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ protected function getSignature(string $url, array $params, string $method, stri
143143
unset($signatureParams['oauth_signature']);
144144
}
145145

146-
$key = implode('&', Psr7\raw_urlencode([$this->options->secret, $accessTokenSecret ?? '']));
147-
$data = Psr7\raw_urlencode([
146+
$key = implode('&', Psr7\r_rawurlencode([$this->options->secret, $accessTokenSecret ?? '']));
147+
$data = Psr7\r_rawurlencode([
148148
strtoupper($method ?? 'POST'),
149149
$parseURL['scheme'].'://'.$parseURL['host'].($parseURL['path'] ?? ''),
150150
Psr7\build_http_query($signatureParams),

0 commit comments

Comments
 (0)