You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: src/main/php/com/selfcoders/jsonconfig/Config.php
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,9 @@ public function load($configFile = null)
65
65
*
66
66
* @param null|string $configFile An optional path to a JSON file to which the data should be written instead of the $configFile defined on instance creation
67
67
* @param int $jsonOptions Optional options passed to json_encode (e.g. JSON_PRETTY_PRINT)
68
+
* @param bool $saveUnset Whether to also write unset and default values
0 commit comments