File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,3 +96,17 @@ processing filters or interface with the SimpleSAMLphp development API.
9696 - lib/SimpleSAML/Store/Memcache.php has been renamed to lib/SimpleSAML/Store/MemcacheStore.php
9797 - lib/SimpleSAML/Store/Redis.php has been renamed to lib/SimpleSAML/Store/RedisStore.php
9898
99+ - The following methods have had their signature changed:
100+ - Configuration::getValue
101+ - Configuration::getBoolean
102+ - Configuration::getString
103+ - Configuration::getInteger
104+ - Configuration::getIntegerRange
105+ - Configuration::getValueValidate
106+ - Configuration::getArray
107+ - Configuration::getArrayize
108+ - Configuration::getArrayizeString
109+ - Configuration::getConfigItem
110+ - Configuration::getLocalizedString
111+
112+ All of these methods no longer accept a default as their last parameter. Use their getOptional* counterparts instead.
You can’t perform that action at this time.
0 commit comments