Skip to content

Commit 0d4b6f6

Browse files
Fixed code-style
1 parent 260b2a7 commit 0d4b6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Formatters/Json.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected function prepare(array $array): array
4848
$value = $this->value($value);
4949

5050
match ($this->is_simple) {
51-
true => $result[] = $value,
51+
true => $result[] = $value,
5252
false => $result[$key] = $value
5353
};
5454
}

0 commit comments

Comments
 (0)