What's changed
- [Config] Fix issue with
getBool
,getString
,getInt
andgetArray
where a null value could be returned even if a default parameter was provided when the data did in fact returnnull
, making the return value not type safe as it should be.
Full Changelog: 5.1.2...5.1.3