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

[Healthchecks] Feature #3488, add AbstractCheck class and code refactoring #3516

Open
wants to merge 2 commits into
base: 2.10.x
Choose a base branch
from

Conversation

vahonc
Copy link
Collaborator

@vahonc vahonc commented Feb 10, 2025

No description provided.

@@ -144,16 +133,6 @@ public function getStatus(): string
return 'success';
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please also replace 'warning' and 'success' here by the new constant

@@ -134,16 +125,6 @@ public function getStatus(): string
return 'success';
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please also replace 'warning' and 'success' here by the new constants

@rbayet rbayet assigned vahonc and unassigned rbayet Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants