Change getString calls to getOptionalString where a default value is given. The signature of getString changed in SimpleSAMLphp 2.0, removing the second parameter.
Change getBoolean calls to getOptionalBoolean where a default value is given. The signature of getBoolean changed in SimpleSAMLphp 2.0, removing the second parameter.
Changed
getString
calls togetOptionalString
where a default value is given. The signature ofgetString
changed in SimpleSAMLphp 2.0, removing the second parameter.getBoolean
calls togetOptionalBoolean
where a default value is given. The signature ofgetBoolean
changed in SimpleSAMLphp 2.0, removing the second parameter.getValue
calls to type-specific methodsReference