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

QA: make all classes final #121

Merged
merged 1 commit into from
Jul 22, 2022
Merged

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Jul 22, 2022

Sniffs extending other sniffs which are not explicitly abstract is not a good idea and can lead to problems with the sniff autoloading.

By making all sniffs in the package final, that problem should be prevented.

@jrfnl jrfnl added this to the 1.0.0-alpha4 milestone Jul 22, 2022
@jrfnl jrfnl enabled auto-merge July 22, 2022 21:36
@jrfnl jrfnl merged commit 0abedcc into develop Jul 22, 2022
@jrfnl jrfnl deleted the feature/qa-all-classes-should-be-final branch July 22, 2022 21:40
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

1 participant