We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After the lib upgrade, there's still a few calls to getArray that need to be changed to getOptionalArray
getArray
getOptionalArray
e.g.,:
And this one confuses me: https://github.com/sarahjcotton/moodle-auth_saml2/blob/MOODLE_39_STABLE/locallib.php#L209 - I don't get why it's called with 3 params.
The text was updated successfully, but these errors were encountered:
Issue catalyst#775: Fully use getOptionalx methods
9e3e3c8
f176e9e
No branches or pull requests
After the lib upgrade, there's still a few calls to
getArray
that need to be changed togetOptionalArray
e.g.,:
And this one confuses me: https://github.com/sarahjcotton/moodle-auth_saml2/blob/MOODLE_39_STABLE/locallib.php#L209 - I don't get why it's called with 3 params.
The text was updated successfully, but these errors were encountered: