For config sources that are not supported i.e. not either of the
following (Config, ServiceOptions or array), we should fail hard
as we don't want to allow anything else apart from those.
`array_key_exists()` would throw a TypeError if a source is `null`
for example which would be the appropriate behavior here since we
don't support that.
This was introduced in I06d16b473b256d3f9 (
|
||
|---|---|---|
| .. | ||
| Config.php | ||
| ConfigException.php | ||
| ConfigFactory.php | ||
| ConfigRepository.php | ||
| EtcdConfig.php | ||
| EtcdConfigParseError.php | ||
| GlobalVarConfig.php | ||
| HashConfig.php | ||
| IterableConfig.php | ||
| MultiConfig.php | ||
| MutableConfig.php | ||
| ServiceOptions.php | ||
| SiteConfiguration.php | ||