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

Make all classes inheritable. [FEATURE] #754

Open
Crusader4Christ opened this issue Sep 16, 2021 · 0 comments
Open

Make all classes inheritable. [FEATURE] #754

Crusader4Christ opened this issue Sep 16, 2021 · 0 comments
Assignees

Comments

@Crusader4Christ
Copy link

Parsing or Formatting?

  • [x ] Formatting
  • [x ] Parsing

Is your feature request related to a problem? Please describe.
I'm always frustrated when classes are not inheritable. I need to change some small behavior, but all your classes use private methods, so I can't override them.

Describe the solution you'd like
Change all private methods and properties to protected.

Example PR for formatter
#655

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants