configula
configula copied to clipboard
Bug with nested booleans
Nested booleans should return the correct type (true, false) if they exist in the configuration file.
As this test demonstrates, if you have a false value in a nested configuration item, it will incorrectly return null instead of the proper value (false).
This bug is caused by line 161 in Config.php.