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

SlevomatCodingStandard.Classes.ClassStructure: Group for __invoke method #1683

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

freerich
Copy link
Contributor

As mentioned in issue #1471, we need to give special treatment to __invoke methods. In some applications, __invoke methods are as important as __construct methods, such as in EventHandler, CommandHandler, and invokable controllers.

Adding this specific “invoke” case might be much easier than handling individual method names, as discussed in issue #1098.

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

Successfully merging this pull request may close these issues.

1 participant