pmmp / NBT

PHP library for working with the NBT (Named Binary Tag) data storage format, as designed by Mojang.
GNU Lesser General Public License v3.0
40 stars 20 forks source link

Fix return-type issue #123

Closed sero583 closed 1 year ago

sero583 commented 1 year ago

This commit resolves the issue where the default argument could be null, while the return type was not nullable. This mismatch could lead to exceptions during usage and when returning null.

dktapps commented 1 year ago

Works as intended