Skip to content

Commit

Permalink
Upgrade phpstan (#1793)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse authored Nov 11, 2024
1 parent 99f0474 commit c756ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Signer/SignerV4.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ private function buildCanonicalQuery(Request $request): string
continue;
}

// @phpstan-ignore argument.unresolvableType
sort($values);
foreach ($values as $value) {
$encodedQuery[] = rawurlencode($key) . '=' . rawurlencode($value);
Expand Down

0 comments on commit c756ece

Please sign in to comment.