configula icon indicating copy to clipboard operation
configula copied to clipboard

Bug with nested booleans

Open kfriedman opened this issue 11 years ago • 0 comments

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.

kfriedman avatar Jan 06 '15 18:01 kfriedman