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

Remove unnecessary dynamic properties #174 #175

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

bwalkerl
Copy link
Contributor

@bwalkerl bwalkerl commented Jun 21, 2024

PHP 8.2+ deprecation of dynamic properties.

$this->id and $this->name are references to old properties of check that were removed shortly after being added in MDL-67818, so these aren't being called from anywhere else and can be safely removed.

Closes #174

@brendanheywood brendanheywood merged commit 9da5d9d into MOODLE_35_STABLE Jun 26, 2024
42 checks passed
@brendanheywood brendanheywood deleted the remove-dynamic-properties-174 branch June 26, 2024 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Creation of dynamic property tool_cloudmetrics\check\metriccheck::$id is deprecated
2 participants