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 99f0474 commit c756eceCopy full SHA for c756ece
src/Signer/SignerV4.php
@@ -330,6 +330,7 @@ private function buildCanonicalQuery(Request $request): string
330
continue;
331
}
332
333
+ // @phpstan-ignore argument.unresolvableType
334
sort($values);
335
foreach ($values as $value) {
336
$encodedQuery[] = rawurlencode($key) . '=' . rawurlencode($value);
0 commit comments