Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and github-actions[bot] committed Sep 25, 2024
1 parent 73cc140 commit f0e0d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ReverbTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public function signedRequest(string $path, string $method = 'GET', mixed $data
$query = explode('&', $query);
sort($query);
$query = implode('&', $query);

$path = Str::before($path, '?');

if ($data) {
Expand Down

0 comments on commit f0e0d4d

Please sign in to comment.