Skip to content

Commit

Permalink
Update src/OAuth1.php
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored Jan 2, 2024
1 parent 509be8c commit f2ba53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OAuth1.php
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ public function signRequest($request, $token = null)
*/
protected function composeSignatureBaseString($method, $url, array $params)
{
$url = isset($url) ? $url : '';
$url = isset($url) ? $url : '';

if (strpos($url, '?') !== false) {
list($url, $queryString) = explode('?', $url, 2);
Expand Down

0 comments on commit f2ba53e

Please sign in to comment.