mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 16:45:13 +00:00
Use JSON_THROW_ON_ERROR for json_encode() and json_decode()
This commit is contained in:
@ -72,4 +72,5 @@ file_put_contents(__DIR__ . '/block_factory_consistency_check.json', json_encode
|
||||
"knownStates" => $new,
|
||||
"remaps" => $remaps
|
||||
],
|
||||
JSON_THROW_ON_ERROR
|
||||
));
|
||||
|
Reference in New Issue
Block a user