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

Closed
wants to merge 1 commit into 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.

@kukulich
Copy link
Contributor

kukulich commented Feb 1, 2025

Thanks I've implemented it here: ad01519

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.

2 participants