Skip to content

Commit e12a51f

Browse files
committed
Fix style
1 parent 385fbc7 commit e12a51f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Tools/Utils.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ public static function printQueryParamsAsKeyValue(
148148
int $spacesIndentation = 4,
149149
string $braces = "{}",
150150
int $closingBraceIndentation = 0
151-
): string
152-
{
151+
): string {
153152
$output = "{$braces[0]}\n";
154153
foreach ($cleanQueryParams as $parameter => $value) {
155154
if (!is_array($value)) {

0 commit comments

Comments
 (0)