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

Modernize: add visibility for class constants #240

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Jan 14, 2025

... as supported by PHP since PHP 7.1.

Note: the AssertFileEqualsSpecializationsTest::PATH_TO_EXPECTED constant is declared as public as it is also used by tests in the TestCaseTestTrait.

... as supported by PHP since PHP 7.1.

Note: the `AssertFileEqualsSpecializationsTest::PATH_TO_EXPECTED` constant is declared as `public` as it is also used by tests in the `TestCaseTestTrait`.
@jrfnl jrfnl added this to the 4.0.0 milestone Jan 14, 2025
@jrfnl jrfnl requested a review from hellofromtonya January 14, 2025 21:37
@coveralls
Copy link

Coverage Status

coverage: 98.445%. remained the same
when pulling 98f8443 on feature/modernize-const-visibility
into d6cf070 on 4.x.

Copy link
Collaborator

@hellofromtonya hellofromtonya left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@hellofromtonya hellofromtonya merged commit a0fc6a1 into 4.x Jan 15, 2025
135 checks passed
@hellofromtonya hellofromtonya deleted the feature/modernize-const-visibility branch January 15, 2025 14:36
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.

3 participants