Browse Source

Fix style

shalvah 5 years ago
parent
commit
e12a51f467
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/Tools/Utils.php

+ 1 - 2
src/Tools/Utils.php

@@ -148,8 +148,7 @@ class Utils
         int $spacesIndentation = 4,
         string $braces = "{}",
         int $closingBraceIndentation = 0
-    ): string
-    {
+    ): string {
         $output = "{$braces[0]}\n";
         foreach ($cleanQueryParams as $parameter => $value) {
             if (!is_array($value)) {