shalvah 5 vuotta sitten
vanhempi
commit
e12a51f467
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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)) {