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

Fix bugs in Configuration classes #1221

Merged
merged 1 commit into from
Jan 24, 2020
Merged

Fix bugs in Configuration classes #1221

merged 1 commit into from
Jan 24, 2020

Conversation

jpwhite4
Copy link
Member

Ensure function prototype is correct for cleanup() function.
Ensure member variables are declared before they are used.

These errors showed up when I was running the unit tests on my ubuntu
box (php 7.2.24). It seems that earlier versions of php let you get away
with it but not in later versions.

Ensure function prototype is correct for cleanup() function.
Ensure member variables are declared before they are used.

These errors showed up when I was running the unit tests on my ubuntu
box (php 7.2.24). It seems that earlier versions of php let you get away
with it but not in later versions.
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@jpwhite4 jpwhite4 merged commit c576071 into ubccr:xdmod9.0 Jan 24, 2020
@jpwhite4 jpwhite4 deleted the typo1 branch January 24, 2020 16:14
@jtpalmer jtpalmer changed the title Fix bugs in Configuration classes. Fix bugs in Configuration classes Aug 10, 2020
@jtpalmer jtpalmer added this to the 9.0.0 milestone Aug 10, 2020
@jtpalmer jtpalmer added bug Bugfixes Category:General General labels Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugfixes Category:General General
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants