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 385fbc7 commit e12a51fCopy full SHA for e12a51f
src/Tools/Utils.php
@@ -148,8 +148,7 @@ public static function printQueryParamsAsKeyValue(
148
int $spacesIndentation = 4,
149
string $braces = "{}",
150
int $closingBraceIndentation = 0
151
- ): string
152
- {
+ ): string {
153
$output = "{$braces[0]}\n";
154
foreach ($cleanQueryParams as $parameter => $value) {
155
if (!is_array($value)) {
0 commit comments