We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260b2a7 commit 0d4b6f6Copy full SHA for 0d4b6f6
src/Services/Formatters/Json.php
@@ -48,7 +48,7 @@ protected function prepare(array $array): array
48
$value = $this->value($value);
49
50
match ($this->is_simple) {
51
- true => $result[] = $value,
+ true => $result[] = $value,
52
false => $result[$key] = $value
53
};
54
}
0 commit comments