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

Utils/CustomPrefixes: minor improvements #357

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Dec 14, 2023

Utils/CustomPrefixes: minor documentation improvements

Utils/CustomPrefixes: make methods final

Traits cannot be final, but their methods can be, though this will only have an effect if a class use-ing the trait is being extended.

All the same, the final keyword on the methods should serve as a warning to anyone who wants to overload these methods that they probably shouldn't.

Traits cannot be `final`, but their methods can be, though this will only have an effect if a class `use`-ing the trait is being extended.

All the same, the `final` keyword on the methods should serve as a warning to anyone who wants to overload these methods that they probably shouldn't.
@coveralls
Copy link

Coverage Status

coverage: 99.411%. remained the same
when pulling baf14f2 on JRF/yoast-cs-customprefixes-minor-tweaks
into 0b0a299 on develop.

@jrfnl jrfnl merged commit c2d6115 into develop Dec 14, 2023
28 checks passed
@jrfnl jrfnl deleted the JRF/yoast-cs-customprefixes-minor-tweaks branch December 14, 2023 02:27
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.

None yet

2 participants