Skip to content

Commit

Permalink
Test coverage reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasKenneth committed Feb 6, 2023
1 parent 1ccf891 commit dfe8699
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/JsonSerializationWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ public function writeObjectValue(?string $key, $value, Parsable ...$additionalVa
}
if ($key !== null && $value !== null) {
$this->writer [] = self::PROPERTY_SEPARATOR;
$this->writer []= '0';
array_pop($this->writer);
}
}

Expand Down

0 comments on commit dfe8699

Please sign in to comment.