Skip to content

Commit d855afe

Browse files
committed
cs-fix
1 parent 73da3ce commit d855afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Encoder/JsonxTypeEncoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ private function createNullNode(\DOMDocument $document, ?string $name = null): \
156156
return $node;
157157
}
158158

159-
private function getType(null|array|bool|float|int|string $value): string
159+
private function getType(array|bool|float|int|string|null $value): string
160160
{
161161
if (\is_array($value)) {
162162
if ($value !== array_values($value)) {

0 commit comments

Comments
 (0)