Skip to content
New issue

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

change getString to getOptionalString where a default is provided #245

Merged
merged 4 commits into from
Jul 8, 2024

Conversation

briskt
Copy link
Contributor

@briskt briskt commented Jul 2, 2024

Changed

  • 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.
  • Change getValue calls to type-specific methods

Reference

Copy link

sonarqubecloud bot commented Jul 3, 2024

Copy link
Contributor

@hobbitronics hobbitronics left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@briskt briskt merged commit 6945cda into develop Jul 8, 2024
3 checks passed
@briskt briskt deleted the feature/get-optional-string branch July 8, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants