浏览代码

Fix style

shalvah 5 年之前
父节点
当前提交
e12a51f467
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/Tools/Utils.php

+ 1 - 2
src/Tools/Utils.php

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