Skip to content

Commit

Permalink
Fix binary
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Jan 21, 2025
1 parent 81fc023 commit b54c1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/convert
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ try {
}

$json = $converter->convert($xml->asXML());
$converter->validate(json_decode($json));
$converter->getSchema()->validate(json_decode($json));

if ($json_path !== null) {
file_put_contents($json_path, $json);
Expand Down

0 comments on commit b54c1da

Please sign in to comment.